Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ground.py
diff options
context:
space:
mode:
Diffstat (limited to 'ground.py')
-rw-r--r--ground.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/ground.py b/ground.py
index a65b657..25139fe 100644
--- a/ground.py
+++ b/ground.py
@@ -16,11 +16,12 @@ import os
import gtk
from gettext import gettext as _
-import port.chooser as chooser
-import port.pixbuf as pixbuf
+import toolkit.chooser as chooser
+from toolkit import pixbuf
import theme
+
def load():
from document import Document