Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shareable_activity.py
diff options
context:
space:
mode:
authorGary Martin <gary@garycmartin.com>2012-11-24 18:11:04 (GMT)
committer Gary Martin <gary@garycmartin.com>2012-11-24 18:11:04 (GMT)
commit575a5d91bab90fc6dee435e3c8c9b98b1e1bed24 (patch)
treee04c50644d0de41e697e9ad3be4b6da8a0fc3c84 /shareable_activity.py
parentfa0bf8ee2d79bd7ae73410a4de8d051221a02e52 (diff)
Initial GTK3/gi.repository/sugar3 port
This commit launches but is not yet in a very usable state due to missing toolbar icons and the canvas going partly off the bottom of the screen.
Diffstat (limited to 'shareable_activity.py')
-rw-r--r--shareable_activity.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/shareable_activity.py b/shareable_activity.py
index c418666..b749765 100644
--- a/shareable_activity.py
+++ b/shareable_activity.py
@@ -3,9 +3,9 @@ from dbus import Interface
from dbus.service import method, signal
import telepathy
-from sugar.activity import activity
-from sugar.presence import presenceservice
-from sugar.presence.sugartubeconn import SugarTubeConnection
+from sugar3.activity import activity
+from sugar3.presence import presenceservice
+from sugar3.presence.sugartubeconn import SugarTubeConnection
import logging
_logger = logging.getLogger('ShareableActivity')