summaryrefslogtreecommitdiff
path: root/src/common.py
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-03-27 23:15:51 +0200
committerTreeki <treeki@gmail.com>2012-03-27 23:15:51 +0200
commit93349b8e694ac31f0aba4f6bc25515bd5a531f7d (patch)
tree22eabb7d881efd482f5f62f526039931994066e9 /src/common.py
parent8d5d27396da513fea62d99d8550923dee2f08ed8 (diff)
downloadkoopatlas-93349b8e694ac31f0aba4f6bc25515bd5a531f7d.tar.gz
koopatlas-93349b8e694ac31f0aba4f6bc25515bd5a531f7d.zip
tilesets now loaded on-demand and not part of KPMap
Diffstat (limited to 'src/common.py')
-rw-r--r--src/common.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common.py b/src/common.py
index cc68e99..91cf0c7 100644
--- a/src/common.py
+++ b/src/common.py
@@ -1,4 +1,7 @@
import sys
+import os
+import os.path
+
from PyQt4 import QtCore, QtGui
from PyQt4.QtCore import Qt