Commit a3b6c358 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

revert 26669 and 26677 for now, sorry. once we decide to use zope3 interface...

revert 26669 and 26677 for now, sorry. once we decide to use zope3 interface everywhere, we'll modify all required files.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26680 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0ebbbc9d
...@@ -31,8 +31,6 @@ from Products.ERP5Type import Permissions, PropertySheet, Interface ...@@ -31,8 +31,6 @@ from Products.ERP5Type import Permissions, PropertySheet, Interface
from Products.ERP5.Document.InvoiceLine import InvoiceLine from Products.ERP5.Document.InvoiceLine import InvoiceLine
from zLOG import LOG from zLOG import LOG
import zope.interface
class PaySheetLine(InvoiceLine): class PaySheetLine(InvoiceLine):
""" """
A PaySheetLine object allows to implement lines in A PaySheetLine object allows to implement lines in
...@@ -52,7 +50,7 @@ class PaySheetLine(InvoiceLine): ...@@ -52,7 +50,7 @@ class PaySheetLine(InvoiceLine):
security.declareObjectProtected(Permissions.AccessContentsInformation) security.declareObjectProtected(Permissions.AccessContentsInformation)
# Declarative interfaces # Declarative interfaces
zope.interface.implements(Interface.Variated, ) __implements__ = ( Interface.Variated, )
# Declarative properties # Declarative properties
property_sheets = ( PropertySheet.Base property_sheets = ( PropertySheet.Base
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
# #
############################################################################## ##############################################################################
from zope.interface import Interface fro Interface import Interface
class Coordinate(Interface): class Coordinate(Interface):
""" """
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
# #
############################################################################## ##############################################################################
from zope.interface import Interface fro Interface import Interface
class DivergenceTester(Interface): class DivergenceTester(Interface):
""" """
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
# #
############################################################################## ##############################################################################
from zope.interface import Interface fro Interface import Interface
class Entity(Interface): class Entity(Interface):
""" """
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
# #
############################################################################## ##############################################################################
from zope.interface import Interface fro Interface import Interface
class Expandable(Interface): class Expandable(Interface):
""" """
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
# #
############################################################################## ##############################################################################
from zope.interface import Interface fro Interface import Interface
class OpenOrderExpander(Interface): class OpenOrderExpander(Interface):
""" """
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
# #
############################################################################## ##############################################################################
from zope.interface import Interface fro Interface import Interface
class Predicate(Interface): class Predicate(Interface):
""" """
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
# #
############################################################################## ##############################################################################
from zope.interface import Interface fro Interface import Interface
class Rule(Interface): class Rule(Interface):
"""A Rule describes transformations of documents. """A Rule describes transformations of documents.
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
# #
############################################################################## ##############################################################################
from zope.interface import Interface fro Interface import Interface
class Variated(Interface): class Variated(Interface):
""" """
......
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