rearrange import for pygtk assert problem
This commit is contained in:
parent
5aec3526cf
commit
d7d0877d8b
|
@ -35,9 +35,10 @@ import os.path
|
|||
from itertools import izip
|
||||
|
||||
import gobject
|
||||
import gtk
|
||||
|
||||
import pygtk
|
||||
pygtk.require('2.0')
|
||||
import gtk
|
||||
|
||||
import core
|
||||
import common
|
||||
|
|
Loading…
Reference in New Issue