diff options
author | Jesús <heckyel@hyperbola.info> | 2020-06-01 18:10:07 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-06-01 18:10:07 -0500 |
commit | 9bcdcbda2b5e34c204976e7b43de62f9ac7bd591 (patch) | |
tree | 01f5dfb56728728133795484110a9614cdaec9bf /test/uitests.sikuli/test_other_conversions.py | |
parent | 99f96dc8b20ebfaeb51019001771f138a02ff1cd (diff) | |
download | librevideoconverter-9bcdcbda2b5e34c204976e7b43de62f9ac7bd591.tar.lz librevideoconverter-9bcdcbda2b5e34c204976e7b43de62f9ac7bd591.tar.xz librevideoconverter-9bcdcbda2b5e34c204976e7b43de62f9ac7bd591.zip |
pep8
Diffstat (limited to 'test/uitests.sikuli/test_other_conversions.py')
-rw-r--r-- | test/uitests.sikuli/test_other_conversions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/uitests.sikuli/test_other_conversions.py b/test/uitests.sikuli/test_other_conversions.py index 9d866e5..f02be43 100644 --- a/test/uitests.sikuli/test_other_conversions.py +++ b/test/uitests.sikuli/test_other_conversions.py @@ -20,7 +20,7 @@ def test_other_conversions(): def convert_to_format(device_output): - print device_output + print(device_output) expected_failures = ['fake_video.mp4'] lvc = MVCGui() lvc.lvc_focus() |