Changeset 6470 for main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests
- Timestamp:
- 23 Jun 2011, 12:31:09 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests/test_authentication.py
r6452 r6470 50 50 51 51 class FakeAccessCode(object): 52 def __init__(self, repr, stat us= 'initialized'):52 def __init__(self, repr, state = 'initialized'): 53 53 self.representation = repr 54 self.stat us = status54 self.state = state 55 55 56 56 class FakeApplication(object):
Note: See TracChangeset for help on using the changeset viewer.