[Erp5-report] r39189 kazuhiko - in /erp5/trunk/products: ERP5/Document/ ERP5/Extensions/ ER...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 14 17:49:47 CEST 2010


Author: kazuhiko
Date: Thu Oct 14 17:49:44 2010
New Revision: 39189

URL: http://svn.erp5.org?rev=39189&view=rev
Log:
add newline at end of file.

Modified:
    erp5/trunk/products/ERP5/Document/Gadget.py
    erp5/trunk/products/ERP5/Extensions/CheckSkins.py
    erp5/trunk/products/ERP5/Extensions/RecodeAllDocuments.py
    erp5/trunk/products/ERP5/Tool/ConversionTool.py
    erp5/trunk/products/ERP5/ancient/Simulation/Solver.py
    erp5/trunk/products/ERP5/interfaces/amount.py
    erp5/trunk/products/ERP5/interfaces/arrow_base.py
    erp5/trunk/products/ERP5/interfaces/configurable.py
    erp5/trunk/products/ERP5/interfaces/document_proxy.py
    erp5/trunk/products/ERP5/interfaces/extensible_traversable.py
    erp5/trunk/products/ERP5/interfaces/movement_collection_diff.py
    erp5/trunk/products/ERP5/interfaces/movement_generator.py
    erp5/trunk/products/ERP5/interfaces/predicate.py
    erp5/trunk/products/ERP5/interfaces/property_recordable.py
    erp5/trunk/products/ERP5/interfaces/referenceable.py
    erp5/trunk/products/ERP5/interfaces/similarity_provider.py
    erp5/trunk/products/ERP5/interfaces/simulation_movement.py
    erp5/trunk/products/ERP5/interfaces/uploadable.py
    erp5/trunk/products/ERP5/mixin/cached_convertable.py
    erp5/trunk/products/ERP5/mixin/crawable.py
    erp5/trunk/products/ERP5/mixin/document_proxy.py
    erp5/trunk/products/ERP5/mixin/variation.py
    erp5/trunk/products/ERP5Form/CaptchasDotNet.py
    erp5/trunk/products/ERP5OOo/scripts/xml_beautifier.py
    erp5/trunk/products/ERP5Security/ERP5KeyAuthPlugin.py
    erp5/trunk/products/ERP5Type/ConnectionPlugin/SOAPConnection.py
    erp5/trunk/products/ERP5Type/ConnectionPlugin/TimeoutTransport.py
    erp5/trunk/products/ERP5Type/PropertySheet/RoleInformation.py
    erp5/trunk/products/ERP5Type/interfaces/value_access_provider.py
    erp5/trunk/products/ERP5Type/patches/PropertySheets.py
    erp5/trunk/products/ERP5Type/patches/cacheWalk.py
    erp5/trunk/products/ERP5Type/patches/copyTree.py

Modified: erp5/trunk/products/ERP5/Document/Gadget.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Gadget.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Gadget.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/Gadget.py [utf8] Thu Oct 14 17:49:44 2010
@@ -44,4 +44,4 @@ class Gadget(XMLObject):
                       , PropertySheet.DublinCore
                       , PropertySheet.DefaultImage
                       , PropertySheet.Gadget
-                      )
\ No newline at end of file
+                      )

