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

Unified Diff: mojo/public/tools/bindings/generators/mojom_python_generator.py

Issue 855043003: Revert "Content handler for python." (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/public/tools/bindings/generators/mojom_python_generator.py
diff --git a/mojo/public/tools/bindings/generators/mojom_python_generator.py b/mojo/public/tools/bindings/generators/mojom_python_generator.py
index f8a70579ad0054948246ef51e07283ecc4014cf9..33bfdd5743b480029ef3ef778a607d1c825716b6 100644
--- a/mojo/public/tools/bindings/generators/mojom_python_generator.py
+++ b/mojo/public/tools/bindings/generators/mojom_python_generator.py
@@ -298,7 +298,6 @@ class Generator(generator.Generator):
'imports': self.GetImports(),
'interfaces': self.GetQualifiedInterfaces(),
'module': ComputeStaticValues(self.module),
- 'namespace': self.module.namespace,
'structs': self.GetStructs(),
}
« no previous file with comments | « mojo/public/python/src/common.cc ('k') | mojo/public/tools/bindings/generators/python_templates/module.py.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698