diff options
author | hut <hut@hut.pm> | 2018-01-28 18:03:06 +0100 |
---|---|---|
committer | hut <hut@hut.pm> | 2018-01-28 18:03:06 +0100 |
commit | 949dba9c31d8f424f931674762ce005a2606b7f8 (patch) | |
tree | e96bc1f44aef91f2b0f007e1478cd8594a7cbadd | |
parent | 46039fd03f0ca8ac67f5007d1ec6e8896c67f22c (diff) | |
parent | ae9d47ea9284ebd4cec4f30e832ee67c1c7a13b9 (diff) | |
download | ranger-949dba9c31d8f424f931674762ce005a2606b7f8.tar.gz |
Merge branch 'master' into v1.9.0
-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 |