fixed problems with images on os x

This commit is contained in:
Jeena 2013-10-08 05:54:24 +02:00
parent cc0aee9510
commit ee3f4de6a5
5 changed files with 7 additions and 4 deletions

View file

@ -8,6 +8,8 @@ RUNNING_LOCAL = os.path.basename(sys.argv[0]) == "Bungloo.py"
RUNNING_ON_WINDOWS = os.name == "nt"
RUNNING_ON_OSX = _platform == "darwin"
print sys.argv[0]
if RUNNING_LOCAL or RUNNING_ON_WINDOWS:
import Windows, Helper, SingleApplication
else: