diff options
author | Treeki <treeki@gmail.com> | 2011-11-03 05:16:37 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-11-03 05:16:37 +0100 |
commit | 870cf5ad6f121e3a0f69c7f1645dad59eded416b (patch) | |
tree | c040c4b02c43341831f2da24030e7ab9d7128249 /src/editorui.py | |
parent | 549e682e0f8b3c0b758c2aaf1ae66c5ca9128f5b (diff) | |
download | koopatlas-870cf5ad6f121e3a0f69c7f1645dad59eded416b.tar.gz koopatlas-870cf5ad6f121e3a0f69c7f1645dad59eded416b.zip |
current broken progress
Diffstat (limited to 'src/editorui.py')
-rw-r--r-- | src/editorui.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/editorui.py b/src/editorui.py index d53deb7..5055f69 100644 --- a/src/editorui.py +++ b/src/editorui.py @@ -1,4 +1,5 @@ -from PyQt4 import QtCore, QtGui +from common import * + class KPEditorWidget(QtGui.QGraphicsView): pass |