summaryrefslogtreecommitdiff
path: root/framework/grouptools.py
diff options
context:
space:
mode:
Diffstat (limited to 'framework/grouptools.py')
-rw-r--r--framework/grouptools.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/grouptools.py b/framework/grouptools.py
index e4157efeb..a7f26bde9 100644
--- a/framework/grouptools.py
+++ b/framework/grouptools.py
@@ -29,6 +29,8 @@ posix paths they may not start with a leading '/'.
"""
+from __future__ import absolute_import, division, print_function
+
__all__ = [
'SEPARATOR',
'commonprefix',