Fix chaining up to the parent

This commit is contained in:
Daniel Narvaez 2014-01-03 17:38:46 +00:00
parent acff63467d
commit 71b42a2da0

View File

@ -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):