Remove imports from __future__ module

This commit is contained in:
Nick Hall
2015-03-14 16:02:57 +00:00
parent ad073326e5
commit 3b5efdf7ae
189 changed files with 53 additions and 356 deletions

View File

@@ -29,8 +29,6 @@ Provide a simplified table creation interface
# Standard python modules
#
#-------------------------------------------------------------------------
from __future__ import print_function
import sys
if sys.version_info[0] < 3:
import cPickle as pickle