summaryrefslogtreecommitdiffstats
path: root/python/service.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/service.py')
-rw-r--r--python/service.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/service.py b/python/service.py
index bfe8fa5f..ae3e3b1c 100644
--- a/python/service.py
+++ b/python/service.py
@@ -132,7 +132,8 @@ class ObjectType(type):
#reclaim some memory
func._dbus_args = None
- reflection_data = reflection_data + ' </method>\n'
+
+ reflection_data = reflection_data + ' </method>\n'
return reflection_data