[Zope3-checkins] CVS: Zope3/lib/python/Zope/Configuration - xmlconfig.py:1.7
   
    Jeremy Hylton
     
    jeremy@zope.com
       
    Wed, 17 Jul 2002 19:06:22 -0400
    
    
  
Update of /cvs-repository/Zope3/lib/python/Zope/Configuration
In directory cvs.zope.org:/tmp/cvs-serv4062/Zope/Configuration
Modified Files:
	xmlconfig.py 
Log Message:
Add XXX comment.
=== Zope3/lib/python/Zope/Configuration/xmlconfig.py 1.6 => 1.7 ===
         self.__directives = directives
         self.__context = context
         self.__testing = testing
-        context.resolve
+        context.resolve # XXX does this do something?
 
     def setDocumentLocator(self, locator):
         self.__locator = locator