[Zodb-checkins] CVS: StandaloneZConfig/ZConfig - schema.py:1.37

Fred L. Drake, Jr. fred at zope.com
Thu Apr 15 03:20:19 EDT 2004


Update of /cvs-repository/StandaloneZConfig/ZConfig
In directory cvs.zope.org:/tmp/cvs-serv3331

Modified Files:
	schema.py 
Log Message:
the <extension> element is long gone; remove remaining turds


=== StandaloneZConfig/ZConfig/schema.py 1.36 => 1.37 ===
--- StandaloneZConfig/ZConfig/schema.py:1.36	Thu Apr 15 00:59:09 2004
+++ StandaloneZConfig/ZConfig/schema.py	Thu Apr 15 03:19:47 2004
@@ -50,13 +50,13 @@
     _allowed_parents = {
         "description": ["key", "section", "multikey", "multisection",
                         "sectiontype", "abstracttype",
-                        "schema", "component", "extension"],
+                        "schema", "component"],
         "example": ["key", "section", "multikey", "multisection"],
         "metadefault": ["key", "section", "multikey", "multisection"],
         "default": ["key", "multikey"],
-        "import": ["schema", "component", "extension"],
-        "abstracttype": ["schema", "component", "extension"],
-        "sectiontype": ["schema", "component", "extension"],
+        "import": ["schema", "component"],
+        "abstracttype": ["schema", "component"],
+        "sectiontype": ["schema", "component"],
         "key": ["schema", "sectiontype"],
         "multikey": ["schema", "sectiontype"],
         "section": ["schema", "sectiontype"],




More information about the Zodb-checkins mailing list