From 827b74b917e7c0b09096c53c0089b497899d7aa8 Mon Sep 17 00:00:00 2001 From: Vincent Vinet Date: Wed, 28 Oct 2009 00:33:13 +0000 Subject: make tutorius imports relative --- (limited to 'addons/readfile.py') 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) -- cgit v0.9.1