[Zope-Checkins] CVS: Zope/lib/python - Globals.py:1.51.52.1
Matt Behrens
matt@zigg.com
Mon, 27 May 2002 18:58:33 -0400
Update of /cvs-repository/Zope/lib/python
In directory cvs.zope.org:/tmp/cvs-serv18365/lib/python
Modified Files:
Tag: zigg_unix-install-control-config-branch
Globals.py
Log Message:
More progress:
- Rewrite the control script to not have any special knowledge of
'create', to help maintain the divorce from what the software home's
control package does.
- Add ZOPE_HOME, now that it's needed (to look at the default imports).
- A few more portability fixes (now working on Linux).
- Start to option-enable z2.py, though there is no code yet.
=== Zope/lib/python/Globals.py 1.51 => 1.51.52.1 ===
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