Removed unused import in pilconvert script

This commit is contained in:
Andrew Murray 2015-04-01 10:33:44 +11:00
parent 444d9d5731
commit d3cab99d31

View File

@ -15,7 +15,6 @@
from __future__ import print_function
import site
import getopt, string, sys
from PIL import Image