[Erp5-report] r31501 kazuhiko - /erp5/trunk/products/ERP5/tests/testOrder.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Dec 28 17:22:23 CET 2009


Author: kazuhiko
Date: Mon Dec 28 17:22:22 2009
New Revision: 31501

URL: http://svn.erp5.org?rev=31501&view=rev
Log:
move the 'config' comment line to the first line to make it effective.
(locating in the second line only works when the first line is shebang comment.)

Modified:
    erp5/trunk/products/ERP5/tests/testOrder.py

Modified: erp5/trunk/products/ERP5/tests/testOrder.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testOrder.py?rev=31501&r1=31500&r2=31501&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testOrder.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testOrder.py [utf8] Mon Dec 28 17:22:22 2009
@@ -1,5 +1,6 @@
+# -*- coding: utf-8 -*-
 ##############################################################################
-# -*- coding: utf-8 -*-
+#
 # Copyright (c) 2004-2008 Nexedi SA and Contributors. All Rights Reserved.
 #          Sebastien Robin <seb at nexedi.com>
 #          Romain Courteaud <romain at nexedi.com>




More information about the Erp5-report mailing list