diff options
| author | Jonathan Weth <mail@jonathanweth.de> | 2020-07-21 17:06:34 +0200 |
|---|---|---|
| committer | Jonathan Weth <mail@jonathanweth.de> | 2020-07-21 17:06:34 +0200 |
| commit | 885fe5d0f156b349504b9b0209afa893f4b65428 (patch) | |
| tree | 8777d359fc3c33059e9b10f2d8b9c6f58a7984aa /test_client.py | |
| parent | 4eb1dc6b06867a1f1906fa32ab6448d0a00b9700 (diff) | |
| parent | fbb8a582edec8c8bdd4e8801f063e81f36344527 (diff) | |
| download | RWA.Support.SessionService-885fe5d0f156b349504b9b0209afa893f4b65428.tar.gz RWA.Support.SessionService-885fe5d0f156b349504b9b0209afa893f4b65428.tar.bz2 RWA.Support.SessionService-885fe5d0f156b349504b9b0209afa893f4b65428.zip | |
Merge branch 'pr/namespace-to-arctica' into 'master'
Port namespace to Arctica Project
See merge request remotewebapp/session-service!1
Diffstat (limited to 'test_client.py')
| -rw-r--r-- | test_client.py | 2 |
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() |
