aboutsummaryrefslogtreecommitdiff
path: root/test_client.py
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2020-07-22 14:56:40 +0200
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2020-07-22 14:56:40 +0200
commit2269d143c43ff5c14061cf26fa8adc6e93393ec4 (patch)
tree6304922f938ca7de679985ab821e6396ee315bcc /test_client.py
parent6a6ac63ecc6539362b470b98a5f15717fad7ca6b (diff)
downloadRWA.Support.SessionService-2269d143c43ff5c14061cf26fa8adc6e93393ec4.tar.gz
RWA.Support.SessionService-2269d143c43ff5c14061cf26fa8adc6e93393ec4.tar.bz2
RWA.Support.SessionService-2269d143c43ff5c14061cf26fa8adc6e93393ec4.zip
Add -m/--mockup-mode feature to service.py and session.py
Diffstat (limited to 'test_client.py')
-rwxr-xr-xtest_client.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test_client.py b/test_client.py
index 9cc6b68..4e60c29 100755
--- a/test_client.py
+++ b/test_client.py
@@ -3,9 +3,7 @@ import dbus
bus = dbus.SessionBus()
-
time = bus.get_object("org.ArcticaProject.RWA", "/RWA")
-
curr = time.start()
print("Your VNC session is", curr)