[SamWhited] fix some missing import. Fixes #7932, #7949

This commit is contained in:
Yann Leboulanger 2015-01-19 13:39:11 +01:00
parent 7edff79486
commit c099d78d16
5 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,7 @@
from gi.repository import Gtk
from gi.repository import Gdk
from gi.repository import GLib
import gtkgui_helpers

View File

@ -22,6 +22,7 @@
##
from gi.repository import Gtk
from gi.repository import Gdk
from gi.repository import GdkPixbuf
from gi.repository import GLib
from gi.repository import Pango

View File

@ -43,6 +43,7 @@ is available at U{http://www.opensource.org/licenses/bsd-license.php}
"""
from gi.repository import Gtk
from gi.repository import Gdk
from gi.repository import GObject
from gi.repository import GLib
import re

View File

@ -21,6 +21,7 @@
from gi.repository import GLib
from gi.repository import Gtk
from gi.repository import Gdk
from common import gajim
from common import dataforms

View File

@ -25,6 +25,7 @@
import sys
from gi.repository import Gtk
from gi.repository import Gdk
from gi.repository import GObject
import os