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
@@ -15,6 +15,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
from gtk import gdk
import gtk
import gettext
import gconf