[Erp5-report] r41257 seb - /erp5/trunk/utils/treenalyser.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Dec 9 11:25:54 CET 2010


Author: seb
Date: Thu Dec  9 11:25:54 2010
New Revision: 41257

URL: http://svn.erp5.org?rev=41257&view=rev
Log:
we need to import DateTimePatch in order to read date blogs

Modified:
    erp5/trunk/utils/treenalyser.py

Modified: erp5/trunk/utils/treenalyser.py
URL: http://svn.erp5.org/erp5/trunk/utils/treenalyser.py?rev=41257&r1=41256&r2=41257&view=diff
==============================================================================
--- erp5/trunk/utils/treenalyser.py [utf8] (original)
+++ erp5/trunk/utils/treenalyser.py [utf8] Thu Dec  9 11:25:54 2010
@@ -45,6 +45,8 @@ import ZODB
 from ZODB.FileStorage import FileStorage
 from ZODB.utils import oid_repr, get_pickle_metadata
 from ZODB.serialize import referencesf
+# import zope patches in order to read date blobs
+from Products.ERP5Type.patches.DateTimePatch import *
 
 # Constant factorization.
 SPACE = ' '



More information about the Erp5-report mailing list