summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhut <hut@hut.pm>2018-01-28 18:03:06 +0100
committerhut <hut@hut.pm>2018-01-28 18:03:06 +0100
commit949dba9c31d8f424f931674762ce005a2606b7f8 (patch)
treee96bc1f44aef91f2b0f007e1478cd8594a7cbadd
parent46039fd03f0ca8ac67f5007d1ec6e8896c67f22c (diff)
parentae9d47ea9284ebd4cec4f30e832ee67c1c7a13b9 (diff)
Merge branch 'master' into v1.9.0
-rwxr-xr-xtests/manpage_completion_test.py2
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