Remove python-deps leftovers
This commit is contained in:
@@ -30,14 +30,9 @@ and assure it doesn't raise an exception.
|
||||
sys.exit(1)
|
||||
|
||||
# now load the main function
|
||||
h = None
|
||||
|
||||
try:
|
||||
from morituri.rip import main
|
||||
sys.exit(main.main(sys.argv[1:]))
|
||||
except ImportError, e:
|
||||
if not h:
|
||||
# we couldn't even import deps, so reraise
|
||||
raise
|
||||
h.handleImportError(e)
|
||||
sys.exit(1)
|
||||
raise ImportError(e)
|
||||
|
||||
Reference in New Issue
Block a user