[Erp5-report] r30826 - /erp5/trunk/products/ERP5/tests/testERP5Commerce.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Nov 23 19:08:17 CET 2009
Author: leonardo
Date: Mon Nov 23 19:08:15 2009
New Revision: 30826
URL: http://svn.erp5.org?rev=30826&view=rev
Log:
Use the 'airplaine' style of charset encoding declaration. Less likely to be confused with an actual programmer comment
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=30826&r1=30825&r2=30826&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Commerce.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Commerce.py [utf8] Mon Nov 23 19:08:15 2009
@@ -1,4 +1,4 @@
-# encoding: utf-8
+# -*- coding: utf-8 -*-
##############################################################################
#
# Copyright (c) 2005 Nexedi SARL and Contributors. All Rights Reserved.
More information about the Erp5-report
mailing list