[Erp5-report] r27950 - /erp5/trunk/products/ERP5/AggregatedAmountList.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jul 6 11:04:37 CEST 2009


Author: luke
Date: Mon Jul  6 11:04:36 2009
New Revision: 27950

URL: http://svn.erp5.org?rev=27950&view=rev
Log:
 - fix coding name (http://en.wikipedia.org/wiki/UTF-8#Official_name_and_incorrect_variants)

Modified:
    erp5/trunk/products/ERP5/AggregatedAmountList.py

Modified: erp5/trunk/products/ERP5/AggregatedAmountList.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/AggregatedAmountList.py?rev=27950&r1=27949&r2=27950&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/AggregatedAmountList.py [utf8] (original)
+++ erp5/trunk/products/ERP5/AggregatedAmountList.py [utf8] Mon Jul  6 11:04:36 2009
@@ -1,4 +1,4 @@
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
 ##############################################################################
 #
 # Copyright (c) 2009 Nexedi SA and Contributors. All Rights Reserved.




More information about the Erp5-report mailing list