[Zope-dev] makerequest issues
Stefan H. Holek
stefan at epy.co.at
Wed Apr 5 17:23:40 EDT 2006
Out of curiosity, you know that SimpleItem does not have a
constructor? You just inherit the one from ExtensionClass.Base, which
accepts everything and subsequently ignores it. So your item will
have an empty id. This *may* be what you want so your physical path
starts with '' instead of 'blah', but I'm not sure...
On 5. Apr 2006, at 17:21, Paul Winkler wrote:
>>>> item = SimpleItem(id='blah')
--
Anything that happens, happens. --Douglas Adams
More information about the Zope-Dev
mailing list