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 'tutorius/editor.py') diff --git a/tutorius/editor.py b/tutorius/editor.py index 42cc718..9d2effe 100644 --- a/tutorius/editor.py +++ b/tutorius/editor.py @@ -24,7 +24,7 @@ import gobject from gettext import gettext as _ -from sugar.tutorius.gtkutils import register_signals_numbered, get_children +from .gtkutils import register_signals_numbered, get_children class WidgetIdentifier(gtk.Window): """ -- cgit v0.9.1