commit 1daa8d745e4b7deaa63a6e7ce6118c21c3a13363 Author: Isis Lovecruft isis@torproject.org Date: Fri Nov 15 13:49:52 2013 +0000
Add encoding specification to bridgedb.Main module. --- lib/bridgedb/Main.py | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/lib/bridgedb/Main.py b/lib/bridgedb/Main.py index 0d7200a..6fe82f1 100644 --- a/lib/bridgedb/Main.py +++ b/lib/bridgedb/Main.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- +# # BridgeDB by Nick Mathewson. # Copyright (c) 2007-2009, The Tor Project, Inc. # See LICENSE for licensing information
tor-commits@lists.torproject.org