[Zodb-checkins] CVS: ZODB3/ZEO/tests - forker.py:1.35
Jeremy Hylton
jeremy at zope.com
Thu May 29 13:51:34 EDT 2003
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv16458
Modified Files:
forker.py
Log Message:
Remove vestigal PROFILE support.
=== ZODB3/ZEO/tests/forker.py 1.34 => 1.35 ===
--- ZODB3/ZEO/tests/forker.py:1.34 Tue Mar 4 14:56:28 2003
+++ ZODB3/ZEO/tests/forker.py Thu May 29 12:51:34 2003
@@ -23,12 +23,6 @@
import zLOG
-# Change value of PROFILE to enable server-side profiling
-PROFILE = 0
-if PROFILE:
- import hotshot
-
-
def get_port():
"""Return a port that is not in use.
@@ -49,7 +43,6 @@
finally:
s.close()
raise RuntimeError, "Can't find port"
-
def start_zeo_server(conf, addr=None, ro_svr=0, monitor=0, keep=0, invq=None,
timeout=None):
More information about the Zodb-checkins
mailing list