mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
rearrange import for pygtk assert problem
This commit is contained in:
parent
5aec3526cf
commit
d7d0877d8b
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue