PIL not needed
svn: r23413
This commit is contained in:
parent
824a9a5134
commit
507a1f9b9f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user