Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: mojo/python/tests/bindings_interface_unittest.py

Issue 843523002: Delete empty mojo python package, and prefix all python packages with mojo_ (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/python/tests/bindings_interface_unittest.py
diff --git a/mojo/python/tests/bindings_interface_unittest.py b/mojo/python/tests/bindings_interface_unittest.py
index 1f8dd2ad747766bf117f5f6be280ba98833fddbb..86220e81cc3b46166282c113bca3383922296061 100644
--- a/mojo/python/tests/bindings_interface_unittest.py
+++ b/mojo/python/tests/bindings_interface_unittest.py
@@ -6,10 +6,10 @@ import gc
import weakref
# pylint: disable=F0401,E0611
-import mojo.system as system
+import mojo_system as system
qsr 2015/01/07 18:17:55 Spurious blank line.
etiennej 2015/01/08 09:23:04 Done.
import mojo_unittest
-import mojo.bindings.promise as promise
+import mojo_bindings.promise as promise
qsr 2015/01/07 18:17:55 Alphabetize.
etiennej 2015/01/08 09:23:04 Done.
import regression_tests_mojom
import sample_factory_mojom
import sample_service_mojom

Powered by Google App Engine
This is Rietveld 408576698