[Zope-Checkins] CVS: Zope/lib/python/ZServer - utils.py:1.3

Chris McDonough chrism@zope.com
Mon, 21 Jul 2003 11:23:35 -0400


Update of /cvs-repository/Zope/lib/python/ZServer
In directory cvs.zope.org:/tmp/cvs-serv5653/lib/python/ZServer

Modified Files:
	utils.py 
Log Message:
Get Zope version number right.


=== Zope/lib/python/ZServer/utils.py 1.2 => 1.3 ===
--- Zope/lib/python/ZServer/utils.py:1.2	Sat Jul 19 23:51:17 2003
+++ Zope/lib/python/ZServer/utils.py	Mon Jul 21 11:23:31 2003
@@ -15,7 +15,7 @@
 
 def getZopeVersion():
     import App.version_txt
-    App.version_txt.version_txt()
+    return App.version_txt.version_txt()
 
 def patchAsyncoreLogger():
     # Poke zLOG default logging into asyncore to send