PIL not needed

svn: r23413
This commit is contained in:
Doug Blank 2013-10-25 22:02:45 +00:00
parent 824a9a5134
commit 507a1f9b9f

View File

@ -41,6 +41,8 @@ try:
from . import png from . import png
except: except:
print("WARNING: No PIL installed or available") print("WARNING: No PIL installed or available")
NEW_PIL = False
from . import png
import os import os
## Globals ## Globals