1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Fix for ImageDraw issue.

This commit is contained in:
Joe R 2022-02-20 11:11:47 -05:00
parent 72c979d00f
commit feed149bd9

View file

@ -34,7 +34,7 @@ from pysollib.settings import PACKAGE, TOOLKIT
import six
from six import print_
Image = ImageTk = ImageOps = None
Image = ImageTk = ImageOps = ImageDraw = None
if TOOLKIT == 'tk':
try: # PIL
from PIL import Image