[Zodb-checkins] CVS: Zope/lib/python/ZODB/tests - testPersistentMapping.py:1.2

Tres Seaver tseaver@zope.com
Tue, 4 Dec 2001 08:51:15 -0500


Update of /cvs-repository/Zope/lib/python/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv20049/ZODB/tests

Modified Files:
	testPersistentMapping.py 
Log Message:
 - Suppress debugging print statement.

=== Zope/lib/python/ZODB/tests/testPersistentMapping.py 1.1 => 1.2 ===
     """Helper for this test suite to get special PersistentMapping"""
 
-    print modulename, classname
+    #print modulename, classname
     if classname == "PersistentMapping":
         class PersistentMapping:
             def __setstate__(self, state):