Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorManuel Kaufmann <humitos@gmail.com>2012-07-16 11:21:42 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-07-16 14:30:47 (GMT)
commitabb367424d9f1f6c1f64c2c23d263a908019289c (patch)
treedc610df86e3612759cc88b36623da0075a31185c /setup.py
parent63270d5c760f4f7dc058fc93a7cfb3dd98b09852 (diff)
Port to Gtk3 SL #3760
This commit ports completely the Jukebox Activity to Gtk3. Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 530f97c..c60f4d0 100755
--- a/setup.py
+++ b/setup.py
@@ -16,6 +16,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-from sugar.activity import bundlebuilder
+from sugar3.activity import bundlebuilder
bundlebuilder.start()