Don't try to catch import error in cgt
This commit is contained in:
parent
c62f95af7c
commit
df7d4667a9
|
@ -1,11 +1,9 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
|
||||
try:
|
||||
import sys
|
||||
import os.path
|
||||
import optparse
|
||||
import helpers
|
||||
import helpers.io
|
||||
helpers.loadUserSettings()
|
||||
import Cfg
|
||||
import Hurricane
|
||||
|
@ -19,9 +17,6 @@ try:
|
|||
import Bora
|
||||
import Tutorial
|
||||
import Unicorn
|
||||
except Exception, e:
|
||||
helpers.showPythonTrace( sys.argv[0], e )
|
||||
sys.exit(2)
|
||||
|
||||
|
||||
def setCgtBanner ( banner ):
|
||||
|
|
Loading…
Reference in New Issue