[Zope-Checkins] CVS: Zope/ZServer - __init__.py:1.21.10.1
Matt Behrens
matt@zigg.com
Thu, 20 Jun 2002 11:36:46 -0400
Update of /cvs-repository/Zope/ZServer
In directory cvs.zope.org:/tmp/cvs-serv10041/ZServer
Modified Files:
Tag: Zope-2_5-branch
__init__.py
Log Message:
#79: don't swallow App.FindHomes exceptions
=== Zope/ZServer/__init__.py 1.21 => 1.21.10.1 ===
ZSERVER_VERSION='1.1b1'
+import App.FindHomes
try:
- import App.version_txt, App.FindHomes
+ import App.version_txt
ZOPE_VERSION=App.version_txt.version_txt()
except:
ZOPE_VERSION='experimental'