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
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
|
||||||
try:
|
|
||||||
import sys
|
import sys
|
||||||
import os.path
|
import os.path
|
||||||
import optparse
|
import optparse
|
||||||
import helpers
|
import helpers.io
|
||||||
helpers.loadUserSettings()
|
helpers.loadUserSettings()
|
||||||
import Cfg
|
import Cfg
|
||||||
import Hurricane
|
import Hurricane
|
||||||
|
@ -19,9 +17,6 @@ try:
|
||||||
import Bora
|
import Bora
|
||||||
import Tutorial
|
import Tutorial
|
||||||
import Unicorn
|
import Unicorn
|
||||||
except Exception, e:
|
|
||||||
helpers.showPythonTrace( sys.argv[0], e )
|
|
||||||
sys.exit(2)
|
|
||||||
|
|
||||||
|
|
||||||
def setCgtBanner ( banner ):
|
def setCgtBanner ( banner ):
|
||||||
|
|
Loading…
Reference in New Issue