[Zope-Checkins] CVS: Zope/lib/python - Globals.py:1.55
Fred L. Drake, Jr.
fred@zope.com
Tue, 11 Feb 2003 13:16:10 -0500
Update of /cvs-repository/Zope/lib/python
In directory cvs.zope.org:/tmp/cvs-serv2006
Modified Files:
Globals.py
Log Message:
Clean up temporary names.
=== Zope/lib/python/Globals.py 1.54 => 1.55 ===
--- Zope/lib/python/Globals.py:1.54 Tue Feb 11 12:17:02 2003
+++ Zope/lib/python/Globals.py Tue Feb 11 13:16:10 2003
@@ -44,6 +44,7 @@
INSTANCE_HOME = _cfg.instancehome
SOFTWARE_HOME = _cfg.softwarehome
ZOPE_HOME = _cfg.zopehome
+del _cfg, _getConfiguration
opened=[]