src/pyams_alchemy/metadirectives.py
changeset 80 dd9d4e651992
parent 77 2be615fc6da4
equal deleted inserted replaced
79:c4fb4f3219f1 80:dd9d4e651992
     8 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
     8 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
     9 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
     9 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
    10 # FOR A PARTICULAR PURPOSE.
    10 # FOR A PARTICULAR PURPOSE.
    11 #
    11 #
    12 
    12 
    13 __docformat__ = 'restructuredtext'
    13 from zope.interface import Interface
       
    14 from zope.schema import TextLine, Bool, Int, Choice
    14 
    15 
    15 
    16 
    16 # import standard library
    17 __docformat__ = 'restructuredtext'
    17 
       
    18 # import interfaces
       
    19 
       
    20 # import packages
       
    21 from zope.interface import Interface
       
    22 from zope.schema import TextLine, Bool, Int, Choice
       
    23 
    18 
    24 from pyams_alchemy import _
    19 from pyams_alchemy import _
    25 
    20 
    26 
    21 
    27 class IEngineDirective(Interface):
    22 class IEngineDirective(Interface):