Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TheWindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'TheWindow.py')
-rwxr-xr-xTheWindow.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/TheWindow.py b/TheWindow.py
index 3ea365b..6bdaed9 100755
--- a/TheWindow.py
+++ b/TheWindow.py
@@ -21,15 +21,12 @@
import pygtk
-from com.gmail.bernabe.laurent.sugar_olpc.learning_writing.gui.MenuActions \
-import MenuActions
+from MenuActions import MenuActions
pygtk.require('2.0')
import gtk
-from \
-com.gmail.bernabe.laurent.sugar_olpc.learning_writing.gui.TheDrawingAreaEventBox \
-import TheDrawingAreaEventBox
+from TheDrawingAreaEventBox import TheDrawingAreaEventBox
class TheWindow(gtk.Window):
'''