And one more unused import in interface.
This commit is contained in:
parent
e0ceccf82c
commit
3210066d6b
|
@ -34,7 +34,6 @@
|
||||||
import os.path
|
import os.path
|
||||||
|
|
||||||
import gobject
|
import gobject
|
||||||
|
|
||||||
import pygtk
|
import pygtk
|
||||||
pygtk.require('2.0')
|
pygtk.require('2.0')
|
||||||
import gtk
|
import gtk
|
||||||
|
@ -46,7 +45,6 @@ import dgtk
|
||||||
import ipc_manager
|
import ipc_manager
|
||||||
import plugins
|
import plugins
|
||||||
import tab_details
|
import tab_details
|
||||||
import files
|
|
||||||
|
|
||||||
class DelugeGTK:
|
class DelugeGTK:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
Loading…
Reference in New Issue