Added future print_function imports

This commit is contained in:
Andrew Murray 2016-11-26 11:05:56 +11:00
parent 4ed31e8ef7
commit 67be3a9eda
10 changed files with 15 additions and 0 deletions

View File

@ -17,6 +17,8 @@
# See the README file for information on usage and redistribution.
#
from __future__ import print_function
from PIL import Image
from PIL import FontFile

View File

@ -16,6 +16,7 @@
# See the README file for information on usage and redistribution.
#
from __future__ import print_function
from PIL import Image, BmpImagePlugin, _binary

View File

@ -14,6 +14,8 @@
# See the README file for information on usage and redistribution.
#
from __future__ import print_function
import os
from PIL import Image, _binary

View File

@ -15,6 +15,7 @@
# See the README file for information on usage and redistribution.
#
from __future__ import print_function
from PIL import Image, ImageFile
from PIL.OleFileIO import i8, i32, MAGIC, OleFileIO

View File

@ -5,6 +5,8 @@
#
# Copyright (c) 2014 Dov Grobgeld <dov.grobgeld@gmail.com>
from __future__ import print_function
from PIL import Image
from PIL import _imagingmorph
import re

View File

@ -32,6 +32,8 @@
# See the README file for information on usage and redistribution.
#
from __future__ import print_function
import array
import struct
import io

View File

@ -15,6 +15,8 @@
# See the README file for information on usage and redistribution.
#
from __future__ import print_function
from PIL import Image, ImageFile, _binary
__version__ = "0.2"

View File

@ -1,3 +1,4 @@
from __future__ import print_function
from helper import unittest, PillowTestCase
from PIL import Image

View File

@ -1,3 +1,4 @@
from __future__ import print_function
from helper import unittest, PillowTestCase, hopper
from PIL import Image, ImageDraw, ImageMode

View File

@ -1,3 +1,4 @@
from __future__ import print_function
from helper import unittest, PillowTestCase
from PIL import Image