Changeset 1124 for TI05-delivery/trunk/test
- Timestamp:
- 07/06/06 14:15:40 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI05-delivery/trunk/test/test_embedded.py
r1104 r1124 30 30 31 31 class AuthContext: 32 def authorise(self):32 def __call__(self): 33 33 # Read the auth version message 34 34 msg = bbftpd.recv() … … 56 56 57 57 class FailingAuthContext(AuthContext): 58 def authorise(self):58 def __call__(self): 59 59 az = super(FailingAuthContext).authorise() 60 60 return None
Note: See TracChangeset
for help on using the changeset viewer.