Ticket #1748: twisted-credentials.patch
File twisted-credentials.patch, 504 bytes (added by , 16 years ago) |
---|
-
credentials.py
old new 4 4 # See LICENSE for details. 5 5 6 6 7 from twisted.python import components8 7 from zope import interface 9 8 10 9 import hmac 11 10 import time 12 11 import random 13 12 14 class ICredentials( components.Interface):13 class ICredentials(interface.Interface): 15 14 """I check credentials. 16 15 17 16 Implementors _must_ specify which sub-interfaces of ICredentials