Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-04-29 23:50:26 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-04-29 23:50:26 (GMT)
commit242665c189b23a9841323b6b9e00042a20c2b23f (patch)
tree179e8e262f76aa3c955c86d34592dd3d00844577 /setup.py
parent4c75b90a8b2a2f9911af39a3f20d67e98f5ab98c (diff)
Initial port to Gtk3
Only gtk / cairo port, gst does not work. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c24196e..c1229bb 100644
--- 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()