mirror of
https://github.com/codex-storage/deluge.git
synced 2025-03-01 11:30:43 +00:00
revert unintentional wizard commit
This commit is contained in:
parent
aaf6d8128d
commit
78cde674f0
@ -40,7 +40,6 @@ class WizardGTK:
|
||||
|
||||
def __init__(self):
|
||||
import gtk
|
||||
import gobject
|
||||
import gtk.glade
|
||||
import os
|
||||
import deluge
|
||||
@ -121,10 +120,7 @@ class WizardGTK:
|
||||
|
||||
#show wizard
|
||||
self.window.show()
|
||||
gobject.threads_init()
|
||||
gtk.gdk.threads_enter()
|
||||
gtk.main()
|
||||
gtk.gdk.threads_leave()
|
||||
|
||||
def toggle(self, *args):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user