Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-10-16 20:52:59 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-10-16 20:52:59 (GMT)
commitaecd65555fdf3eee870bd10d62ec758157f3a304 (patch)
tree5256414f8b6e34d1330a8bdbb28471dfb59b8b6c /activity.py
parentc5f8d12eba8bb555ff14d2d985615644e7f6df8a (diff)
Can't play a shared memorize game #1503
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/activity.py b/activity.py
index e77d2ff..81c36ae 100644
--- a/activity.py
+++ b/activity.py
@@ -16,10 +16,9 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
-import gtk
-
# activate threads for gst needs
-gtk.gdk.threads_init()
+import gobject
+gobject.threads_init()
import locale
locale.setlocale(locale.LC_NUMERIC, 'C')
@@ -30,6 +29,7 @@ _logger = logging.getLogger('memorize-activity')
from gettext import gettext as _
from os.path import join, dirname
+import gtk
import telepathy
import telepathy.client