diff options
author | hut <hut@lavabit.com> | 2010-03-12 00:46:26 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-03-12 00:46:48 +0100 |
commit | 39edded7b8dcc7a65955bf69e30182dd80f2de09 (patch) | |
tree | b17d843039de9547236f4bd6db8d0141dcba88ca /test/__init__.py | |
parent | 9ae98698dcc967b6ccecc461ac27d7f6461ee0d2 (diff) | |
download | ranger-39edded7b8dcc7a65955bf69e30182dd80f2de09.tar.gz |
ranger.__init__: set a default value for arg
Diffstat (limited to 'test/__init__.py')
-rw-r--r-- | test/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/__init__.py b/test/__init__.py index dc6dfc0d..29796ac1 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -18,8 +18,6 @@ import os, sys __all__ = [ x[0:x.index('.')] \ for x in os.listdir(os.path.dirname(__file__)) \ if x.startswith('tc_') ] -import ranger -ranger.arg = ranger.parse_arguments() def init(): sys.path.append(os.path.abspath(os.path.join(sys.path[0], '..'))) |