mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Moved __future__ import to the top of pilprint script
This commit is contained in:
parent
5114425f6b
commit
120982574a
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user