diff options
author | hut <hut@lavabit.com> | 2009-12-25 23:13:32 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-12-25 23:13:32 +0100 |
commit | fb27507912b6e1a7b846f5f9d63da8ed41ea958b (patch) | |
tree | 5270dcf5f7d45bc0401b09b5da9d67b66c9482d4 /ranger.py | |
parent | 6004e161ad353bb0c7d3ab0d01da63cc9841c9be (diff) | |
download | ranger-fb27507912b6e1a7b846f5f9d63da8ed41ea958b.tar.gz |
implemented OpenConsole
Diffstat (limited to 'ranger.py')
-rwxr-xr-x | ranger.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ranger.py b/ranger.py index 64ea365e..a81d0422 100755 --- a/ranger.py +++ b/ranger.py @@ -30,8 +30,8 @@ return 1 __doc__ = """Ranger - file browser for the unix terminal""" -# Importing of the main method may fail if the ranger directory -# neither is in the same directory as this file, nor in one of +# Importing the main method may fail if the ranger directory +# is neither in the same directory as this file, nor in one of # pythons global import paths. try: from ranger import main |