Removed unused imports

This commit is contained in:
Andrew Murray 2015-04-02 16:37:04 +11:00
parent ebc6996ba5
commit e22e4239e5
4 changed files with 0 additions and 8 deletions

View File

@ -17,11 +17,6 @@
import os
from PIL import Image, _binary
try:
import zlib
except ImportError:
zlib = None
WIDTH = 800

View File

@ -19,7 +19,6 @@
from __future__ import print_function
import site
import getopt
import glob
import sys

View File

@ -1,5 +1,4 @@
from helper import unittest, PillowTestCase, hopper
from PIL import Image
from io import BytesIO
import sys

View File

@ -1,7 +1,6 @@
from helper import unittest, PillowTestCase, hopper
from PIL import Image
import sys
class TestImage(PillowTestCase):