Import GDK in preparation for GTK3 conversion

Some parts of GTK moved to GDK, so we need to import the latter for things to
work after the conversion script runs.

Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
This commit is contained in:
Sascha Silbe
2011-11-15 17:51:55 +01:00
committed by Simon Schampijer
parent 9cb18cdcf3
commit aed295ec4e
5 changed files with 5 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ STABLE.
import logging
from gtk import gdk
import gtk
import gobject
+1
View File
@@ -25,6 +25,7 @@ STABLE.
import os
import logging
from gtk import gdk
import gtk
import pango
import gconf
+1
View File
@@ -21,6 +21,7 @@ STABLE.
"""
import gobject
from gtk import gdk
import gtk
import warnings