| Index: mojo/python/tests/messaging_unittest.py
|
| diff --git a/mojo/python/tests/messaging_unittest.py b/mojo/python/tests/messaging_unittest.py
|
| index e09532f0c423576fc8b10afa0a38ab73228a9e5a..b372f6504c02c9b62cc2c924f3b17a8012eefb2b 100644
|
| --- a/mojo/python/tests/messaging_unittest.py
|
| +++ b/mojo/python/tests/messaging_unittest.py
|
| @@ -5,10 +5,10 @@
|
| import unittest
|
|
|
| import mojo_unittest
|
| -from mojo.bindings import messaging
|
| +from mojo_bindings import messaging
|
|
|
| # pylint: disable=E0611
|
| -from mojo import system
|
| +import mojo_system as system
|
|
|
|
|
| class _ForwardingConnectionErrorHandler(messaging.ConnectionErrorHandler):
|
|
|