[tor-commits] [bridgedb/master] Remove unused imports from bridgedb.parse.headers.

isis at torproject.org isis at torproject.org
Sun Jan 12 06:06:31 UTC 2014


commit 4e1db79b6680db4add734702b402232ea5eef517
Author: Isis Lovecruft <isis at torproject.org>
Date:   Tue Nov 5 08:07:17 2013 +0000

    Remove unused imports from bridgedb.parse.headers.
---
 lib/bridgedb/parse/headers.py |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/lib/bridgedb/parse/headers.py b/lib/bridgedb/parse/headers.py
index 6b9d371..b47e67b 100644
--- a/lib/bridgedb/parse/headers.py
+++ b/lib/bridgedb/parse/headers.py
@@ -19,11 +19,6 @@
 
 """
 
-import logging
-
-import re
-import os
-
 def parseAcceptLanguage(header):
     """Parse the contents of a client 'Accept-Language' header.
 





More information about the tor-commits mailing list