From 621a1a39cf9811c1b5941c267710fb1dafee4657 Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 15 Feb 2010 14:40:40 +0100 Subject: ranger.py: removed unnecessary code --- ranger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ranger.py b/ranger.py index 758fb5fb..cf60433b 100755 --- a/ranger.py +++ b/ranger.py @@ -45,7 +45,7 @@ __doc__ = """Ranger - file browser for the unix terminal""" try: from ranger import main -except ImportError as errormessage: +except ImportError: import sys if '-d' not in sys.argv and '--debug' not in sys.argv: print("Can't import the main module.") -- cgit 1.4.1-2-gfad0