- Timestamp:
- 31 Aug 2021, 14:41:29 (3 years ago)
- Location:
- main/kofacustom.ecns/trunk/src/kofacustom/ecns
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.ecns/trunk/src/kofacustom/ecns/hostels/hostel.py
r15644 r16589 23 23 from waeup.kofa.utils.helpers import attrs_to_fields 24 24 from waeup.kofa.hostels.hostel import HostelFactory, BedFactory, Hostel, Bed 25 from kofacustom. skeleton.hostels.interfaces import ICustomHostel, ICustomBed25 from kofacustom.ecns.hostels.interfaces import ICustomHostel, ICustomBed 26 26 27 27 class CustomHostel(Hostel):
Note: See TracChangeset for help on using the changeset viewer.