blob: 8b429a1d6caa59ecf017ee369c22e77b9bb1e769 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- pyggel/include.py.orig 2014-10-07 16:52:11 UTC
+++ pyggel/include.py
@@ -27,7 +27,7 @@
ANI_AVAILABLE = False
try:
- import Image as PIL
+ from PIL import Image as PIL
PIL_AVAILABLE = True
except:
PIL_AVAILABLE = False
|