summaryrefslogtreecommitdiffstats
path: root/xml/test/test_prop2.py
diff options
context:
space:
mode:
Diffstat (limited to 'xml/test/test_prop2.py')
-rw-r--r--xml/test/test_prop2.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/xml/test/test_prop2.py b/xml/test/test_prop2.py
index d78dbea..8a3ebf6 100644
--- a/xml/test/test_prop2.py
+++ b/xml/test/test_prop2.py
@@ -1,6 +1,5 @@
def read_from_register(ctx, value):
return ctx.get_property('/test/prop3') / 2
-
+
def write_to_register(ctx, value):
ctx.set_property(value*2, '/test/prop3')
-