Tres Seaver
2012-03-18 e43169556a34639d5c2e20886252c9a8274278d1
PEP 8.
1 files modified
2 ■■■ changed files
repoze/who/plugins/auth_tkt.py 2 ●●● patch | view | raw | blame | history
repoze/who/plugins/auth_tkt.py
@@ -18,9 +18,9 @@
        return _NOW_TESTING
    return datetime.datetime.now()
@implementer(IIdentifier, IAuthenticator)
class AuthTktCookiePlugin(object):
    userid_type_decoders = {'int':int}
    try: