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-30 16:56:41 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-08-07 21:45:56 (GMT)
commit9859cfb480bedf996579c47d7eb04ad110e4dfa2 (patch)
tree71032792e0072b81ad0396f2fed2c0f5ecb441fa /setup.py
parentd6c190bacaecbe099bea8e8539b8b46ecef55cd5 (diff)
Port to Gtk3 SL #3761
Convert all the gtk2 and sugar-toolkit code to launch this Activity using Gtk3. All these steps are documented here: * http://wiki.sugarlabs.org/go/Features/GTK3/Porting/Log 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 876cd3f..95390a3 100755
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@
# 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()