changing to __future__ (consistency across project)

This commit is contained in:
Martin A. Brown 2016-02-11 11:29:00 -08:00
parent 627e2ff636
commit bbe1985a81
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#! /usr/bin/python
from __future__ import print_function
from __future__ import absolute_import, division, print_function
import os