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:
@@ -10,9 +10,8 @@ import StringIO
|
||||
import binascii
|
||||
import random
|
||||
|
||||
import pygtk
|
||||
pygtk.require('2.0')
|
||||
import gtk, gobject
|
||||
import gtk
|
||||
import gobject
|
||||
|
||||
|
||||
def _stringify_sha(sha_hash):
|
||||
|
||||
Reference in New Issue
Block a user