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...): ...