diff options
author | hut <hut@lavabit.com> | 2010-09-23 10:50:42 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-10-10 02:47:44 +0200 |
commit | 542103498ad5efc91bfee8eb3b742118c9f35db5 (patch) | |
tree | 0143328a4e33798b024a959a2288bb8acbe883ae | |
parent | d3bcb234bf5776da7d9b66e73107e906342eeb7d (diff) | |
download | ranger-542103498ad5efc91bfee8eb3b742118c9f35db5.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 |