Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
diff options
context:
space:
mode:
Diffstat (limited to 'webactivity.py')
-rw-r--r--webactivity.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/webactivity.py b/webactivity.py
index a0ee38f..a7c55bb 100644
--- a/webactivity.py
+++ b/webactivity.py
@@ -31,6 +31,10 @@ import sqlite3
import cjson
import gconf
+# HACK: Needed by http://dev.sugarlabs.org/ticket/456
+import gnome
+gnome.init('Hulahop', '1.0')
+
from sugar.activity import activity
from sugar.graphics import style
import telepathy