Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar3/bundle/contentbundle.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sugar3/bundle/contentbundle.py')
-rw-r--r--src/sugar3/bundle/contentbundle.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sugar3/bundle/contentbundle.py b/src/sugar3/bundle/contentbundle.py
index e4f6eb1..6ee74b5 100644
--- a/src/sugar3/bundle/contentbundle.py
+++ b/src/sugar3/bundle/contentbundle.py
@@ -26,11 +26,11 @@ import os
import urllib
from sugar import env
-from sugar.bundle.bundle import Bundle, NotInstalledException, \
+from sugar3.bundle.bundle import Bundle, NotInstalledException, \
MalformedBundleException
-from sugar.bundle.bundleversion import NormalizedVersion
-from sugar.bundle.bundleversion import InvalidVersionError
+from sugar3.bundle.bundleversion import NormalizedVersion
+from sugar3.bundle.bundleversion import InvalidVersionError
class ContentBundle(Bundle):