Ignore:
Timestamp:
4 Feb 2010, 11:54:20 (15 years ago)
Author:
uli
Message:

Fix references to academics stuff interfaces. This is the first step to make academics stuff pluggable.

File:
1 edited

Legend:

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

    r4920 r5005  
    22"""
    33import grok
    4 from waeup.sirp.interfaces import (IUniversity, IFacultyContainer, IFaculty,
    5                               IDepartment, ICourseContainer)
     4from waeup.sirp.interfaces import IUniversity
     5from waeup.sirp.university.interfaces import (
     6    IFacultyContainer, IFaculty, IDepartment, ICourseContainer)
    67from waeup.sirp.widgets.interfaces import ITableProvider
    78from waeup.sirp.widgets.table import YUITable as Table
Note: See TracChangeset for help on using the changeset viewer.