Changeset 6426 for main/waeup.sirp


Ignore:
Timestamp:
20 Jun 2011, 16:05:10 (13 years ago)
Author:
uli
Message:

Remove the unneeded methods really.

File:
1 edited

Legend:

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

    r6425 r6426  
    134134        self[ac.representation] = ac
    135135        return
    136 
    137     #def invalidate(self, ac_id, student_id=None):
    138     #    """Invalidate the AC with ID ``ac_id``.
    139     #    """
    140     #    self.invalidated_num += 1
    141 
    142     #def disable(self, ac_id, user_id=None):
    143     #    """Disable the AC with ID ``ac_id``.
    144     #
    145     #    ``user_id`` is the user ID of the user triggering the
    146     #    process. Already disabled ACs are left untouched.
    147     #    """
    148     #    num = self._acids[ac_id]
    149     #    ac = self.getAccessCode(ac_id)
    150     #    if ac._disabled == True:
    151     #        return
    152     #    self.disabled_num += 1
    153 
    154     #def enable(self, ac_id):
    155     #    """(Re-)enable the AC with ID ``ac_id``.
    156     #
    157     #    This leaves the given AC in state ``unused``. Already enabled
    158     #    ACs are left untouched.
    159     #    """
    160136
    161137    def createCSVLogFile(self):
Note: See TracChangeset for help on using the changeset viewer.