ztfy/utils/request.py
changeset 2 20f3c0eb8fdf
parent 0 712d20d2751e
child 8 455b16a502c4
equal deleted inserted replaced
1:ecc926a82992 2:20f3c0eb8fdf
    10 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    10 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
    11 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
    11 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
    12 # FOR A PARTICULAR PURPOSE.
    12 # FOR A PARTICULAR PURPOSE.
    13 #
    13 #
    14 ##############################################################################
    14 ##############################################################################
    15 """
       
    16 
    15 
    17 $Id: $
       
    18 """
       
    19 
    16 
    20 __version__   = "$Revision: $"
       
    21 __release__   = "$Id: $"
       
    22 __docformat__ = "restructuredtext"
       
    23  
       
    24 # import standard packages
    17 # import standard packages
    25 
    18 
    26 # import Zope3 interfaces
    19 # import Zope3 interfaces
    27 from zope.publisher.interfaces import IRequest
    20 from zope.publisher.interfaces import IRequest
    28 from zope.annotation.interfaces import IAnnotations
    21 from zope.annotation.interfaces import IAnnotations