[Erp5-report] r27955 - /erp5/trunk/products/ERP5SyncML/Conduit/ERP5ShopOrderConduit.py

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


Author: luke
Date: Mon Jul  6 11:06:24 2009
New Revision: 27955

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

Modified:
    erp5/trunk/products/ERP5SyncML/Conduit/ERP5ShopOrderConduit.py

Modified: erp5/trunk/products/ERP5SyncML/Conduit/ERP5ShopOrderConduit.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5SyncML/Conduit/ERP5ShopOrderConduit.py?rev=27955&r1=27954&r2=27955&view=diff
==============================================================================
--- erp5/trunk/products/ERP5SyncML/Conduit/ERP5ShopOrderConduit.py [utf8] (original)
+++ erp5/trunk/products/ERP5SyncML/Conduit/ERP5ShopOrderConduit.py [utf8] Mon Jul  6 11:06:24 2009
@@ -1,5 +1,5 @@
 ##############################################################################
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
 #
 # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
 #                    Kevin Deldycke <kevin at nexedi.com>




More information about the Erp5-report mailing list