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

Unified Diff: mojo/python/tests/promise_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
« no previous file with comments | « mojo/python/tests/mojo_unittest.py ('k') | mojo/python/tests/runloop_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/python/tests/promise_unittest.py
diff --git a/mojo/python/tests/promise_unittest.py b/mojo/python/tests/promise_unittest.py
index 44427ba91c85cf061d57ecdccaaf38000b1eab40..4f089edd4688655c61654a13f01cd4ad74fa6b66 100644
--- a/mojo/python/tests/promise_unittest.py
+++ b/mojo/python/tests/promise_unittest.py
@@ -5,7 +5,7 @@
import unittest
# pylint: disable=F0401
-from mojo.bindings import promise
+from mojo_bindings import promise
class PromiseTest(unittest.TestCase):
« no previous file with comments | « mojo/python/tests/mojo_unittest.py ('k') | mojo/python/tests/runloop_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698