[Zope] Re: Detect ZOPE version inside a product

Andy McKay andy@agmweb.ca
Fri, 6 Dec 2002 10:00:35 -0800


Oops you wanted the Zope version:

## Script (Python) "version"
return context.Control_Panel.version_txt()
--
  Andy McKay