
commit 9ab54999e3f0bf7b430a40218a1a73b8471f17e0 Author: Ximin Luo <infinity0@gmx.com> Date: Fri Nov 8 17:40:12 2013 +0000 - rm unused import --- flashproxy/test/test_keys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashproxy/test/test_keys.py b/flashproxy/test/test_keys.py index de22279..4488118 100644 --- a/flashproxy/test/test_keys.py +++ b/flashproxy/test/test_keys.py @@ -1,7 +1,7 @@ import os.path import unittest -from flashproxy.keys import PIN_GOOGLE_CERT, PIN_GOOGLE_PUBKEY_SHA1, DEFAULT_FACILITATOR_PUBKEY_PEM, check_certificate_pin, temp_cert +from flashproxy.keys import PIN_GOOGLE_CERT, PIN_GOOGLE_PUBKEY_SHA1, check_certificate_pin, temp_cert class TempCertTest(unittest.TestCase): def test_temp_cert_success(self):
participants (1)
-
infinity0@torproject.org