summaryrefslogtreecommitdiffstats
path: root/test/test-cbs
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-cbs')
-rwxr-xr-xtest/test-cbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-cbs b/test/test-cbs
index 13cdd80a..a5cec065 100755
--- a/test/test-cbs
+++ b/test/test-cbs
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
import dbus
import dbus.mainloop.glib
@@ -78,7 +78,7 @@ def set_topics(cbs):
invalidData = False;
index = 0
- topics = raw_input('Enter the topic ID(s) you want to register to: ')
+ topics = input('Enter the topic ID(s) you want to register to: ')
while index < len(topics):
if topics[index] == ',' or topics[index] == '-':