[Zope3-checkins] CVS: Zope3 - test.py:1.83.6.2

Stuart Bishop zen at shangri-la.dropbear.id.au
Sat Feb 7 22:20:47 EST 2004


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

Modified Files:
      Tag: ozzope-session-branch
	test.py 
Log Message:
Revert acceidental change


=== Zope3/test.py 1.83.6.1 => 1.83.6.2 ===
--- Zope3/test.py:1.83.6.1	Sat Feb  7 22:19:00 2004
+++ Zope3/test.py	Sat Feb  7 22:20:46 2004
@@ -491,14 +491,12 @@
         d = os.path.join(d, test_dir)
         if os.path.exists(d):
             if not os.path.isdir(d):
-                print os.getcwd()
                 raise ValueError(
                     "%s does not exist and %s is not a directory"
                     % (test_dir, d)
                     )
             test_dir = d
         else:
-            print os.getcwd()
             raise ValueError("%s does not exist!" % test_dir)
 
 




More information about the Zope3-Checkins mailing list