[Zodb-checkins] CVS: StandaloneZODB/ZODB/tests - PackableStorage.py:1.10
Jeremy Hylton
jeremy@zope.com
Thu, 4 Oct 2001 18:41:43 -0400
Update of /cvs-repository/StandaloneZODB/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv14096/ZODB/tests
Modified Files:
PackableStorage.py
Log Message:
doc strings
=== StandaloneZODB/ZODB/tests/PackableStorage.py 1.9 => 1.10 ===
+"""Run some tests relevant for storages that support pack()."""
try:
import cPickle
@@ -17,7 +17,6 @@
ZERO = '\0'*8
-
# This class is for the root object. It must not contain a getoid() method