aboutsummaryrefslogtreecommitdiffstats
path: root/test/uitests.sikuli/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/uitests.sikuli/config.py')
-rw-r--r--test/uitests.sikuli/config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/uitests.sikuli/config.py b/test/uitests.sikuli/config.py
index e326c17..27e7a74 100644
--- a/test/uitests.sikuli/config.py
+++ b/test/uitests.sikuli/config.py
@@ -30,7 +30,7 @@ def get_os_name():
elif "LINUX" in str(Env.getOS()):
return "lin"
else:
- print ("I don't know how to handle platform '%s'", Env.getOS())
+ print("I don't know how to handle platform '%s'", Env.getOS())
def launch_cmd():
@@ -46,6 +46,6 @@ def launch_cmd():
"Libre Video Converter",
"LibreConverter.exe")
else:
- print get_os_name()
- print launch_cmd
+ print(get_os_name())
+ print(launch_cmd)
return launch_cmd