summaryrefslogtreecommitdiff
path: root/regtest/Timer.py
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2018-10-21 21:54:09 -0400
committerAlbert Astals Cid <tsdgeos@yahoo.es>2018-11-18 09:53:40 +0000
commit5a266afcf314660a0bf8b3aeffb6308c1c66f805 (patch)
treea86390ca372433e061e40c301e1c0c850ba4eae1 /regtest/Timer.py
parent557423168289490ec9ddf1301924667c82cb3481 (diff)
regtest: Enable absolute import on all files.
Diffstat (limited to 'regtest/Timer.py')
-rw-r--r--regtest/Timer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/regtest/Timer.py b/regtest/Timer.py
index 5b0d7109..0dcd772b 100644
--- a/regtest/Timer.py
+++ b/regtest/Timer.py
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-from __future__ import print_function
+from __future__ import absolute_import, print_function
from time import time, strftime, gmtime