[Zope3-checkins] CVS: Zope3 - z3.py:1.16
Jim Fulton
jim@zope.com
Tue, 18 Feb 2003 12:26:12 -0500
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv22518
Modified Files:
z3.py
Log Message:
Removed print statement that accidentily got checked in in the Paris
UI merge.
=== Zope3/z3.py 1.15 => 1.16 ===
--- Zope3/z3.py:1.15 Tue Feb 11 10:59:26 2003
+++ Zope3/z3.py Tue Feb 18 12:26:12 2003
@@ -39,8 +39,6 @@
srcdir = os.path.abspath('src')
sys.path = [srcdir, here] + basepath
- print sys.path
-
# Initialize the logging module.
import logging.config
logging.basicConfig()