mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 08:28:39 +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
|
from itertools import izip
|
||||||
|
|
||||||
import gobject
|
import gobject
|
||||||
import gtk
|
|
||||||
import pygtk
|
import pygtk
|
||||||
pygtk.require('2.0')
|
pygtk.require('2.0')
|
||||||
|
import gtk
|
||||||
|
|
||||||
import core
|
import core
|
||||||
import common
|
import common
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue