[tor-commits] [bridgedb/master] Remove unused zope imports in bridgedb.HTTPServer.

isis at torproject.org isis at torproject.org
Sun Mar 16 19:04:58 UTC 2014


commit 1002df073e43ed3d3a790f05e95c13a4c274e20b
Author: Isis Lovecruft <isis at torproject.org>
Date:   Wed Mar 12 00:32:05 2014 +0000

    Remove unused zope imports 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 ff9c7f3..0ff9818 100644
--- a/lib/bridgedb/HTTPServer.py
+++ b/lib/bridgedb/HTTPServer.py
@@ -38,7 +38,7 @@ from random import randint
 import mako.exceptions
 from mako.template import Template
 from mako.lookup import TemplateLookup
-from zope.interface import Interface, Attribute, implements
+
 
 template_root = os.path.join(os.path.dirname(__file__),'templates')
 logging.debug("Set template root to %s" % template_root)





More information about the tor-commits mailing list