5e3ea69f14
- Fix PIL dependency handling and detection - Add LICENSE - Add NO_ARCH
11 lines
274 B
Text
11 lines
274 B
Text
--- vinetto.orig 2015-09-16 16:24:54 UTC
|
|
+++ vinetto
|
|
@@ -149,7 +149,7 @@ if outputdir != None :
|
|
outputdir += "/"
|
|
|
|
try:
|
|
- import Image
|
|
+ from PIL import Image
|
|
PIL = "imported"
|
|
except ImportError, e:
|
|
print >> sys.stderr, ""
|