Ignore:
Timestamp:
31 Jan 2024, 11:42:09 (10 months ago)
Author:
Henrik Bettermann
Message:

Initialization

File:
1 edited

Legend:

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

    r15644 r17689  
    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.udss.hostels.interfaces import ICustomHostel, ICustomBed
    2626
    2727class CustomHostel(Hostel):
Note: See TracChangeset for help on using the changeset viewer.