Merge branch 'master' into development
This commit is contained in:
@@ -19,7 +19,7 @@ saveInRoot = False
|
||||
|
||||
# Version data
|
||||
version = "1.27.2"
|
||||
tag = "git"
|
||||
tag = "Stable"
|
||||
expansionName = "YC119.2"
|
||||
expansionVersion = "1.4"
|
||||
evemonMinVersion = "4081"
|
||||
|
||||
@@ -34,7 +34,7 @@ except ImportError:
|
||||
|
||||
class BitmapLoader(object):
|
||||
try:
|
||||
archive = zipfile.ZipFile(os.path.join(config.pyfaPath, 'imgs.zip', 'r'))
|
||||
archive = zipfile.ZipFile(os.path.join(config.pyfaPath, 'imgs.zip'), 'r')
|
||||
except IOError:
|
||||
archive = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user