Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/document.py
diff options
context:
space:
mode:
Diffstat (limited to 'document.py')
-rw-r--r--document.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/document.py b/document.py
index d751eb9..99f1a04 100644
--- a/document.py
+++ b/document.py
@@ -14,12 +14,9 @@
import os
import gtk
-
import logging
-logger = logging.getLogger('cartoon-builder')
-import port.json as json
-from port.tarball import Tarball
+import toolkit.json as json
import theme
from sound import *
@@ -27,6 +24,11 @@ from ground import *
from utils import *
from char import *
+from toolkit.tarball import Tarball
+
+logger = logging.getLogger('cartoon-builder')
+
+
class Document:
tape = []
ground = None