Changeset 6621 for main/waeup.sirp/trunk


Ignore:
Timestamp:
24 Aug 2011, 12:51:23 (13 years ago)
Author:
Henrik Bettermann
Message:

Remove old student package and replace by new students package which even contains the first browser UIs (fully tested)

Location:
main/waeup.sirp/trunk/src/waeup/sirp
Files:
14 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/README.txt

    r5140 r6621  
    3232
    3333  >>> u['students']
    34   <waeup.sirp.student.studentcontainer.StudentContainer object at 0x...>
     34  <waeup.sirp.students.container.StudentsContainer object at 0x...>
    3535
    3636  >>> u['hostels']
  • main/waeup.sirp/trunk/src/waeup/sirp/app.py

    r6592 r6621  
    4242        self['datacenter'] = DataCenter()
    4343        self['images'] = ImageStorage()
    44 
    45         self['students'] = createObject(u'waeup.StudentContainer')
    46         self['hostels'] = createObject(u'waeup.HostelContainer')
     44        self['students'] = createObject(u'waeup.StudentsContainer')
    4745        self._createPlugins()
    4846
Note: See TracChangeset for help on using the changeset viewer.