Ignore:
Timestamp:
1 Jul 2015, 20:22:03 (9 years ago)
Author:
Henrik Bettermann
Message:

Change misleading attribute name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py

    r13125 r13129  
    928928        return None
    929929
    930     SEPARATORS_DICT = {
    931         }
     930    SEPARATORS_DICT = {}
    932931
    933932    SKIP_UPLOAD_VIEWLETS = ()
    934933
    935     PWCHANGE_STATES = (ADMITTED,)
     934    PORTRAIT_CHANGE_STATES = (ADMITTED,)
    936935
    937936    #: A tuple containing all exporter names referring to students or
     
    950949
    951950    #: A prefix used when generating new student ids. Each student id will
    952     #: start with this string. The default is 'K' for ``Kofa``.
     951    #: start with this string. The default is 'K' for Kofa.
    953952    STUDENT_ID_PREFIX = u'K'
Note: See TracChangeset for help on using the changeset viewer.