1
0
mirror of https://github.com/ciromattia/kcc synced 2026-07-04 20:15:39 +00:00

Webtoon mode improvements

This commit is contained in:
Paweł Jastrzębski
2013-08-17 16:03:36 +02:00
parent f645b65a9e
commit a98fac2e95
2 changed files with 18 additions and 26 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ __docformat__ = 'restructuredtext en'
import os
try:
# noinspection PyUnresolvedReferences
# noinspection PyUnresolvedReferences,PyPackageRequirements
from PIL import Image, ImageOps, ImageStat, ImageChops
except ImportError:
print "ERROR: Pillow is not installed!"