Commit 7f28d7a6 authored by Fabien Morin's avatar Fabien Morin

- now interfaces.IVariated is zope3

- typo (remove unused spaces)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27544 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c08f5508
......@@ -53,9 +53,9 @@ class TradeModelLine(Predicate, XMLMatrix, Amount):
security.declareObjectProtected(Permissions.AccessContentsInformation)
# Declarative interfaces
# interfaces.IVariated - as soon as interfaces.IVariated will be zope3
zope.interface.implements(
interfaces.ITransformation
interfaces.ITransformation,
interfaces.IVariated
)
# Declarative properties
......
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