Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/journal/journalentrybundle.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@laptop.org>2012-09-03 08:29:30 (GMT)
committer Simon Schampijer <simon@laptop.org>2012-09-07 09:14:25 (GMT)
commitbbf3390ba25e90b1e3971ce233edc644188c76a7 (patch)
treeefa765afb50d395b89c2b95de59721c6d3e2c311 /src/jarabe/journal/journalentrybundle.py
parent3007f43996b5ef9a9fb4ccf37906f17612438c68 (diff)
Run sugar-convert.sh for automatic conversion from sugar.* to sugar3.* imports
Run sugar-convert.sh [1] for automatic conversion from sugar.* imports to sugar3.* imports. This is only on a best-effort basis; the code will be in a broken state after this patch and need to be fixed manually. The purpose of committing the intermediate, non-working output is to make it reproducible. It's impractical to manually review the changes. [1] http://dev.laptop.org/~manuq/sugar-convert.sh Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Manuel QuiƱones <manuq@laptop.org>
Diffstat (limited to 'src/jarabe/journal/journalentrybundle.py')
-rw-r--r--src/jarabe/journal/journalentrybundle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jarabe/journal/journalentrybundle.py b/src/jarabe/journal/journalentrybundle.py
index c220c09..87ae74b 100644
--- a/src/jarabe/journal/journalentrybundle.py
+++ b/src/jarabe/journal/journalentrybundle.py
@@ -21,7 +21,7 @@ import shutil
import simplejson
import dbus
-from sugar.bundle.bundle import Bundle, MalformedBundleException
+from sugar3.bundle.bundle import Bundle, MalformedBundleException
from jarabe.journal import model