Fix chaining up to the parent

master
Daniel Narvaez 10 years ago
parent acff63467d
commit 71b42a2da0

@ -37,8 +37,7 @@ bus = dbus.SessionBus()
class UITestCase(unittest.TestCase):
def __init__(self, *args, **kwargs):
unittest.TestCase(self, *args, **kwargs)
super(UITestCase, self).__init__(*args, **kwargs)
self.bundle_id = None
def setUp(self):

Loading…
Cancel
Save