Author: jmorliaguet
Date: Sat Oct 22 15:24:51 2005
New Revision: 28540

Modified:
   z3lab/z3ecm/trunk/src/ecm/cpsskins/example1/hello.py
Log:

- updated the constructor to conform to the text in the README.txt



Modified: z3lab/z3ecm/trunk/src/ecm/cpsskins/example1/hello.py
==============================================================================
--- z3lab/z3ecm/trunk/src/ecm/cpsskins/example1/hello.py        (original)
+++ z3lab/z3ecm/trunk/src/ecm/cpsskins/example1/hello.py        Sat Oct 22 
15:24:51 2005
@@ -43,7 +43,8 @@
     implements(IDisplayData)
 
     def __init__(self, portlet, info):
-        pass
+        self.portlet = portlet
+        self.info = info
 
     def __call__(self, **kw):
         return u"Hello world"
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to