diff options
author | Tulio Casagrande <tcasagra@thoughtworks.com> | 2016-10-11 16:54:36 -0300 |
---|---|---|
committer | Tulio Casagrande <tcasagra@thoughtworks.com> | 2016-10-11 16:54:36 -0300 |
commit | 9356d5c3d4e940e5d4ebf1c851a16b43374a6bc3 (patch) | |
tree | f0fb078d009650cb0d431eddd1344040aeabc19b /service/pixelated/resources | |
parent | 28f64b866d1f3c51fe1208d37450f2153ba1575f (diff) |
[#792] Move leap.bonafide to leap.bitmask.bonafide
Diffstat (limited to 'service/pixelated/resources')
-rw-r--r-- | service/pixelated/resources/auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pixelated/resources/auth.py b/service/pixelated/resources/auth.py index a9297b30..6d675eb3 100644 --- a/service/pixelated/resources/auth.py +++ b/service/pixelated/resources/auth.py @@ -29,7 +29,7 @@ from twisted.web import util from twisted.cred import error from twisted.web.resource import IResource, ErrorPage -from leap.bonafide._srp import SRPAuthError +from leap.bitmask.bonafide._srp import SRPAuthError from pixelated.config.leap import create_leap_session, authenticate from pixelated.resources import IPixelatedSession |