Changeset 5976


Ignore:
Timestamp:
25 Apr 2011, 17:03:23 (13 years ago)
Author:
uli
Message:
  • Document module
  • use z.interface instead of grok in case we want to factor this subpackage out one day (which is likely).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/image/image.py

    r5971 r5976  
    2020## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
    2121##
    22 import grok
     22"""
     23Components for handling image files.
     24"""
    2325from hurry.file import HurryFile
     26from zope.interface import implements
    2427from waeup.sirp.image.interfaces import IImageFile
    2528
     
    2932    This file type is built upon :class:`hurry.file.HurryFile`.
    3033    """
    31     grok.implements(IImageFile)
     34    implements(IImageFile)
Note: See TracChangeset for help on using the changeset viewer.