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:
parent
72c979d00f
commit
feed149bd9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue