[Zope3-checkins] CVS: Zope3 - z3.py:1.14.2.1

runyaga runyaga@thisbox.com
Wed, 5 Feb 2003 11:06:38 -0500


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv21965

Modified Files:
      Tag: paris-copypasterename-branch
	z3.py 
Log Message:
enable the copy stuff in the UI and
changes to the contents model


=== Zope3/z3.py 1.14 => 1.14.2.1 ===
--- Zope3/z3.py:1.14	Thu Jan  9 03:48:33 2003
+++ Zope3/z3.py	Wed Feb  5 11:06:05 2003
@@ -39,6 +39,8 @@
     srcdir = os.path.abspath('src')
     sys.path = [srcdir, here] + basepath
 
+    print sys.path
+
     # Initialize the logging module.
     import logging.config
     logging.basicConfig()