- Timestamp:
- 13 Sep 2021, 12:24:36 (3 years ago)
- Location:
- main/kofacustom.edocons/trunk/src/kofacustom/edocons/hostels
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edocons/trunk/src/kofacustom/edocons/hostels/browser.py
r16589 r16615 21 21 from waeup.kofa.hostels.browser import ( 22 22 HostelAddFormPage, HostelDisplayFormPage, HostelManageFormPage) 23 from kofacustom.e cns.hostels.interfaces import ICustomHostel23 from kofacustom.edocons.hostels.interfaces import ICustomHostel 24 24 25 25 class CustomHostelAddFormPage(HostelAddFormPage): -
main/kofacustom.edocons/trunk/src/kofacustom/edocons/hostels/hostel.py
r16589 r16615 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.e cns.hostels.interfaces import ICustomHostel, ICustomBed25 from kofacustom.edocons.hostels.interfaces import ICustomHostel, ICustomBed 26 26 27 27 class CustomHostel(Hostel): -
main/kofacustom.edocons/trunk/src/kofacustom/edocons/hostels/interfaces.py
r16589 r16615 25 25 from waeup.kofa.hostels.interfaces import IHostel, IBed 26 26 27 from kofacustom.e cns.interfaces import MessageFactory as _27 from kofacustom.edocons.interfaces import MessageFactory as _ 28 28 29 29 blocks = SimpleKofaVocabulary(
Note: See TracChangeset for help on using the changeset viewer.