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