[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [bridgedb/develop] Fix emacs encoding specifier in lib/bridgedb/captcha.py.



commit 9f3d9e31a920518522945f354d2ea78e9726a93e
Author: Isis Lovecruft <isis@xxxxxxxxxxxxxx>
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.



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits