[Zope3-checkins] CVS: Zope3/src/zope/tal - setpath.py:1.4
Fred L. Drake, Jr.
fred at zope.com
Wed Apr 7 13:59:22 EDT 2004
Update of /cvs-repository/Zope3/src/zope/tal
In directory cvs.zope.org:/tmp/cvs-serv32738
Modified Files:
setpath.py
Log Message:
Why did this code ever want to find ZODB or Persistence ???
I'm sure there was a reason, but I don't remember what it was.
=== Zope3/src/zope/tal/setpath.py 1.3 => 1.4 ===
--- Zope3/src/zope/tal/setpath.py:1.3 Fri Feb 20 17:02:36 2004
+++ Zope3/src/zope/tal/setpath.py Wed Apr 7 13:59:21 2004
@@ -18,6 +18,9 @@
to import ZODB. If that succeeds, we assume the path is already set up
correctly. If that import fails, an IOError is raised.
"""
+
+# XXX Why does this want to find ZODB ???
+
import os
import sys
More information about the Zope3-Checkins
mailing list