[Erp5-report] r24491 - in /erp5/trunk/products: ERP5Catalog/Document/ ERP5Catalog/PropertyS...
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Nov 5 12:51:55 CET 2008
Author: kazuhiko
Date: Wed Nov 5 12:51:50 2008
New Revision: 24491
URL: http://svn.erp5.org?rev=24491&view=rev
Log:
convert to utf8 and specify encoding.
Modified:
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/ERP5SyncML/Conduit/ERP5ShopOrderConduit.py
Modified: erp5/trunk/products/ERP5Catalog/Document/Archive.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Catalog/Document/Archive.py?rev=24491&r1=24490&r2=24491&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Catalog/Document/Archive.py [utf8] (original)
+++ erp5/trunk/products/ERP5Catalog/Document/Archive.py [utf8] Wed Nov 5 12:51:50 2008
@@ -1,7 +1,8 @@
##############################################################################
+# -*- coding: utf8 -*-
#
# Copyright (c) 2007 Nexedi SARL and Contributors. All Rights Reserved.
-# Aur�en Calonne <aurel at nexedi.com>
+# Aurélien Calonne <aurel at nexedi.com>
#
# WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsability of assessing all potential
Modified: erp5/trunk/products/ERP5Catalog/PropertySheet/Archive.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Catalog/PropertySheet/Archive.py?rev=24491&r1=24490&r2=24491&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Catalog/PropertySheet/Archive.py [utf8] (original)
+++ erp5/trunk/products/ERP5Catalog/PropertySheet/Archive.py [utf8] Wed Nov 5 12:51:50 2008
@@ -1,7 +1,8 @@
##############################################################################
+# -*- coding: utf8 -*-
#
# Copyright (c) 2007 Nexedi SARL and Contributors. All Rights Reserved.
-# Aur�en Calonne <aurel at nexedi.com>
+# Aurélien Calonne <aurel at nexedi.com>
#
# WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsability of assessing all potential
Modified: erp5/trunk/products/ERP5Catalog/PropertySheet/CatalogPreference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Catalog/PropertySheet/CatalogPreference.py?rev=24491&r1=24490&r2=24491&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Catalog/PropertySheet/CatalogPreference.py [utf8] (original)
+++ erp5/trunk/products/ERP5Catalog/PropertySheet/CatalogPreference.py [utf8] Wed Nov 5 12:51:50 2008
@@ -1,7 +1,8 @@
#############################################################################
+# -*- coding: utf8 -*-
#
# Copyright (c) 2007 Nexedi SARL and Contributors. All Rights Reserved.
-# Aur�en Calonne <aurel at nexedi.com>
+# Aurélien Calonne <aurel at nexedi.com>
#
# WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsability of assessing all potential
Modified: erp5/trunk/products/ERP5Catalog/tests/testArchive.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Catalog/tests/testArchive.py?rev=24491&r1=24490&r2=24491&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Catalog/tests/testArchive.py [utf8] (original)
+++ erp5/trunk/products/ERP5Catalog/tests/testArchive.py [utf8] Wed Nov 5 12:51:50 2008
@@ -1,7 +1,8 @@
##############################################################################
+# -*- coding: utf8 -*-
#
# Copyright (c) 2007 Nexedi SARL and Contributors. All Rights Reserved.
-# Aur�en Calonne <aurel at nexedi.com>
+# Aurélien Calonne <aurel at nexedi.com>
#
# WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsability of assessing all potential
Modified: erp5/trunk/products/ERP5Form/tests/testGUIwithSecurity.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/tests/testGUIwithSecurity.py?rev=24491&r1=24490&r2=24491&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/tests/testGUIwithSecurity.py [utf8] (original)
+++ erp5/trunk/products/ERP5Form/tests/testGUIwithSecurity.py [utf8] Wed Nov 5 12:51:50 2008
@@ -1,7 +1,8 @@
##############################################################################
+# -*- coding: utf8 -*-
#
# Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.
-# Bartek G� <bartek at erp5.pl>
+# Bartek Górny <bartek at erp5.pl>
#
# WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsability of assessing all potential
Modified: erp5/trunk/products/ERP5SyncML/Conduit/ERP5ShopOrderConduit.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5SyncML/Conduit/ERP5ShopOrderConduit.py?rev=24491&r1=24490&r2=24491&view=diff
==============================================================================
--- erp5/trunk/products/ERP5SyncML/Conduit/ERP5ShopOrderConduit.py [utf8] (original)
+++ erp5/trunk/products/ERP5SyncML/Conduit/ERP5ShopOrderConduit.py [utf8] Wed Nov 5 12:51:50 2008
@@ -1,4 +1,5 @@
##############################################################################
+# -*- coding: utf8 -*-
#
# Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
# Kevin Deldycke <kevin at nexedi.com>
@@ -52,7 +53,7 @@
"""
-# TODO: tester ce script sur le serveur de backup (qui semble �e different)
+# TODO: tester ce script sur le serveur de backup (qui semble être different)
# Declarative security
More information about the Erp5-report
mailing list