Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormike <michael.jmontcalm@gmail.com>2009-11-12 13:48:03 (GMT)
committer mike <michael.jmontcalm@gmail.com>2009-11-12 13:48:03 (GMT)
commit8c47cc53444940c0ce27a152849001ec7aa92486 (patch)
tree8da78fa703a73bfd35c3d1694d495d372217a8b5
parent61edb0f742604cd3cc2dc9895cf679765b9b899e (diff)
Fixing import for some files
-rw-r--r--addons/readfile.py6
-rw-r--r--addons/timerevent.py4
2 files changed, 5 insertions, 5 deletions
diff --git a/addons/readfile.py b/addons/readfile.py
index d3b5d76..0d276b9 100644
--- a/addons/readfile.py
+++ b/addons/readfile.py
@@ -16,9 +16,9 @@
import os
-from .actions import Action
-from .properties import TFileProperty
-from .services import ObjectStore
+from sugar.tutorius.actions import Action
+from sugar.tutorius.properties import TFileProperty
+from sugar.tutorius.services import ObjectStore
class ReadFile(Action):
filename = TFileProperty(None)
diff --git a/addons/timerevent.py b/addons/timerevent.py
index cb312c4..c7374d0 100644
--- a/addons/timerevent.py
+++ b/addons/timerevent.py
@@ -16,8 +16,8 @@
import gobject
-from .filters import EventFilter
-from .properties import TIntProperty
+from sugar.tutorius.filters import EventFilter
+from sugar.tutorius.properties import TIntProperty
class TimerEvent(EventFilter):
"""