[Erp5-report] r27942 - /erp5/trunk/products/ERP5/PropertySheet/
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Jul 6 10:14:21 CEST 2009
Author: yusei
Date: Mon Jul 6 10:14:19 2009
New Revision: 27942
URL: http://svn.erp5.org?rev=27942&view=rev
Log:
Change coding name. Emacs does not support the name 'utf8'. Use 'utf-8'.
Modified:
erp5/trunk/products/ERP5/PropertySheet/BPMPreference.py
erp5/trunk/products/ERP5/PropertySheet/Chain.py
erp5/trunk/products/ERP5/PropertySheet/TradeModelLine.py
Modified: erp5/trunk/products/ERP5/PropertySheet/BPMPreference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/BPMPreference.py?rev=27942&r1=27941&r2=27942&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/BPMPreference.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/BPMPreference.py [utf8] Mon Jul 6 10:14:19 2009
@@ -1,4 +1,4 @@
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
#############################################################################
#
# Copyright (c) 2009 Nexedi SA and Contributors. All Rights Reserved.
Modified: erp5/trunk/products/ERP5/PropertySheet/Chain.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Chain.py?rev=27942&r1=27941&r2=27942&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Chain.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Chain.py [utf8] Mon Jul 6 10:14:19 2009
@@ -1,5 +1,5 @@
##############################################################################
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
# Copyright (c) 2009 Nexedi SA and Contributors. All Rights Reserved.
# Łukasz Nowak <luke at nexedi.com>
#
Modified: erp5/trunk/products/ERP5/PropertySheet/TradeModelLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/TradeModelLine.py?rev=27942&r1=27941&r2=27942&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/TradeModelLine.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/TradeModelLine.py [utf8] Mon Jul 6 10:14:19 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