Modified: erp5/trunk/products/ERP5/Extensions/CheckSkins.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Extensions/CheckSkins.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Extensions/CheckSkins.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Extensions/CheckSkins.py [utf8] Thu Oct 14 17:49:44 2010
@@ -396,4 +396,4 @@ def fixSkinNames(self, REQUEST=None, fil
           LOG('fixSkinNames', 0, line)
           msg += '%s\n' % line
 
-  return msg
\ No newline at end of file
+  return msg

Modified: erp5/trunk/products/ERP5/Extensions/RecodeAllDocuments.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Extensions/RecodeAllDocuments.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Extensions/RecodeAllDocuments.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Extensions/RecodeAllDocuments.py [utf8] Thu Oct 14 17:49:44 2010
@@ -67,4 +67,4 @@ def recodeAllDocuments(self, REQUEST=Non
   for category in portal.portal_categories.objectValues('ERP5 Base Category'):
     message += '# Checking the category %s\n' % category.getId()
     recodeDocumentRecursively(category, dry_run=dry_run)
-  return message
\ No newline at end of file
+  return message

Modified: erp5/trunk/products/ERP5/Tool/ConversionTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Tool/ConversionTool.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Tool/ConversionTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Tool/ConversionTool.py [utf8] Thu Oct 14 17:49:44 2010
@@ -180,4 +180,4 @@ class ConversionTool(BaseTool):
     """
       Browses all converter classes, initialised the repository of
       converters and finds the appropriate class
-    """
\ No newline at end of file
+    """

Modified: erp5/trunk/products/ERP5/ancient/Simulation/Solver.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/ancient/Simulation/Solver.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/ancient/Simulation/Solver.py [utf8] (original)
+++ erp5/trunk/products/ERP5/ancient/Simulation/Solver.py [utf8] Thu Oct 14 17:49:44 2010
@@ -1,3 +1,2 @@
-
 class Solver:
-  pass
\ No newline at end of file
+  pass

Modified: erp5/trunk/products/ERP5/interfaces/amount.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/amount.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/amount.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/amount.py [utf8] Thu Oct 14 17:49:44 2010
@@ -242,4 +242,4 @@ class IAmount(IAmountCore, IAmountConver
       3. consider how to make Interface compatible
          with accessor generation (ex. getResource,
          getQuantity, etc.)
-  """
\ No newline at end of file
+  """

Modified: erp5/trunk/products/ERP5/interfaces/arrow_base.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/arrow_base.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/arrow_base.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/arrow_base.py [utf8] Thu Oct 14 17:49:44 2010
@@ -46,4 +46,4 @@ class IArrowBase(Interface):
   def getDestinationArrowBaseCategoryList():
     """Returns all categories which are used to define the destination
     of this Arrow
-    """
\ No newline at end of file
+    """

Modified: erp5/trunk/products/ERP5/interfaces/configurable.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/configurable.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/configurable.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/configurable.py [utf8] Thu Oct 14 17:49:44 2010
@@ -46,4 +46,4 @@ class IConfigurable(Interface):
 
   def updateConfiguration(**kw):
     """
-    """
\ No newline at end of file
+    """

Modified: erp5/trunk/products/ERP5/interfaces/document_proxy.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/document_proxy.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/document_proxy.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/document_proxy.py [utf8] Thu Oct 14 17:49:44 2010
@@ -46,4 +46,4 @@ class IDocumentProxy(ILegacyDocumentProx
   def getProxiedDocumentValue(self, **kw):
     """
     Get the proxied document
-    """
\ No newline at end of file
+    """

Modified: erp5/trunk/products/ERP5/interfaces/extensible_traversable.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/extensible_traversable.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/extensible_traversable.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/extensible_traversable.py [utf8] Thu Oct 14 17:49:44 2010
@@ -50,4 +50,4 @@ class IExtensibleTraversable(ILegacyExte
   def getExtensibleContent(request, name):
     """
     Return extensible subcontent of context document during traversal.
-    """
\ No newline at end of file
+    """

Modified: erp5/trunk/products/ERP5/interfaces/movement_collection_diff.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/movement_collection_diff.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/movement_collection_diff.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/movement_collection_diff.py [utf8] Thu Oct 14 17:49:44 2010
@@ -81,4 +81,3 @@ class IMovementCollectionDiff(Interface)
 
     property_dict -- properties to update     
     """
- 
\ No newline at end of file

Modified: erp5/trunk/products/ERP5/interfaces/movement_generator.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/movement_generator.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/movement_generator.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/movement_generator.py [utf8] Thu Oct 14 17:49:44 2010
@@ -79,4 +79,4 @@ class IMovementGenerator(Interface):
     NOTE:
       - implement rounding appropriately (True or False seems
         simplistic)
-    """
\ No newline at end of file
+    """

Modified: erp5/trunk/products/ERP5/interfaces/predicate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/predicate.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/predicate.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/predicate.py [utf8] Thu Oct 14 17:49:44 2010
@@ -67,4 +67,4 @@ class IPredicate(Interface):
     can be converted to SQL. If a python script is defined to 
     implement test, results obtained through asSQLExpression
     must be additionnaly tested by invoking test().
-    """
\ No newline at end of file
+    """

Modified: erp5/trunk/products/ERP5/interfaces/property_recordable.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/property_recordable.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/property_recordable.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/property_recordable.py [utf8] Thu Oct 14 17:49:44 2010
@@ -80,4 +80,4 @@ class IPropertyRecordable(Interface):
     """
     Returns current document as a temp document
     which recorded properties in its context.
-    """
\ No newline at end of file
+    """

Modified: erp5/trunk/products/ERP5/interfaces/referenceable.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/referenceable.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/referenceable.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/referenceable.py [utf8] Thu Oct 14 17:49:44 2010
@@ -62,4 +62,4 @@ class IReferenceable(Interface):
     """
     Returns all documents which content contains a reference
     to the current document.
-    """
\ No newline at end of file
+    """

Modified: erp5/trunk/products/ERP5/interfaces/similarity_provider.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/similarity_provider.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/similarity_provider.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/similarity_provider.py [utf8] Thu Oct 14 17:49:44 2010
@@ -51,4 +51,4 @@ class ISimilarityProvider(Interface):
     calculating the transitive closure of similar relation.
 
     depth -- depth the transitive closure
-    """
\ No newline at end of file
+    """

Modified: erp5/trunk/products/ERP5/interfaces/simulation_movement.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/simulation_movement.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/simulation_movement.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/simulation_movement.py [utf8] Thu Oct 14 17:49:44 2010
@@ -93,4 +93,4 @@ class ISimulationMovement(IMovement, IPr
     """
     Returns True is this simumlation can be deleted, False
     else.
-    """
\ No newline at end of file
+    """

Modified: erp5/trunk/products/ERP5/interfaces/uploadable.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/uploadable.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/uploadable.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/uploadable.py [utf8] Thu Oct 14 17:49:44 2010
@@ -117,4 +117,4 @@ class IUploadable(Interface):
     """
     Returns True if content was downloaded from a URL. Returns False
     if content was uploaded from a file.
-    """
\ No newline at end of file
+    """

Modified: erp5/trunk/products/ERP5/mixin/cached_convertable.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/mixin/cached_convertable.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/mixin/cached_convertable.py [utf8] (original)
+++ erp5/trunk/products/ERP5/mixin/cached_convertable.py [utf8] Thu Oct 14 17:49:44 2010
@@ -279,4 +279,4 @@ class CachedConvertableMixin:
       Checks if the current document can be converted
       into the specified target format.
     """
-    return format in self.getTargetFormatList()
\ No newline at end of file
+    return format in self.getTargetFormatList()

Modified: erp5/trunk/products/ERP5/mixin/crawable.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/mixin/crawable.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/mixin/crawable.py [utf8] (original)
+++ erp5/trunk/products/ERP5/mixin/crawable.py [utf8] Thu Oct 14 17:49:44 2010
@@ -79,4 +79,4 @@ class CrawableMixin:
     """
     method = self._getTypeBasedMethod('isUpdatable',
         fallback_script_id = 'Document_isUpdatable')
-    return method()
\ No newline at end of file
+    return method()

Modified: erp5/trunk/products/ERP5/mixin/document_proxy.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/mixin/document_proxy.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/mixin/document_proxy.py [utf8] (original)
+++ erp5/trunk/products/ERP5/mixin/document_proxy.py [utf8] Thu Oct 14 17:49:44 2010
@@ -67,4 +67,3 @@ class DocumentProxyMixin:
     if proxied_document is None:
       raise DocumentProxyError("Unable to find a proxied document")
     return proxied_document
- 
\ No newline at end of file

Modified: erp5/trunk/products/ERP5/mixin/variation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/mixin/variation.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/mixin/variation.py [utf8] (original)
+++ erp5/trunk/products/ERP5/mixin/variation.py [utf8] Thu Oct 14 17:49:44 2010
@@ -49,5 +49,3 @@ class VariationMixin:
     (not of the predicate) could be handled through additional matrix
     dimensions rather than through ad-hoc definition.  
   """
-
-  
\ No newline at end of file

Modified: erp5/trunk/products/ERP5Form/CaptchasDotNet.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/CaptchasDotNet.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/CaptchasDotNet.py [utf8] (original)
+++ erp5/trunk/products/ERP5Form/CaptchasDotNet.py [utf8] Thu Oct 14 17:49:44 2010
@@ -134,4 +134,4 @@ class CaptchasDotNet:
             letter_num = ord (digest[pos]) % len (password_alphabet)
             correct_password += password_alphabet[letter_num]
         
-        return correct_password
\ No newline at end of file
+        return correct_password

Modified: erp5/trunk/products/ERP5OOo/scripts/xml_beautifier.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/scripts/xml_beautifier.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/scripts/xml_beautifier.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/scripts/xml_beautifier.py [utf8] Thu Oct 14 17:49:44 2010
@@ -96,4 +96,4 @@ if __name__ == "__main__":
 
   dom_tree = getXmlDom(xml_string)
 
-  writePrettyXml(dom_tree, xml_file)
\ No newline at end of file
+  writePrettyXml(dom_tree, xml_file)

Modified: erp5/trunk/products/ERP5Security/ERP5KeyAuthPlugin.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Security/ERP5KeyAuthPlugin.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Security/ERP5KeyAuthPlugin.py [utf8] (original)
+++ erp5/trunk/products/ERP5Security/ERP5KeyAuthPlugin.py [utf8] Thu Oct 14 17:49:44 2010
@@ -407,4 +407,4 @@ classImplements(ERP5KeyAuthPlugin,
                 plugins.ICredentialsResetPlugin,
                 plugins.ICredentialsUpdatePlugin)
 
-InitializeClass(ERP5KeyAuthPlugin)
\ No newline at end of file
+InitializeClass(ERP5KeyAuthPlugin)

Modified: erp5/trunk/products/ERP5Type/ConnectionPlugin/SOAPConnection.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/ConnectionPlugin/SOAPConnection.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/ConnectionPlugin/SOAPConnection.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/ConnectionPlugin/SOAPConnection.py [utf8] Thu Oct 14 17:49:44 2010
@@ -31,4 +31,4 @@ class SOAPConnection:
   """
     Holds a SOAP connection
   """
-  pass
\ No newline at end of file
+  pass

Modified: erp5/trunk/products/ERP5Type/ConnectionPlugin/TimeoutTransport.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/ConnectionPlugin/TimeoutTransport.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/ConnectionPlugin/TimeoutTransport.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/ConnectionPlugin/TimeoutTransport.py [utf8] Thu Oct 14 17:49:44 2010
@@ -56,4 +56,4 @@ class TimeoutTransport(SafeTransport):
   def make_connection(self, h):
     if self._scheme == 'http':
       return Transport.make_connection(self, h)
-    return SafeTransport.make_connection(self, h)
\ No newline at end of file
+    return SafeTransport.make_connection(self, h)

Modified: erp5/trunk/products/ERP5Type/PropertySheet/RoleInformation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/PropertySheet/RoleInformation.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/PropertySheet/RoleInformation.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/PropertySheet/RoleInformation.py [utf8] Thu Oct 14 17:49:44 2010
@@ -63,4 +63,4 @@ class RoleInformation:
                      ' security categories',
       'mode':        'w',
       },
-  )
\ No newline at end of file
+  )

Modified: erp5/trunk/products/ERP5Type/interfaces/value_access_provider.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/interfaces/value_access_provider.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/interfaces/value_access_provider.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/interfaces/value_access_provider.py [utf8] Thu Oct 14 17:49:44 2010
@@ -42,4 +42,4 @@ class IValueAccessProvider(Interface):
 
   def _getValueList(id, spec=(), filter=None, portal_type=(), checked_permission=None, **kw):
     """
-    """
\ No newline at end of file
+    """

Modified: erp5/trunk/products/ERP5Type/patches/PropertySheets.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/patches/PropertySheets.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/patches/PropertySheets.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/patches/PropertySheets.py [utf8] Thu Oct 14 17:49:44 2010
@@ -25,4 +25,4 @@ def DAVProperties_dav__resourcetype(self
         return '<n:collection/>'
     return ''
 
-DAVProperties.dav__resourcetype = DAVProperties_dav__resourcetype
\ No newline at end of file
+DAVProperties.dav__resourcetype = DAVProperties_dav__resourcetype

Modified: erp5/trunk/products/ERP5Type/patches/cacheWalk.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/patches/cacheWalk.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/patches/cacheWalk.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/patches/cacheWalk.py [utf8] Thu Oct 14 17:49:44 2010
@@ -302,4 +302,4 @@ def cacheWalk(top, topdown=True, onerror
       for elem in cacheWalk(path, topdown, onerror):
         yield elem
   if not topdown:
-    yield top, dirs, nondirs
\ No newline at end of file
+    yield top, dirs, nondirs

Modified: erp5/trunk/products/ERP5Type/patches/copyTree.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/patches/copyTree.py?rev=39189&r1=39188&r2=39189&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/patches/copyTree.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/patches/copyTree.py [utf8] Thu Oct 14 17:49:44 2010
@@ -310,4 +310,4 @@ def copytree(src, dst, symlinks=False):
     except (IOError, os.error), why:
       errors.append((srcname, dstname, str(why)))
   if errors:
-    raise Error, errors
\ No newline at end of file
+    raise Error, errors




More information about the Erp5-report mailing list