diff options
author | hut <hut@lavabit.com> | 2010-06-07 15:53:01 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-06-07 19:55:28 +0200 |
commit | 85fd52880db93c6cd01f2c459eb46e6dd35d777c (patch) | |
tree | 191c4ffbf69c74121643c3bc899aafd1b399a695 /test/bm_loader.py | |
parent | 9fbe3adac3c0a15a778721b3fc72c789c125b2b8 (diff) | |
download | ranger-85fd52880db93c6cd01f2c459eb46e6dd35d777c.tar.gz |
simplified all_tests.py, moved to test/
Diffstat (limited to 'test/bm_loader.py')
-rw-r--r-- | test/bm_loader.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bm_loader.py b/test/bm_loader.py index 745e6f3b..968640a5 100644 --- a/test/bm_loader.py +++ b/test/bm_loader.py @@ -18,7 +18,7 @@ from ranger.fsobject import Directory, File from ranger.ext.openstruct import OpenStruct import os.path from ranger.shared import FileManagerAware, SettingsAware -from test import Fake +from testlib import Fake from os.path import realpath, join, dirname from subprocess import Popen, PIPE TESTDIR = realpath(join(dirname(__file__), '/usr/include')) |