aboutsummaryrefslogtreecommitdiffstats
path: root/test/uitests.sikuli/lvc_steps.py
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-06-01 18:10:07 -0500
committerJesús <heckyel@hyperbola.info>2020-06-01 18:10:07 -0500
commit9bcdcbda2b5e34c204976e7b43de62f9ac7bd591 (patch)
tree01f5dfb56728728133795484110a9614cdaec9bf /test/uitests.sikuli/lvc_steps.py
parent99f96dc8b20ebfaeb51019001771f138a02ff1cd (diff)
downloadlibrevideoconverter-9bcdcbda2b5e34c204976e7b43de62f9ac7bd591.tar.lz
librevideoconverter-9bcdcbda2b5e34c204976e7b43de62f9ac7bd591.tar.xz
librevideoconverter-9bcdcbda2b5e34c204976e7b43de62f9ac7bd591.zip
pep8
Diffstat (limited to 'test/uitests.sikuli/lvc_steps.py')
-rw-r--r--test/uitests.sikuli/lvc_steps.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/uitests.sikuli/lvc_steps.py b/test/uitests.sikuli/lvc_steps.py
index edb8a9a..5723b6a 100644
--- a/test/uitests.sikuli/lvc_steps.py
+++ b/test/uitests.sikuli/lvc_steps.py
@@ -21,7 +21,7 @@ def test_data(many=False, new=False):
if not many:
TESTFILES = TESTFILES[:1]
- print TESTFILES
+ print(TESTFILES)
return DATADIR, TESTFILES
@@ -38,7 +38,7 @@ def device_output(option):
@step('I browse for (?:a|several)( new)? file(s)?')
def browse_for_files(step, new, several): # file or files determines 1 or many
datadir, testfiles = test_data(several, new)
- print testfiles
+ print(testfiles)
world.lvc.browse_for_files(datadir, testfiles)