Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/journal/listmodel.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/listmodel.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/listmodel.py')
-rw-r--r--src/jarabe/journal/listmodel.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/jarabe/journal/listmodel.py b/src/jarabe/journal/listmodel.py
index 5ab3671..ad055c6 100644
--- a/src/jarabe/journal/listmodel.py
+++ b/src/jarabe/journal/listmodel.py
@@ -21,16 +21,16 @@ from gi.repository import GObject
from gi.repository import Gtk
from gettext import gettext as _
-from sugar.graphics.xocolor import XoColor
-from sugar.graphics import style
-from sugar import util
+from sugar3.graphics.xocolor import XoColor
+from sugar3.graphics import style
+from sugar3 import util
from jarabe.journal import model
from jarabe.journal import misc
-DS_DBUS_SERVICE = 'org.laptop.sugar.DataStore'
-DS_DBUS_INTERFACE = 'org.laptop.sugar.DataStore'
+DS_DBUS_SERVICE = 'org.laptop.sugar3.DataStore'
+DS_DBUS_INTERFACE = 'org.laptop.sugar3.DataStore'
DS_DBUS_PATH = '/org/laptop/sugar/DataStore'