ztfy/utils/file.py
changeset 2 20f3c0eb8fdf
parent 0 712d20d2751e
child 7 1d29e2389bd3
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.app.file.interfaces import IFile
    20 from zope.app.file.interfaces import IFile
    28 from zope.schema.interfaces import IBytes
    21 from zope.schema.interfaces import IBytes