Ignore:
Timestamp:
4 Feb 2010, 12:57:32 (15 years ago)
Author:
uli
Message:
  • Move academics-related catalog components into university subpackage.
  • Move interface into interfaces.py where it belongs.
  • Update pages.py to reflect the changes above.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/pages.py

    r5005 r5007  
    1616    IUniversity, IFacultyContainer, IFaculty, IDepartment, ICourse,
    1717    ICertificate, ICertificateCourse)
    18 from waeup.sirp.catalog import search, search_context
     18from waeup.sirp.university.catalog import search
     19from waeup.sirp.catalog import search_context
    1920from waeup.sirp.interfaces import(
    2021    IWAeUPObject, IUserContainer, IUserAccount, IDataCenter,
Note: See TracChangeset for help on using the changeset viewer.