Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
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
parentaa717e33a81ce06511fc096b86324f28edf17182 (diff)
fix sugar3 import in setup.py, use proper cssHEADmaster
-rw-r--r--activity.py2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/activity.py b/activity.py
index 91cf06c..ec87c71 100644
--- a/activity.py
+++ b/activity.py
@@ -36,7 +36,7 @@ from sugar3.graphics.combobox import ComboBox
from sugar3.graphics.menuitem import MenuItem
-USE_LOCAL_CSS = True
+USE_LOCAL_CSS = False
class TestTheme3Activity(activity.Activity):
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()