summaryrefslogtreecommitdiff
path: root/configs/example/hmc_hello.py
diff options
context:
space:
mode:
Diffstat (limited to 'configs/example/hmc_hello.py')
-rw-r--r--configs/example/hmc_hello.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/example/hmc_hello.py b/configs/example/hmc_hello.py
index d9a6c0f9e..a68251981 100644
--- a/configs/example/hmc_hello.py
+++ b/configs/example/hmc_hello.py
@@ -30,6 +30,9 @@
#
# Author: Éder F. Zulian
+from __future__ import print_function
+from __future__ import absolute_import
+
import sys
import argparse