Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/datastore/datastore.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-10-15 13:39:07 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-10-15 13:39:07 (GMT)
commit68ff71a0cbf9c11a9be8878146bf485be9bd8f87 (patch)
tree3d6b5113836b8e90f28bac392338241e3402604a /sugar/datastore/datastore.py
parent8c36556ba0e25dda950d8ce347fb49d1ba36bb2f (diff)
Split part of the sugar library to sugar-base
Diffstat (limited to 'sugar/datastore/datastore.py')
-rw-r--r--sugar/datastore/datastore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/datastore/datastore.py b/sugar/datastore/datastore.py
index 7c57414..a865c30 100644
--- a/sugar/datastore/datastore.py
+++ b/sugar/datastore/datastore.py
@@ -28,7 +28,7 @@ from sugar.activity.activityhandle import ActivityHandle
from sugar.bundle.contentbundle import ContentBundle
from sugar.bundle.activitybundle import ActivityBundle
from sugar.bundle.contentbundle import ContentBundle
-from sugar.objects import mime
+from sugar import mime
class DSMetadata(gobject.GObject):
__gsignals__ = {