[node-patches] Change in ovirt-node[master]: ui: Small hack to silence pylint
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Wed Mar 13 16:08:19 UTC 2013
Fabian Deutsch has uploaded a new change for review.
Change subject: ui: Small hack to silence pylint
......................................................................
ui: Small hack to silence pylint
Change-Id: Ie56030a09cb6e497cfafb9a4ad662753aa5d42b4
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/tui/src/ovirt/node/ui/urwid_builder.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/19/13019/1
diff --git a/scripts/tui/src/ovirt/node/ui/urwid_builder.py b/scripts/tui/src/ovirt/node/ui/urwid_builder.py
index 0b0d7a2..2dfd99d 100644
--- a/scripts/tui/src/ovirt/node/ui/urwid_builder.py
+++ b/scripts/tui/src/ovirt/node/ui/urwid_builder.py
@@ -462,7 +462,7 @@
def thread_connection(self):
ui_loop = self.__loop
- class UrwidUIThreadConnection(ui.Window.UIThreadConnection):
+ class UrwidUIThreadConnection(ui.Window.UIThreadConnection, base.Base):
_keep_alive = True
_callback = lambda d: 0
--
To view, visit http://gerrit.ovirt.org/13019
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie56030a09cb6e497cfafb9a4ad662753aa5d42b4
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list