Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()