diff options
author | drebs <drebs@leap.se> | 2013-05-15 19:53:53 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-05-15 19:53:53 -0300 |
commit | 7e6f458af4c7b51f414d6303942fec10dd56d2d3 (patch) | |
tree | d29bbbbe4d65db25f69f71a550097b5037d938db /src/leap/soledad/tests/u1db_tests | |
parent | a1df8fe814d9733cfc4aea635864fc9fe7383962 (diff) |
Fix pep8 style.
Diffstat (limited to 'src/leap/soledad/tests/u1db_tests')
-rw-r--r-- | src/leap/soledad/tests/u1db_tests/test_https.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/leap/soledad/tests/u1db_tests/test_https.py b/src/leap/soledad/tests/u1db_tests/test_https.py index b4b14722..62180f8c 100644 --- a/src/leap/soledad/tests/u1db_tests/test_https.py +++ b/src/leap/soledad/tests/u1db_tests/test_https.py @@ -74,7 +74,8 @@ class TestHttpSyncTargetHttpsSupport(tests.TestCaseWithServer): # class with one that will do HTTPS independent of the platform. In # order to maintain the compatibility with u1db default tests, we undo # that replacement here. - http_client._VerifiedHTTPSConnection = soledad.old__VerifiedHTTPSConnection + http_client._VerifiedHTTPSConnection = \ + soledad.old__VerifiedHTTPSConnection super(TestHttpSyncTargetHttpsSupport, self).setUp() def getSyncTarget(self, host, path=None): |