At 12:51 PM 2/18/01 -0800, Michael R. Bernstein wrote:
>I have an existing Python Product that I would like to use
>as a DataSkin in a Rack.
>
>What do I need to change (import/subclass) in order to use
>it in this way?
>

from ZPatterns.DataSkins import DataSkin

class MyClass(DataSkin,...all other bases...):
    ...


_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to