[Zope-Checkins] SVN: Zope/trunk/lib/python/ZServer/tests/test_config.py remove cruft instead of commenting it out

Fred L. Drake, Jr. fdrake at gmail.com
Thu May 19 01:51:43 EDT 2005


Log message for revision 30409:
  remove cruft instead of commenting it out

Changed:
  U   Zope/trunk/lib/python/ZServer/tests/test_config.py

-=-
Modified: Zope/trunk/lib/python/ZServer/tests/test_config.py
===================================================================
--- Zope/trunk/lib/python/ZServer/tests/test_config.py	2005-05-19 05:51:16 UTC (rev 30408)
+++ Zope/trunk/lib/python/ZServer/tests/test_config.py	2005-05-19 05:51:43 UTC (rev 30409)
@@ -25,10 +25,6 @@
 
 TEMPFILENAME = tempfile.mktemp()
 
-# For address kinds of values that don't specify a hostname, ZConfig
-# supplies a platform-dependent default.
-#DEFAULT_HOSTNAME = ZConfig.datatypes.DEFAULT_HOST
-
 class BaseTest(unittest.TestCase):
     schema = None
 



More information about the Zope-Checkins mailing list