diff options
Diffstat (limited to 'configs/example/hmctest.py')
-rw-r--r-- | configs/example/hmctest.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/example/hmctest.py b/configs/example/hmctest.py index 091ed8b03..32a82222b 100644 --- a/configs/example/hmctest.py +++ b/configs/example/hmctest.py @@ -1,4 +1,6 @@ + from __future__ import print_function +from __future__ import absolute_import import sys import argparse |