Commit a01512e5 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add newline at end of file.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39189 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3472e9e9
......@@ -44,4 +44,4 @@ class Gadget(XMLObject):
, PropertySheet.DublinCore
, PropertySheet.DefaultImage
, PropertySheet.Gadget
)
\ No newline at end of file
)
......@@ -396,4 +396,4 @@ def fixSkinNames(self, REQUEST=None, file=None, dry_run=0):
LOG('fixSkinNames', 0, line)
msg += '%s\n' % line
return msg
\ No newline at end of file
return msg
......@@ -67,4 +67,4 @@ def recodeAllDocuments(self, REQUEST=None, dry_run=0):
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
......@@ -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
"""
class Solver:
pass
\ No newline at end of file
pass
......@@ -242,4 +242,4 @@ class IAmount(IAmountCore, IAmountConversion, IAmountPrice, IAmountArithmetic):
3. consider how to make Interface compatible
with accessor generation (ex. getResource,
getQuantity, etc.)
"""
\ No newline at end of file
"""
......@@ -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
"""
......@@ -46,4 +46,4 @@ class IConfigurable(Interface):
def updateConfiguration(**kw):
"""
"""
\ No newline at end of file
"""
......@@ -46,4 +46,4 @@ class IDocumentProxy(ILegacyDocumentProxy):
def getProxiedDocumentValue(self, **kw):
"""
Get the proxied document
"""
\ No newline at end of file
"""
......@@ -50,4 +50,4 @@ class IExtensibleTraversable(ILegacyExtensibleTraversable):
def getExtensibleContent(request, name):
"""
Return extensible subcontent of context document during traversal.
"""
\ No newline at end of file
"""
......@@ -81,4 +81,3 @@ class IMovementCollectionDiff(Interface):
property_dict -- properties to update
"""
\ No newline at end of file
......@@ -79,4 +79,4 @@ class IMovementGenerator(Interface):
NOTE:
- implement rounding appropriately (True or False seems
simplistic)
"""
\ No newline at end of file
"""
......@@ -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
"""
......@@ -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
"""
......@@ -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
"""
......@@ -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
"""
......@@ -93,4 +93,4 @@ class ISimulationMovement(IMovement, IPropertyRecordable, IDivergenceController,
"""
Returns True is this simumlation can be deleted, False
else.
"""
\ No newline at end of file
"""
......@@ -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
"""
......@@ -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()
......@@ -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()
......@@ -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
......@@ -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
......@@ -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
......@@ -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)
......@@ -407,4 +407,4 @@ classImplements(ERP5KeyAuthPlugin,
plugins.ICredentialsResetPlugin,
plugins.ICredentialsUpdatePlugin)
InitializeClass(ERP5KeyAuthPlugin)
\ No newline at end of file
InitializeClass(ERP5KeyAuthPlugin)
......@@ -31,4 +31,4 @@ class SOAPConnection:
"""
Holds a SOAP connection
"""
pass
\ No newline at end of file
pass
......@@ -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)
......@@ -63,4 +63,4 @@ class RoleInformation:
' security categories',
'mode': 'w',
},
)
\ No newline at end of file
)
......@@ -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
"""
......@@ -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
......@@ -302,4 +302,4 @@ def cacheWalk(top, topdown=True, onerror=None):
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
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment