- Timestamp:
- 13 Nov 2014, 14:40:27 (10 years ago)
- Location:
- main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/image/interfaces.py
r7819 r11949 16 16 ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 17 ## 18 """Interfaces for waeup. kofa.image18 """Interfaces for waeup.ikoba.image 19 19 """ 20 20 from hurry.file.interfaces import IFile, IFileRetrieval, IHurryFile … … 24 24 """ 25 25 26 class I KofaImageFile(IHurryFile):26 class IIkobaImageFile(IHurryFile): 27 27 """Image file. 28 28 """
Note: See TracChangeset for help on using the changeset viewer.