parent
4baf63f88c
commit
fa30b9505b
4 changed files with 10 additions and 2 deletions
|
@ -30,6 +30,7 @@ class MockOutput(object):
|
|||
|
||||
class MockWidget(Widget):
|
||||
def __init__(self, text):
|
||||
super(MockWidget, self).__init__(text)
|
||||
self._text = text
|
||||
self.module = None
|
||||
self.attr_state = "state-default"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue