[tor-commits] [bridgedb/master] Fix emacs encoding specifier in lib/bridgedb/captcha.py.
isis at torproject.org
isis at torproject.org
Sat Apr 19 17:02:42 UTC 2014
commit 9f3d9e31a920518522945f354d2ea78e9726a93e
Author: Isis Lovecruft <isis at torproject.org>
Date: Tue Apr 8 12:28:50 2014 +0000
Fix emacs encoding specifier in lib/bridgedb/captcha.py.
* FIXES an non-deterministic, intermittent failure in the
`test_captcha.GimpCaptchaTests.test_createChallenge_hmacValid`
unittest do to returned HMAC values having different raw bytes
depending on the binary representation and the encoding used.
---
lib/bridgedb/captcha.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/bridgedb/captcha.py b/lib/bridgedb/captcha.py
index f993a9d..6bc3661 100644
--- a/lib/bridgedb/captcha.py
+++ b/lib/bridgedb/captcha.py
@@ -1,4 +1,4 @@
-# -*- encoding: utf-8 -*-
+# -*- coding: utf-8 -*-
#_____________________________________________________________________________
#
# This file is part of BridgeDB, a Tor bridge distribution system.
More information about the tor-commits
mailing list