Don't try to catch import error in cgt

This commit is contained in:
Las Safin 2021-09-03 13:54:37 +00:00
parent c62f95af7c
commit df7d4667a9
No known key found for this signature in database
GPG Key ID: E7FA928911B61ED6
1 changed files with 17 additions and 22 deletions

View File

@ -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 ):