summary refs log tree commit diff stats
path: root/ranger.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-12-25 23:13:32 +0100
committerhut <hut@lavabit.com>2009-12-25 23:13:32 +0100
commitfb27507912b6e1a7b846f5f9d63da8ed41ea958b (patch)
tree5270dcf5f7d45bc0401b09b5da9d67b66c9482d4 /ranger.py
parent6004e161ad353bb0c7d3ab0d01da63cc9841c9be (diff)
downloadranger-fb27507912b6e1a7b846f5f9d63da8ed41ea958b.tar.gz
implemented OpenConsole
Diffstat (limited to 'ranger.py')
-rwxr-xr-xranger.py4
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