[tor-commits] [bridgedb/develop] PEP8 whitespace fix for one line in bridgedb.HTTPServer.

isis at torproject.org isis at torproject.org
Tue May 6 12:35:20 UTC 2014


commit 25be173fd45804fd7ff324074efc4520c04f4681
Author: Isis Lovecruft <isis at torproject.org>
Date:   Mon May 5 19:26:52 2014 +0000

    PEP8 whitespace fix for one line in bridgedb.HTTPServer.
---
 lib/bridgedb/HTTPServer.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bridgedb/HTTPServer.py b/lib/bridgedb/HTTPServer.py
index cbff653..5f41f6f 100644
--- a/lib/bridgedb/HTTPServer.py
+++ b/lib/bridgedb/HTTPServer.py
@@ -50,7 +50,7 @@ from bridgedb.parse import headers
 from bridgedb.safelog import logSafely
 
 
-TEMPLATE_DIR = os.path.join(os.path.dirname(__file__),'templates')
+TEMPLATE_DIR = os.path.join(os.path.dirname(__file__), 'templates')
 GEOIP_DBFILE = '/usr/share/GeoIP/GeoIP.dat'
 rtl_langs = ('ar', 'he', 'fa', 'gu_IN', 'ku')
 



More information about the tor-commits mailing list