[Erp5-report] r32600 nicolas - /erp5/trunk/products/ERP5Type/patches/ppml.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 16 11:57:37 CET 2010


Author: nicolas
Date: Tue Feb 16 11:57:33 2010
New Revision: 32600

URL: http://svn.erp5.org?rev=32600&view=rev
Log:
Fix undefined variable failures, reviewed by Jerome

Modified:
    erp5/trunk/products/ERP5Type/patches/ppml.py

Modified: erp5/trunk/products/ERP5Type/patches/ppml.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/patches/ppml.py?rev=32600&r1=32599&r2=32600&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/patches/ppml.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/patches/ppml.py [utf8] Tue Feb 16 11:57:33 2010
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 ##############################################################################
 #
 # Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
@@ -636,6 +637,10 @@
     return unicode(end_string(self, tag, data), 'utf-8')
 
 ppml.end_unicode = end_unicode
+
+end_list = ppml.end_list
+end_tuple = ppml.end_tuple
+end_dictionary = ppml.end_dictionary
 
 class xmlUnpickler(NoBlanks, xyap):
     start_handlers={'pickle': start_pickle}




More information about the Erp5-report mailing list