diff options
| author | John (J5) Palmieri <johnp@redhat.com> | 2005-10-13 23:26:00 +0000 | 
|---|---|---|
| committer | John (J5) Palmieri <johnp@redhat.com> | 2005-10-13 23:26:00 +0000 | 
| commit | 9cbcbb20ed113ebe8f03b0f5b4a0a18e00a41ca5 (patch) | |
| tree | 553e1c8b5129d6a566220b54fbb4f08300a200dd /python | |
| parent | 0e466b00e4dba4950eccd6709b0dafdda5b94cff (diff) | |
* python/service.py (ObjectType::_reflect_on_signal): Always close
signal tag even when there are no arguments
Diffstat (limited to 'python')
| -rw-r--r-- | python/service.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/python/service.py b/python/service.py index ae3e3b1c..efdda12d 100644 --- a/python/service.py +++ b/python/service.py @@ -143,7 +143,7 @@ class ObjectType(type):              reflection_data = reflection_data + '      <arg name="%s" type="v" />\n'%(arg)              #reclaim some memory              func._dbus_args = None -            reflection_data = reflection_data + '    </signal>\n' +        reflection_data = reflection_data + '    </signal>\n'          return reflection_data | 
