[Zope-Checkins] CVS: Zope/lib/python/Zope/Startup - __init__.py:1.2.2.7
Fred L. Drake, Jr.
fred@zope.com
Fri, 14 Feb 2003 17:28:11 -0500
Update of /cvs-repository/Zope/lib/python/Zope/Startup
In directory cvs.zope.org:/tmp/cvs-serv20481
Modified Files:
Tag: new-install-branch
__init__.py
Log Message:
remove unused function
=== Zope/lib/python/Zope/Startup/__init__.py 1.2.2.6 => 1.2.2.7 ===
--- Zope/lib/python/Zope/Startup/__init__.py:1.2.2.6 Fri Feb 14 17:17:25 2003
+++ Zope/lib/python/Zope/Startup/__init__.py Fri Feb 14 17:28:10 2003
@@ -25,10 +25,6 @@
_schema = ZConfig.loadSchema(path)
return _schema
-def getSchemaKeys():
- schema = getSchema()
- return schema.getchildnames()
-
def configure(config_location, options):
global _configuration
import handlers