Don't try to catch import error in cgt
This commit is contained in:
parent
c62f95af7c
commit
df7d4667a9
|
@ -1,27 +1,22 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
import sys
|
||||||
try:
|
import os.path
|
||||||
import sys
|
import optparse
|
||||||
import os.path
|
import helpers.io
|
||||||
import optparse
|
helpers.loadUserSettings()
|
||||||
import helpers
|
import Cfg
|
||||||
helpers.loadUserSettings()
|
import Hurricane
|
||||||
import Cfg
|
import Viewer
|
||||||
import Hurricane
|
import CRL
|
||||||
import Viewer
|
import Etesian
|
||||||
import CRL
|
import Anabatic
|
||||||
import Etesian
|
import Katana
|
||||||
import Anabatic
|
import Katabatic
|
||||||
import Katana
|
import Kite
|
||||||
import Katabatic
|
import Bora
|
||||||
import Kite
|
import Tutorial
|
||||||
import Bora
|
import Unicorn
|
||||||
import Tutorial
|
|
||||||
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