Index: mojo/public/tools/bindings/generators/python_templates/module.py.tmpl |
diff --git a/mojo/public/tools/bindings/generators/python_templates/module.py.tmpl b/mojo/public/tools/bindings/generators/python_templates/module.py.tmpl |
index 9560c291648aa4ecf2ee3086dc5eaca4deee1026..9f2f3dc8e511045cc2dea9be7004566168d68b63 100644 |
--- a/mojo/public/tools/bindings/generators/python_templates/module.py.tmpl |
+++ b/mojo/public/tools/bindings/generators/python_templates/module.py.tmpl |
@@ -4,8 +4,8 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-import mojo.bindings.descriptor as _descriptor |
-import mojo.bindings.reflection as _reflection |
+import mojo_bindings.descriptor as _descriptor |
+import mojo_bindings.reflection as _reflection |
{% if imports %} |
{% for import in imports %} |