| Index: third_party/mojo/src/mojo/public/tools/bindings/generators/python_templates/module.py.tmpl
|
| diff --git a/third_party/mojo/src/mojo/public/tools/bindings/generators/python_templates/module.py.tmpl b/third_party/mojo/src/mojo/public/tools/bindings/generators/python_templates/module.py.tmpl
|
| index 1e9f0bd68c4914b93d451b75b6a036e22a862ec1..a475a584e351e51473ea96c0df75e8d7a5ac1eb4 100644
|
| --- a/third_party/mojo/src/mojo/public/tools/bindings/generators/python_templates/module.py.tmpl
|
| +++ b/third_party/mojo/src/mojo/public/tools/bindings/generators/python_templates/module.py.tmpl
|
| @@ -36,9 +36,6 @@ class {{struct|name}}(object):
|
| class {{interface|name}}(object):
|
| __metaclass__ = _reflection.MojoInterfaceType
|
| DESCRIPTOR = {
|
| -{% 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 %}
|
|
|