[Zope-Checkins] CVS: Zope/lib/python - Globals.py:1.52

Matt Behrens matt@zigg.com
Tue, 9 Jul 2002 11:15:21 -0400


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

Modified Files:
	Globals.py 
Log Message:
Add support for ZOPE_HOME and a setup.py that is capable of installing
all Zope software, based on the work in the installer branch.

All tests still pass when built with python2.1 setup.py build_ext -i :-)



=== Zope/lib/python/Globals.py 1.51 => 1.52 ===
 import TreeDisplay
 
-from App.FindHomes import INSTANCE_HOME, SOFTWARE_HOME
+from App.FindHomes import INSTANCE_HOME, SOFTWARE_HOME, ZOPE_HOME
 from App.Common import package_home, attrget, Dictionary
 from Persistence import Persistent, PersistentMapping
 from App.special_dtml import HTML, HTMLFile, DTMLFile