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