diff options
author | hut <hut@lavabit.com> | 2009-12-11 13:36:48 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-12-11 13:36:48 +0100 |
commit | f58626842bbb2bd3f8446044a44a67180b737f4e (patch) | |
tree | 74ab897879a3b151488c8348759442396ef3336b /test/tc_history.py | |
parent | 0c0b9489072922c0f597c7099f8728868ffbb4a4 (diff) | |
download | ranger-f58626842bbb2bd3f8446044a44a67180b737f4e.tar.gz |
moved/fixed tests
Diffstat (limited to 'test/tc_history.py')
-rw-r--r-- | test/tc_history.py | 2 |
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 |