Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/addons/bubblemessage.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/bubblemessage.py
parent636ea828404401df256b234f254bad32c70aba66 (diff)
make tutorius imports relative
Diffstat (limited to 'addons/bubblemessage.py')
-rw-r--r--addons/bubblemessage.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/addons/bubblemessage.py b/addons/bubblemessage.py
index 2bd2d31..6572a6a 100644
--- a/addons/bubblemessage.py
+++ b/addons/bubblemessage.py
@@ -13,10 +13,10 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-from sugar.tutorius.actions import Action, DragWrapper
-from sugar.tutorius.properties import TStringProperty, TArrayProperty
-from sugar.tutorius import overlayer
-from sugar.tutorius.services import ObjectStore
+from ..actions import Action, DragWrapper
+from ..properties import TStringProperty, TArrayProperty
+from .. import overlayer
+from ..services import ObjectStore
class BubbleMessage(Action):
message = TStringProperty("Message")