1
0
mirror of https://github.com/ciromattia/kcc synced 2026-07-05 04:25:31 +00:00

Little code cleanup

This commit is contained in:
Paweł Jastrzębski
2013-09-11 15:22:18 +02:00
parent 4c96de9cdf
commit a28ad2b0c7
5 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ __docformat__ = 'restructuredtext en'
import os
try:
# noinspection PyUnresolvedReferences,PyPackageRequirements
# noinspection PyUnresolvedReferences
from PIL import Image, ImageOps, ImageStat, ImageChops
except ImportError:
print "ERROR: Pillow is not installed!"