Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Launcher.py
diff options
context:
space:
mode:
Diffstat (limited to 'Launcher.py')
-rwxr-xr-xLauncher.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/Launcher.py b/Launcher.py
index 10208c6..74bd54d 100755
--- a/Launcher.py
+++ b/Launcher.py
@@ -22,11 +22,9 @@
from gettext import gettext as _
from sugar.activity import activity
-from com.gmail.bernabe.laurent.sugar_olpc.learning_writing.gui.MenuActions \
-import MenuActions
+from MenuActions import MenuActions
-from com.gmail.bernabe.laurent.sugar_olpc.learning_writing.gui.TheDrawingAreaEventBox \
-import TheDrawingAreaEventBox
+from TheDrawingAreaEventBox import TheDrawingAreaEventBox
import pygtk
pygtk.require('2.0')