Merge pull request #230 from sergeychipiga/fix/remove-redundant-codeline

remove redundant codeline
This commit is contained in:
Maximilian Hils 2014-03-05 18:53:24 +01:00
commit 5ca88300a9

View File

@ -77,7 +77,6 @@ class PathEdit(urwid.Edit, _PathCompleter):
class ActionBar(common.WWrap):
def __init__(self):
self.message("")
self.expire = None
def selectable(self):
return True