[kupu-checkins] r37924 - kupu/trunk/kupu/plone
nouri at codespeak.net
nouri at codespeak.net
Sun Feb 4 20:17:56 CET 2007
Author: nouri
Date: Sun Feb 4 20:17:53 2007
New Revision: 37924
Modified:
kupu/trunk/kupu/plone/plonedrawers.py
Log:
Undo r37817 as this introduces another bug, see
http://dev.plone.org/plone/ticket/5883
Modified: kupu/trunk/kupu/plone/plonedrawers.py
==============================================================================
--- kupu/trunk/kupu/plone/plonedrawers.py (original)
+++ kupu/trunk/kupu/plone/plonedrawers.py Sun Feb 4 20:17:53 2007
@@ -26,7 +26,7 @@
import html2captioned
try:
- import Image
+ from PIL import Image
except ImportError:
HAS_PIL = False
else:
More information about the kupu-checkins
mailing list