Moved __future__ import to the top of pilprint script

This commit is contained in:
Andrew Murray 2015-04-01 11:11:49 +11:00
parent 5114425f6b
commit 120982574a

View File

@ -11,8 +11,8 @@
# 0.3 2003-05-06 fl Fixed a typo or two. # 0.3 2003-05-06 fl Fixed a typo or two.
# #
import getopt, os, sys
from __future__ import print_function from __future__ import print_function
import getopt, os, sys
VERSION = "pilprint 0.3/2003-05-05" VERSION = "pilprint 0.3/2003-05-05"