[Zope-Checkins] CVS: Zope/lib/python/ZConfig - __init__.py:1.1.4.5

Chris McDonough chrism@zope.com
Sun, 24 Nov 2002 18:53:34 -0500


Update of /cvs-repository/Zope/lib/python/ZConfig
In directory cvs.zope.org:/tmp/cvs-serv13234

Modified Files:
      Tag: chrism-install-branch
	__init__.py 
Log Message:
Merge with HEAD.


=== Zope/lib/python/ZConfig/__init__.py 1.1.4.4 => 1.1.4.5 ===
--- Zope/lib/python/ZConfig/__init__.py:1.1.4.4	Sun Nov 24 18:28:43 2002
+++ Zope/lib/python/ZConfig/__init__.py	Sun Nov 24 18:53:32 2002
@@ -31,4 +31,3 @@
 def loadschemafile(file, schema, url=None):
     from SchemaParser import SchemaContext
     return SchemaContext().load(file, url, schema)
-