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:
parent
9cb18cdcf3
commit
aed295ec4e
@ -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
|
||||
|
@ -23,6 +23,7 @@ STABLE.
|
||||
|
||||
import logging
|
||||
|
||||
from gtk import gdk
|
||||
import gtk
|
||||
import gobject
|
||||
|
||||
|
@ -25,6 +25,7 @@ STABLE.
|
||||
import os
|
||||
import logging
|
||||
|
||||
from gtk import gdk
|
||||
import gtk
|
||||
import pango
|
||||
import gconf
|
||||
|
@ -21,6 +21,7 @@ STABLE.
|
||||
"""
|
||||
|
||||
import gobject
|
||||
from gtk import gdk
|
||||
import gtk
|
||||
import warnings
|
||||
|
||||
|
@ -20,6 +20,7 @@ UNSTABLE. Used only internally by Activity and jarabe.
|
||||
"""
|
||||
|
||||
import gtk
|
||||
from gtk import gdk
|
||||
import logging
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user