| Index: mojo/python/tests/messaging_unittest.py
|
| diff --git a/mojo/python/tests/messaging_unittest.py b/mojo/python/tests/messaging_unittest.py
|
| index beb520a5c7ecdfa8ae09da4cacdec8d310700dc6..767ba745f36d901bf0824a9e48aae70daf3a4519 100644
|
| --- a/mojo/python/tests/messaging_unittest.py
|
| +++ b/mojo/python/tests/messaging_unittest.py
|
| @@ -5,15 +5,16 @@
|
| import unittest
|
|
|
| import mojo_unittest
|
| -
|
| -# pylint: disable=F0401
|
| from mojo.bindings import messaging
|
| +
|
| +# pylint: disable=E0611
|
| from mojo import system
|
|
|
|
|
| class _ForwardingConnectionErrorHandler(messaging.ConnectionErrorHandler):
|
|
|
| def __init__(self, callback):
|
| + messaging.ConnectionErrorHandler.__init__(self)
|
| self._callback = callback
|
|
|
| def OnError(self, result):
|
|
|