diff options
author | hut <hut@lavabit.com> | 2010-09-23 10:50:42 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-09-23 10:50:42 +0200 |
commit | 386b40330b1cd27f85d6123dcbc9c5b5a814c6e3 (patch) | |
tree | 6f478b0abba288d1c5e73d7679755c195dc6abda | |
parent | ce9e65728375ac263290888b9c9126c87ffff6dd (diff) | |
download | ranger-386b40330b1cd27f85d6123dcbc9c5b5a814c6e3.tar.gz |
ranger.__main__: typo
-rw-r--r-- | ranger/__main__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ranger/__main__.py b/ranger/__main__.py index 0ded8c95..7a31f6a3 100644 --- a/ranger/__main__.py +++ b/ranger/__main__.py @@ -19,7 +19,6 @@ # Most import statements in this module are inside the functions. # This enables more convenient exception handling in ranger.py # (ImportError will imply that this module can't be found) -# convenient exception handling in ranger.py (ImportError) import locale import os.path |