summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhut <hut@hut.pm>2018-01-28 17:58:39 +0100
committerhut <hut@hut.pm>2018-01-28 17:58:39 +0100
commitae9d47ea9284ebd4cec4f30e832ee67c1c7a13b9 (patch)
tree3e40a47d9b30b5abfb6ac16d3ab27fbb26182505
parent9db7f54226088e4cea6c7cbe582f5fb1339022c8 (diff)
attempt to fix CI
-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