diff options
author | hut <hut@hut.pm> | 2018-01-28 17:58:39 +0100 |
---|---|---|
committer | hut <hut@hut.pm> | 2018-01-28 17:58:39 +0100 |
commit | ae9d47ea9284ebd4cec4f30e832ee67c1c7a13b9 (patch) | |
tree | 3e40a47d9b30b5abfb6ac16d3ab27fbb26182505 /tests | |
parent | 9db7f54226088e4cea6c7cbe582f5fb1339022c8 (diff) | |
download | ranger-ae9d47ea9284ebd4cec4f30e832ee67c1c7a13b9.tar.gz |
attempt to fix CI
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/manpage_completion_test.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/manpage_completion_test.py b/tests/manpage_completion_test.py index a1dd06e0..b9504d06 100755 --- a/tests/manpage_completion_test.py +++ b/tests/manpage_completion_test.py @@ -1,5 +1,7 @@ #!/usr/bin/python +from __future__ import (absolute_import, division, print_function) + import os.path import re import sys |