mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-02 22:53:40 +00:00
[Console] Fix super usage breaking console
This commit is contained in:
parent
d485eb5c8f
commit
aa28d73f47
@ -33,7 +33,7 @@ class BaseInputPane(InputKeyHandler):
|
||||
def __init__(self, mode, allow_rearrange=False, immediate_action=False, set_first_input_active=True,
|
||||
border_off_west=0, border_off_north=0, border_off_east=0, border_off_south=0,
|
||||
active_wrap=False, **kwargs):
|
||||
super(BaseInputPane, self).__init__()
|
||||
InputKeyHandler.__init__(self)
|
||||
self.inputs = []
|
||||
self.mode = mode
|
||||
self.active_input = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user