[Zope-Checkins] CVS: Zope/lib/python/Products/ZGadflyDA - __init__.py:1.15
Fred L. Drake, Jr.
fred@zope.com
Tue, 11 Feb 2003 12:17:38 -0500
Update of /cvs-repository/Zope/lib/python/Products/ZGadflyDA
In directory cvs.zope.org:/tmp/cvs-serv22003/lib/python/Products/ZGadflyDA
Modified Files:
__init__.py
Log Message:
Add the App.config module and use the API it exports to get configuration
values.
=== Zope/lib/python/Products/ZGadflyDA/__init__.py 1.14 => 1.15 ===
--- Zope/lib/python/Products/ZGadflyDA/__init__.py:1.14 Wed Aug 14 18:25:17 2002
+++ Zope/lib/python/Products/ZGadflyDA/__init__.py Tue Feb 11 12:17:07 2003
@@ -78,8 +78,9 @@
)
+# from App.config import getConfiguration
# j=os.path.join
-# d=j(j(INSTANCE_HOME,'var'),'gadfly')
+# d=j(getConfiguration().clienthome,'gadfly')
# if not os.path.exists(d):
# os.mkdir(d)
# os.mkdir(j(d,'demo'))