diff options
author | drebs <drebs@leap.se> | 2014-04-29 13:29:23 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2014-05-22 18:43:48 -0300 |
commit | 8e750af78bd8f9a37d1b095712b66e6ecdb3e102 (patch) | |
tree | 91a5691cbfdd81d93a7b2b2a2da4cf3d91699833 /common/src/leap/soledad | |
parent | 5cb40a959af827e4eadde1c047664c4f4c0ae01d (diff) |
Cleanup and pep8 fix.
Diffstat (limited to 'common/src/leap/soledad')
-rw-r--r-- | common/src/leap/soledad/common/errors.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/leap/soledad/common/errors.py b/common/src/leap/soledad/common/errors.py index 3a7eadd2..ea4bf7f6 100644 --- a/common/src/leap/soledad/common/errors.py +++ b/common/src/leap/soledad/common/errors.py @@ -62,6 +62,7 @@ class InvalidAuthTokenError(errors.Unauthorized): wire_descrition = "invalid auth token" status = 401 + # # LockResource errors # |