diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-02-07 16:07:26 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-02-07 16:07:26 -0300 |
commit | 61420592e80d5446f8a5fba317316beeaff287e2 (patch) | |
tree | f6a5b5ac56fae020cb92b11a342481e17f542744 /src/leap/bitmask/crypto/tests | |
parent | af3c95620fb6d647505f52e04f7fca22dc48c4d6 (diff) |
Pep8 fixes, remove commented ipdb, group imports.
Diffstat (limited to 'src/leap/bitmask/crypto/tests')
-rwxr-xr-x | src/leap/bitmask/crypto/tests/fake_provider.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/leap/bitmask/crypto/tests/fake_provider.py b/src/leap/bitmask/crypto/tests/fake_provider.py index 54af485d..b8cdbb12 100755 --- a/src/leap/bitmask/crypto/tests/fake_provider.py +++ b/src/leap/bitmask/crypto/tests/fake_provider.py @@ -280,7 +280,6 @@ class FakeSession(Resource): if HAMK is None: print '[server] verification failed!!!' raise Exception("Authentication failed!") - #import ipdb;ipdb.set_trace() assert svr.authenticated() print "***" |