aboutsummaryrefslogtreecommitdiff
path: root/test_client.py
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2020-07-21 16:56:09 +0200
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2020-07-21 16:56:09 +0200
commitfbb8a582edec8c8bdd4e8801f063e81f36344527 (patch)
tree8777d359fc3c33059e9b10f2d8b9c6f58a7984aa /test_client.py
parent4eb1dc6b06867a1f1906fa32ab6448d0a00b9700 (diff)
downloadRWA.Support.SessionService-fbb8a582edec8c8bdd4e8801f063e81f36344527.tar.gz
RWA.Support.SessionService-fbb8a582edec8c8bdd4e8801f063e81f36344527.tar.bz2
RWA.Support.SessionService-fbb8a582edec8c8bdd4e8801f063e81f36344527.zip
Port namespace to Arctica Project
Diffstat (limited to 'test_client.py')
-rw-r--r--test_client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_client.py b/test_client.py
index cd7d338..927dfd3 100644
--- a/test_client.py
+++ b/test_client.py
@@ -3,7 +3,7 @@ import dbus
bus = dbus.SessionBus()
-time = bus.get_object("de.rwa.rwa", "/RWA")
+time = bus.get_object("org.ArcticaProject.RWA", "/RWA")
curr = time.start()