[Zope-dev] Programmatic way to get the Zope Version

Chris Withers chrisw@nipltd.com
Sun, 11 Feb 2001 17:26:12 +0000


Hi,

I was if do something like:

if zope_version >= 2.3:
  # balh
else:
  # blah

Where do I get the zope_version bti and what format will it be in?

cheers,

Chris