And one more unused import in interface.

This commit is contained in:
Alex Dedul 2007-08-06 01:16:02 +00:00
parent e0ceccf82c
commit 3210066d6b
1 changed files with 0 additions and 2 deletions

View File

@ -34,7 +34,6 @@
import os.path
import gobject
import pygtk
pygtk.require('2.0')
import gtk
@ -46,7 +45,6 @@ import dgtk
import ipc_manager
import plugins
import tab_details
import files
class DelugeGTK:
def __init__(self):