Changeset 12883 for main/waeup.kofa/trunk/src/waeup/kofa/hostels
- Timestamp:
- 25 Apr 2015, 06:13:18 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/hostels/batching.py
r11891 r12883 27 27 28 28 class HostelProcessor(BatchProcessor): 29 """A batch processor for IHostel objects. 29 """The Hostel Procesor imports hostels, i.e. the container objects of 30 beds. It does not import beds. There is nothing special about this 31 processor. 30 32 """ 31 33 grok.implements(IBatchProcessor)
Note: See TracChangeset for help on using the changeset viewer.