From bbe1985a81a380ee2ca76a4feab66cd7e509e3e1 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Thu, 11 Feb 2016 11:29:00 -0800 Subject: [PATCH] changing to __future__ (consistency across project) --- tldp/outputs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tldp/outputs.py b/tldp/outputs.py index 943f2e7..49f1e0c 100644 --- a/tldp/outputs.py +++ b/tldp/outputs.py @@ -1,6 +1,6 @@ #! /usr/bin/python -from __future__ import print_function +from __future__ import absolute_import, division, print_function import os