Get rid of pygtk.require. It doesn't make a lot of sense

and recent apps are not using it anyway.
This commit is contained in:
Marco Pesenti Gritti
2006-07-16 17:25:32 +02:00
parent ca48a95ef1
commit 46d2f1c532
16 changed files with 8 additions and 36 deletions
-2
View File
@@ -1,5 +1,3 @@
import pygtk
pygtk.require('2.0')
import gtk
class AddressEntry(gtk.HBox):
-2
View File
@@ -1,8 +1,6 @@
import logging
import xml.sax.saxutils
import pygtk
pygtk.require('2.0')
import gtk
import geckoembed
-2
View File
@@ -1,5 +1,3 @@
import pygtk
pygtk.require('2.0')
import gtk
from gettext import gettext as _
-2
View File
@@ -1,5 +1,3 @@
import pygtk
pygtk.require('2.0')
import gtk
import gobject