Ignore:
Timestamp:
5 Jul 2022, 07:50:56 (2 years ago)
Author:
Henrik Bettermann
Message:

Initial setup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.lpng/trunk/src/kofacustom/lpng/hostels/hostel.py

    r15644 r16983  
    2323from waeup.kofa.utils.helpers import attrs_to_fields
    2424from waeup.kofa.hostels.hostel import HostelFactory, BedFactory, Hostel, Bed
    25 from kofacustom.skeleton.hostels.interfaces import ICustomHostel, ICustomBed
     25from kofacustom.lpng.hostels.interfaces import ICustomHostel, ICustomBed
    2626
    2727class CustomHostel(Hostel):
Note: See TracChangeset for help on using the changeset viewer.