Changeset 6601 for main/waeup.sirp


Ignore:
Timestamp:
12 Aug 2011, 16:51:16 (13 years ago)
Author:
uli
Message:

Use NotImplemented? correctly.

File:
1 edited

Legend:

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

    r6478 r6601  
    6666        applicants types are saved to disk.
    6767        """
    68         raise NotImplemented()
     68        raise NotImplementedError()
    6969
    7070    def clear(self, app_ids=None, archive=True):
     
    8585        database.
    8686        """
    87         raise NotImplemented()
     87        raise NotImplementedError()
    8888
    8989ApplicantsContainer = attrs_to_fields(ApplicantsContainer)
Note: See TracChangeset for help on using the changeset viewer.