Recreating wheels

This commit is contained in:
Ebag333
2016-12-19 00:11:55 -08:00
parent d4b6099d6e
commit bef17e53c6
5 changed files with 29 additions and 54 deletions

View File

@@ -20,6 +20,7 @@
import cStringIO
import os.path
import zipfile
from config import parsePath
import wx
@@ -76,7 +77,7 @@ class BitmapLoader():
filename = "{0}.png".format(name)
if cls.archive:
path = os.path.join(location, filename)
path = parsePath(location, filename)
if os.sep != "/" and os.sep in path:
path = path.replace(os.sep, "/")