[Erp5-report] r27953 -	/erp5/trunk/products/ERP5OOo/tests/testOOoImport.py
    nobody at svn.erp5.org 
    nobody at svn.erp5.org
       
    Mon Jul  6 11:05:42 CEST 2009
    
    
  
Author: luke
Date: Mon Jul  6 11:05:40 2009
New Revision: 27953
URL: http://svn.erp5.org?rev=27953&view=rev
Log:
 - fix coding name (http://en.wikipedia.org/wiki/UTF-8#Official_name_and_incorrect_variants)
Modified:
    erp5/trunk/products/ERP5OOo/tests/testOOoImport.py
Modified: erp5/trunk/products/ERP5OOo/tests/testOOoImport.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/tests/testOOoImport.py?rev=27953&r1=27952&r2=27953&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testOOoImport.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/tests/testOOoImport.py [utf8] Mon Jul  6 11:05:40 2009
@@ -1,5 +1,5 @@
 ##############################################################################
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
 # Copyright (c) 2009 Nexedi SA and Contributors. All Rights Reserved.
 #                    Mohamadou Mbengue <mmbengue at gmail.com>
 #
    
    
More information about the Erp5-report
mailing list