summary refs log tree commit diff stats
path: root/test/tc_history.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-12-11 13:36:48 +0100
committerhut <hut@lavabit.com>2009-12-11 13:36:48 +0100
commitf58626842bbb2bd3f8446044a44a67180b737f4e (patch)
tree74ab897879a3b151488c8348759442396ef3336b /test/tc_history.py
parent0c0b9489072922c0f597c7099f8728868ffbb4a4 (diff)
downloadranger-f58626842bbb2bd3f8446044a44a67180b737f4e.tar.gz
moved/fixed tests
Diffstat (limited to 'test/tc_history.py')
-rw-r--r--test/tc_history.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tc_history.py b/test/tc_history.py
index 3e5adcff..e78af0aa 100644
--- a/test/tc_history.py
+++ b/test/tc_history.py
@@ -3,7 +3,7 @@ if __name__ == '__main__':
 	import sys
 	sys.path.append(abspath(join(sys.path[0], '..')))
 
-from ranger.history import History
+from ranger.container import History
 from unittest import TestCase, main
 import unittest