[Erp5-report] r27954 - /erp5/trunk/products/ERP5Security/tests/testERP5Security.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jul 6 11:06:05 CEST 2009


Author: luke
Date: Mon Jul  6 11:06:00 2009
New Revision: 27954

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

Modified:
    erp5/trunk/products/ERP5Security/tests/testERP5Security.py

Modified: erp5/trunk/products/ERP5Security/tests/testERP5Security.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Security/tests/testERP5Security.py?rev=27954&r1=27953&r2=27954&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Security/tests/testERP5Security.py [utf8] (original)
+++ erp5/trunk/products/ERP5Security/tests/testERP5Security.py [utf8] Mon Jul  6 11:06:00 2009
@@ -1,5 +1,5 @@
 ##############################################################################
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
 # Copyright (c) 2004 Nexedi SARL and Contributors. All Rights Reserved.
 #                                    Jerome Perrin <jerome at nexedi.com>
 #




More information about the Erp5-report mailing list