[kupu-checkins] r54400 - kupu/trunk/kupu

hannosch at codespeak.net hannosch at codespeak.net
Sun May 4 14:42:57 CEST 2008


Author: hannosch
Date: Sun May  4 14:42:54 2008
New Revision: 54400

Modified:
   kupu/trunk/kupu/__init__.py
Log:
Removed comment, I think I've seen kupu being used with Plone already ;)


Modified: kupu/trunk/kupu/__init__.py
==============================================================================
--- kupu/trunk/kupu/__init__.py	(original)
+++ kupu/trunk/kupu/__init__.py	Sun May  4 14:42:54 2008
@@ -39,7 +39,7 @@
 except ImportError:
     have_cmf = 0
 
-# test for Plone, removed because Plone isn't supported yet
+# test for Plone
 try:
     import Products.CMFPlone
     have_plone = 1


More information about the kupu-checkins mailing list