Fix long line

This commit is contained in:
Florian Bruhin 2014-04-17 09:51:05 +02:00
parent 4b1dcbd82a
commit 6b72c3dbdf

View File

@ -248,8 +248,8 @@ class _Command(QLineEdit):
hide_cmd = pyqtSignal()
# FIXME won't the tab key switch to the next widget?
# See [0] for a possible fix.
# [0] http://www.saltycrane.com/blog/2008/01/how-to-capture-tab-key-press-event-with/ # pylint: disable=line-too-long
# See http://www.saltycrane.com/blog/2008/01/how-to-capture-tab-key-press-event-with/
# for a possible fix.
def __init__(self, statusbar):
super().__init__(statusbar)