Commit bec1498d authored by Tres Seaver's avatar Tres Seaver

- Suppress debugging print statement.

parent a18f5c42
......@@ -64,7 +64,7 @@ class PMTests(unittest.TestCase):
def find_global(modulename, classname):
"""Helper for this test suite to get special PersistentMapping"""
print modulename, classname
#print modulename, classname
if classname == "PersistentMapping":
class PersistentMapping:
def __setstate__(self, state):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment