Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorManuel QuiƱones <manuq@laptop.org>2013-09-12 18:42:20 (GMT)
committer Manuel QuiƱones <manuq@laptop.org>2013-09-12 18:42:20 (GMT)
commit6d694046b9f4f69a19d7368f3d5facd60c781725 (patch)
tree877b0c74dd63ee7d4896f65a20880d18655dfa95 /setup.py
parentaa717e33a81ce06511fc096b86324f28edf17182 (diff)
fix sugar3 import in setup.py, use proper cssHEADmaster
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()