Changeset 3914


Ignore:
Timestamp:
6 Feb 2009, 23:06:47 (16 years ago)
Author:
uli
Message:

Remove unwanted attribute (the internal name of the container is stored in the containing entity, the university.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-rewrite/src/waeup/university/facultycontainer.py

    r3912 r3914  
    1010    """See interfaces for description.
    1111    """
    12    
    1312    grok.implements(IFacultyContainer)
    1413    grok.require('waeup.manageUniversity')
    1514   
    16     name = u'Faculties'
    17    
    1815    def getId(self, faculty):
    1916        """We need a unified id for each faculty, which acts as key.
Note: See TracChangeset for help on using the changeset viewer.