[Erp5-report] r31447 kazuhiko - in /erp5/trunk/products: ERP5/PropertySheet/ ERP5/tests/ ER...
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Dec 23 17:58:42 CET 2009
Author: kazuhiko
Date: Wed Dec 23 17:58:35 2009
New Revision: 31447
URL: http://svn.erp5.org?rev=31447&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/PropertySheet/Chain.py
erp5/trunk/products/ERP5/tests/testAcknowledgementTool.py
erp5/trunk/products/ERP5/tests/testBusinessTemplate.py
erp5/trunk/products/ERP5/tests/testCRM.py
erp5/trunk/products/ERP5/tests/testDeliveryBuilderToSupportMultipleLines.py
erp5/trunk/products/ERP5/tests/testIdTool.py
erp5/trunk/products/ERP5/tests/testMovementGroup.py
erp5/trunk/products/ERP5/tests/testOrderBuilder.py
erp5/trunk/products/ERP5/tests/testSupply.py
erp5/trunk/products/ERP5/tests/testTranslation.py
erp5/trunk/products/ERP5Catalog/Document/Archive.py
erp5/trunk/products/ERP5Catalog/PropertySheet/Archive.py
erp5/trunk/products/ERP5Catalog/PropertySheet/CatalogPreference.py
erp5/trunk/products/ERP5Catalog/tests/testArchive.py
erp5/trunk/products/ERP5Form/tests/testGUIwithSecurity.py
erp5/trunk/products/ERP5OOo/tests/testFormPrintout.py
erp5/trunk/products/ERP5OOo/tests/testFormPrintoutAsODG.py
erp5/trunk/products/ERP5OOo/tests/testFormPrintoutAsODT.py
erp5/trunk/products/ERP5OOo/tests/testIngestion.py
erp5/trunk/products/ERP5OOo/tests/testOOoStyle.py
erp5/trunk/products/ERP5Security/tests/testERP5Security.py
erp5/trunk/products/ERP5SyncML/Conduit/ERP5ShopOrderConduit.py
erp5/trunk/products/ERP5Type/tests/testERP5Type.py
Modified: erp5/trunk/products/ERP5/PropertySheet/Chain.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Chain.py?rev=31447&r1=31446&r2=31447&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Chain.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Chain.py [utf8] Wed Dec 23 17:58:35 2009
@@ -1,5 +1,6 @@
+# -*- coding: utf-8 -*-
##############################################################################
-# -*- coding: utf-8 -*-
+#
# Copyright (c) 2009 Nexedi SA and Contributors. All Rights Reserved.
# Łukasz Nowak <luke at nexedi.com>
#
Modified: erp5/trunk/products/ERP5/tests/testAcknowledgementTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testAcknowledgementTool.py?rev=31447&r1=31446&r2=31447&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testAcknowledgementTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testAcknowledgementTool.py [utf8] Wed Dec 23 17:58:35 2009
@@ -1,5 +1,6 @@
+# -*- coding: utf-8 -*-
##############################################################################
-# -*- coding: utf-8 -*-
+#
# Copyright (c) 2009 Nexedi SA and Contributors. All Rights Reserved.
# Sebastien Robin <seb at nexedi.com>
# Łukasz Nowak <luke at nexedi.com>
Modified: erp5/trunk/products/ERP5/tests/testBusinessTemplate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testBusinessTemplate.py?rev=31447&r1=31446&r2=31447&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testBusinessTemplate.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testBusinessTemplate.py [utf8] Wed Dec 23 17:58:35 2009
@@ -1,5 +1,6 @@
+# -*- coding: utf-8 -*-
##############################################################################
-# -*- coding: utf-8 -*-
+#
# Copyright (c) 2005 Nexedi SARL and Contributors. All Rights Reserved.
# Aurelien Calonne <aurel at nexedi.com>
#
Modified: erp5/trunk/products/ERP5/tests/testCRM.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testCRM.py?rev=31447&r1=31446&r2=31447&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testCRM.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testCRM.py [utf8] Wed Dec 23 17:58:35 2009
@@ -1,5 +1,6 @@
+# -*- coding: utf-8 -*-
##############################################################################
-# -*- coding: utf-8 -*-
+#
# Copyright (c) 2007 Nexedi SA and Contributors. All Rights Reserved.
#
# WARNING: This program as such is intended to be used by professional
Modified: erp5/trunk/products/ERP5/tests/testDeliveryBuilderToSupportMultipleLines.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testDeliveryBuilderToSupportMultipleLines.py?rev=31447&r1=31446&r2=31447&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testDeliveryBuilderToSupportMultipleLines.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testDeliveryBuilderToSupportMultipleLines.py [utf8] Wed Dec 23 17:58:35 2009
@@ -1,5 +1,5 @@
+# -*- coding: utf-8 -*-
##############################################################################
-# -*- coding: utf-8 -*-
#
# Copyright (c) 2009 Nexedi SA and Contributors. All Rights Reserved.
#
Modified: erp5/trunk/products/ERP5/tests/testIdTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testIdTool.py?rev=31447&r1=31446&r2=31447&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testIdTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testIdTool.py [utf8] Wed Dec 23 17:58:35 2009
@@ -1,5 +1,6 @@
+# -*- coding: utf-8 -*-
##############################################################################
-# -*- coding: utf-8 -*-
+#
# Copyright (c) 2008 Nexedi SARL and Contributors. All Rights Reserved.
# Aurélien Calonne <aurel at nexedi.com>
#
Modified: erp5/trunk/products/ERP5/tests/testMovementGroup.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testMovementGroup.py?rev=31447&r1=31446&r2=31447&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testMovementGroup.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testMovementGroup.py [utf8] Wed Dec 23 17:58:35 2009
@@ -1,5 +1,5 @@
+# -*- coding: utf-8 -*-
##############################################################################
-# -*- coding: utf-8 -*-
#
# Copyright (c) 2008 Nexedi SA and Contributors. All Rights Reserved.
#
Modified: erp5/trunk/products/ERP5/tests/testOrderBuilder.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testOrderBuilder.py?rev=31447&r1=31446&r2=31447&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testOrderBuilder.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testOrderBuilder.py [utf8] Wed Dec 23 17:58:35 2009
@@ -1,5 +1,5 @@
+# -*- coding: utf-8 -*-
##############################################################################
-# -*- coding: utf-8 -*-
#
# Copyright (c) 2008 Nexedi SA and Contributors. All Rights Reserved.
# Łukasz Nowak <lukasz.nowak at ventis.com.pl>
Modified: erp5/trunk/products/ERP5/tests/testSupply.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testSupply.py?rev=31447&r1=31446&r2=31447&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testSupply.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testSupply.py [utf8] Wed Dec 23 17:58:35 2009
@@ -1,5 +1,6 @@
+# -*- coding: utf-8 -*-
##############################################################################
-# -*- coding: utf-8 -*-
+#
# Copyright (c) 2009 Nexedi SA and Contributors. All Rights Reserved.
# Łukasz Nowak <luke at nexedi.com>
#
Modified: erp5/trunk/products/ERP5/tests/testTranslation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testTranslation.py?rev=31447&r1=31446&r2=31447&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testTranslation.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testTranslation.py [utf8] Wed Dec 23 17:58:35 2009
@@ -1,5 +1,5 @@
+# -*- coding: utf-8 -*-
##############################################################################
-# -*- coding: utf-8 -*-
#
# Copyright (c) 2007 Nexedi SA and Contributors. All Rights Reserved.
# Romain Courteaud <romain at nexedi.com>
Modified: erp5/trunk/products/ERP5Catalog/Document/Archive.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Catalog/Document/Archive.py?rev=31447&r1=31446&r2=31447&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Catalog/Document/Archive.py [utf8] (original)
+++ erp5/trunk/products/ERP5Catalog/Document/Archive.py [utf8] Wed Dec 23 17:58:35 2009
@@ -1,5 +1,5 @@
+# -*- coding: utf-8 -*-
##############################################################################
-# -*- coding: utf-8 -*-
#
# Copyright (c) 2007 Nexedi SARL and Contributors. All Rights Reserved.
# Aurélien Calonne <aurel at nexedi.com>
Modified: erp5/trunk/products/ERP5Catalog/PropertySheet/Archive.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Catalog/PropertySheet/Archive.py?rev=31447&r1=31446&r2=31447&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Catalog/PropertySheet/Archive.py [utf8] (original)
+++ erp5/trunk/products/ERP5Catalog/PropertySheet/Archive.py [utf8] Wed Dec 23 17:58:35 2009
@@ -1,5 +1,5 @@
+# -*- coding: utf-8 -*-
##############################################################################
-# -*- coding: utf-8 -*-
#
# Copyright (c) 2007 Nexedi SARL and Contributors. All Rights Reserved.
# Aurélien Calonne <aurel at nexedi.com>
Modified: erp5/trunk/products/ERP5Catalog/PropertySheet/CatalogPreference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Catalog/PropertySheet/CatalogPreference.py?rev=31447&r1=31446&r2=31447&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Catalog/PropertySheet/CatalogPreference.py [utf8] (original)
+++ erp5/trunk/products/ERP5Catalog/PropertySheet/CatalogPreference.py [utf8] Wed Dec 23 17:58:35 2009
@@ -1,5 +1,5 @@
+# -*- coding: utf-8 -*-
#############################################################################
-# -*- coding: utf-8 -*-
#
# Copyright (c) 2007 Nexedi SARL and Contributors. All Rights Reserved.
# Aurélien Calonne <aurel at nexedi.com>
Modified: erp5/trunk/products/ERP5Catalog/tests/testArchive.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Catalog/tests/testArchive.py?rev=31447&r1=31446&r2=31447&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Catalog/tests/testArchive.py [utf8] (original)
+++ erp5/trunk/products/ERP5Catalog/tests/testArchive.py [utf8] Wed Dec 23 17:58:35 2009
@@ -1,5 +1,5 @@
+# -*- coding: utf-8 -*-
##############################################################################
-# -*- coding: utf-8 -*-
#
# Copyright (c) 2007 Nexedi SARL and Contributors. All Rights Reserved.
# Aurélien Calonne <aurel at nexedi.com>
Modified: erp5/trunk/products/ERP5Form/tests/testGUIwithSecurity.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/tests/testGUIwithSecurity.py?rev=31447&r1=31446&r2=31447&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/tests/testGUIwithSecurity.py [utf8] (original)
+++ erp5/trunk/products/ERP5Form/tests/testGUIwithSecurity.py [utf8] Wed Dec 23 17:58:35 2009
@@ -1,5 +1,5 @@
+# -*- coding: utf-8 -*-
##############################################################################
-# -*- coding: utf-8 -*-
#
# Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.
# Bartek Górny <bartek at erp5.pl>
Modified: erp5/trunk/products/ERP5OOo/tests/testFormPrintout.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/tests/testFormPrintout.py?rev=31447&r1=31446&r2=31447&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testFormPrintout.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/tests/testFormPrintout.py [utf8] Wed Dec 23 17:58:35 2009
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
##############################################################################
-# -*- coding: utf-8 -*-
+#
# Copyright (c) 2009 Nexedi KK and Contributors. All Rights Reserved.
# Tatuya Kamada <tatuya at nexedi.com>
# Fabien Morin <fabien at nexedi.com>
Modified: erp5/trunk/products/ERP5OOo/tests/testFormPrintoutAsODG.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/tests/testFormPrintoutAsODG.py?rev=31447&r1=31446&r2=31447&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testFormPrintoutAsODG.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/tests/testFormPrintoutAsODG.py [utf8] Wed Dec 23 17:58:35 2009
@@ -1,5 +1,6 @@
+# -*- coding: utf-8 -*-
##############################################################################
-# -*- coding: utf-8 -*-
+#
# Copyright (c) 2009 Nexedi SA and Contributors. All Rights Reserved.
# Fabien Morin <fabien at nexedi.com>
#
Modified: erp5/trunk/products/ERP5OOo/tests/testFormPrintoutAsODT.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/tests/testFormPrintoutAsODT.py?rev=31447&r1=31446&r2=31447&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testFormPrintoutAsODT.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/tests/testFormPrintoutAsODT.py [utf8] Wed Dec 23 17:58:35 2009
@@ -1,5 +1,6 @@
+# -*- coding: utf-8 -*-
##############################################################################
-# -*- coding: utf-8 -*-
+#
# Copyright (c) 2009 Nexedi SA and Contributors. All Rights Reserved.
# Fabien Morin <fabien at nexedi.com>
# Tatuya Kamada <tatuya at nexedi.com>
Modified: erp5/trunk/products/ERP5OOo/tests/testIngestion.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/tests/testIngestion.py?rev=31447&r1=31446&r2=31447&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testIngestion.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/tests/testIngestion.py [utf8] Wed Dec 23 17:58:35 2009
@@ -1,5 +1,5 @@
+# -*- coding: utf-8 -*-
##############################################################################
-# -*- coding: utf-8 -*-
#
# Copyright (c) 2007 Nexedi SA and Contributors. All Rights Reserved.
# Bartek Gorny <bg at erp5.pl>
Modified: erp5/trunk/products/ERP5OOo/tests/testOOoStyle.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/tests/testOOoStyle.py?rev=31447&r1=31446&r2=31447&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testOOoStyle.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/tests/testOOoStyle.py [utf8] Wed Dec 23 17:58:35 2009
@@ -1,5 +1,6 @@
+# -*- coding: utf-8 -*-
##############################################################################
-# -*- coding: utf-8 -*-
+#
# Copyright (c) 2007 Nexedi SA and Contributors. All Rights Reserved.
# Jerome Perrin <jerome at nexedi.com>
#
Modified: erp5/trunk/products/ERP5Security/tests/testERP5Security.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Security/tests/testERP5Security.py?rev=31447&r1=31446&r2=31447&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Security/tests/testERP5Security.py [utf8] (original)
+++ erp5/trunk/products/ERP5Security/tests/testERP5Security.py [utf8] Wed Dec 23 17:58:35 2009
@@ -1,5 +1,6 @@
+# -*- coding: utf-8 -*-
##############################################################################
-# -*- coding: utf-8 -*-
+#
# Copyright (c) 2004 Nexedi SARL and Contributors. All Rights Reserved.
# Jerome Perrin <jerome at nexedi.com>
#
Modified: erp5/trunk/products/ERP5SyncML/Conduit/ERP5ShopOrderConduit.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5SyncML/Conduit/ERP5ShopOrderConduit.py?rev=31447&r1=31446&r2=31447&view=diff
==============================================================================
--- erp5/trunk/products/ERP5SyncML/Conduit/ERP5ShopOrderConduit.py [utf8] (original)
+++ erp5/trunk/products/ERP5SyncML/Conduit/ERP5ShopOrderConduit.py [utf8] Wed Dec 23 17:58:35 2009
@@ -1,5 +1,5 @@
+# -*- coding: utf-8 -*-
##############################################################################
-# -*- coding: utf-8 -*-
#
# Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
# Kevin Deldycke <kevin at nexedi.com>
Modified: erp5/trunk/products/ERP5Type/tests/testERP5Type.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/testERP5Type.py?rev=31447&r1=31446&r2=31447&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/testERP5Type.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/testERP5Type.py [utf8] Wed Dec 23 17:58:35 2009
@@ -1,5 +1,5 @@
+# -*- coding: utf-8 -*-
##############################################################################
-# -*- coding: utf-8 -*-
# Copyright (c) 2005 Nexedi SARL and Contributors. All Rights Reserved.
# Yoshinori Okuji <yo at nexedi.com>
#
More information about the Erp5-report
mailing list