Changeset 7811 for main/waeup.kofa/trunk/src/waeup/kofa/image/interfaces.py
- Timestamp:
- 8 Mar 2012, 19:00:51 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/image/interfaces.py
r7321 r7811 16 16 ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 17 ## 18 """Interfaces for waeup. sirp.image18 """Interfaces for waeup.kofa.image 19 19 """ 20 20 from hurry.file.interfaces import IFile, IFileRetrieval, IHurryFile … … 23 23 """Image file field. 24 24 """ 25 26 class I SIRPImageFile(IHurryFile):25 26 class IKOFAImageFile(IHurryFile): 27 27 """Image file. 28 28 """ 29 29 30 30 class IImageFileRetrieval(IFileRetrieval): 31 31 """A file retrieval for images.
Note: See TracChangeset for help on using the changeset viewer.