[Erp5-report] r30825 - /erp5/trunk/products/ERP5/tests/testERP5Commerce.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 23 19:00:37 CET 2009


Author: leonardo
Date: Mon Nov 23 19:00:36 2009
New Revision: 30825

URL: http://svn.erp5.org?rev=30825&view=rev
Log:
declare used encoding on python file. This is mandatory! Allows file to be imported on Python 2.6

Modified:
    erp5/trunk/products/ERP5/tests/testERP5Commerce.py

Modified: erp5/trunk/products/ERP5/tests/testERP5Commerce.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testERP5Commerce.py?rev=30825&r1=30824&r2=30825&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Commerce.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Commerce.py [utf8] Mon Nov 23 19:00:36 2009
@@ -1,3 +1,4 @@
+# encoding: utf-8
 ##############################################################################
 #
 # Copyright (c) 2005 Nexedi SARL and Contributors. All Rights Reserved.




More information about the Erp5-report mailing list