[tor-commits] [bridgedb/develop] Fix an Emacs file encoding specification in a unittest file.
isis at torproject.org
isis at torproject.org
Thu Jul 28 16:41:11 UTC 2016
commit dec3b6e7ee9ab0034815150b4940e5a10f4b0190
Author: Isis Lovecruft <isis at torproject.org>
Date: Mon May 2 16:19:44 2016 +0000
Fix an Emacs file encoding specification in a unittest file.
---
test/test_https_server.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/test_https_server.py b/test/test_https_server.py
index ce388a1..40855fa 100644
--- a/test/test_https_server.py
+++ b/test/test_https_server.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