[Zope3-checkins] CVS: Zope3/lib/python/Zope/Configuration - xmlconfig.py:1.8
Jeremy Hylton
jeremy@zope.com
Thu, 5 Sep 2002 16:25:10 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/Configuration
In directory cvs.zope.org:/tmp/cvs-serv30977
Modified Files:
xmlconfig.py
Log Message:
Remove statement that has no apparent effect.
If the side-effect of loading the resolve attribute is important,
please restore and add a comment ;-).
=== Zope3/lib/python/Zope/Configuration/xmlconfig.py 1.7 => 1.8 ===
--- Zope3/lib/python/Zope/Configuration/xmlconfig.py:1.7 Wed Jul 17 19:06:22 2002
+++ Zope3/lib/python/Zope/Configuration/xmlconfig.py Thu Sep 5 16:25:09 2002
@@ -80,7 +80,6 @@
self.__directives = directives
self.__context = context
self.__testing = testing
- context.resolve # XXX does this do something?
def setDocumentLocator(self, locator):
self.__locator = locator