[Erp5-report] r27952 - /erp5/trunk/products/ERP5Form/tests/testGUIwithSecurity.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Jul 6 11:05:27 CEST 2009
Author: luke
Date: Mon Jul 6 11:05:26 2009
New Revision: 27952
URL: http://svn.erp5.org?rev=27952&view=rev
Log:
- fix coding name (http://en.wikipedia.org/wiki/UTF-8#Official_name_and_incorrect_variants)
Modified:
erp5/trunk/products/ERP5Form/tests/testGUIwithSecurity.py
Modified: erp5/trunk/products/ERP5Form/tests/testGUIwithSecurity.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/tests/testGUIwithSecurity.py?rev=27952&r1=27951&r2=27952&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/tests/testGUIwithSecurity.py [utf8] (original)
+++ erp5/trunk/products/ERP5Form/tests/testGUIwithSecurity.py [utf8] Mon Jul 6 11:05:26 2009
@@ -1,5 +1,5 @@
##############################################################################
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
#
# Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.
# Bartek Górny <bartek at erp5.pl>
More information about the Erp5-report
mailing list