ztfy/utils/__init__.py
changeset 8 455b16a502c4
parent 0 712d20d2751e
child 9 0da25ed2e320
equal deleted inserted replaced
7:1d29e2389bd3 8:455b16a502c4
    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 
       
    20 __version__   = "$Revision: $"
       
    21 __release__   = "$Id: $"
       
    22 __docformat__ = "restructuredtext"
       
    23 
    16 
    24 from zope.i18nmessageid import MessageFactory
    17 from zope.i18nmessageid import MessageFactory
    25 _ = MessageFactory('ztfy.utils')
    18 _ = MessageFactory('ztfy.utils')
    26 
    19 
    27 
    20