[Zope-Checkins] CVS: ZODB3/ZEO - runsvr.py:1.24
Guido van Rossum
guido@python.org
Thu, 9 Jan 2003 13:53:32 -0500
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv29442
Modified Files:
runsvr.py
Log Message:
Delete now-unused class variable hostname.
=== ZODB3/ZEO/runsvr.py 1.23 => 1.24 ===
--- ZODB3/ZEO/runsvr.py:1.23 Thu Jan 9 13:30:23 2003
+++ ZODB3/ZEO/runsvr.py Thu Jan 9 13:53:30 2003
@@ -149,7 +149,6 @@
class ZEOOptions(Options):
- hostname = None # A subclass may set this
read_only = None
transaction_timeout = None
invalidation_queue_size = None