| 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 1e9f0bd68c4914b93d451b75b6a036e22a862ec1..9f2f3dc8e511045cc2dea9be7004566168d68b63 100644
|
| --- a/mojo/public/tools/bindings/generators/python_templates/module.py.tmpl
|
| +++ b/mojo/public/tools/bindings/generators/python_templates/module.py.tmpl
|
| @@ -39,7 +39,6 @@ class {{interface|name}}(object):
|
| {% if interface.client %}
|
| 'client': lambda: {{interface.qualified_client|fully_qualified_name}},
|
| {% endif %}
|
| - 'fully_qualified_name': '{% if namespace %}{{namespace|replace(".","::")}}::{% endif %}{{interface|fully_qualified_name|replace(".","::")}}',
|
| 'methods': [
|
| {% for method in interface.methods %}
|
| {
|
|
|