Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/addons/readfile.py
diff options
context:
space:
mode:
authorVincent Vinet <vince.vinet@gmail.com>2009-10-28 00:33:13 (GMT)
committer Vincent Vinet <vince.vinet@gmail.com>2009-10-28 00:33:13 (GMT)
commit827b74b917e7c0b09096c53c0089b497899d7aa8 (patch)
treef5b303e123db7b5e2f3c1322afbfe8727e242b19 /addons/readfile.py
parent636ea828404401df256b234f254bad32c70aba66 (diff)
make tutorius imports relative
Diffstat (limited to 'addons/readfile.py')
-rw-r--r--addons/readfile.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/addons/readfile.py b/addons/readfile.py
index 0d276b9..9fe2f81 100644
--- a/addons/readfile.py
+++ b/addons/readfile.py
@@ -16,9 +16,9 @@
import os
-from sugar.tutorius.actions import Action
-from sugar.tutorius.properties import TFileProperty
-from sugar.tutorius.services import ObjectStore
+from ..actions import Action
+from ..properties import TFileProperty
+from ..services import ObjectStore
class ReadFile(Action):
filename = TFileProperty(None)