[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [bridgedb/master] Remove unused zope imports in bridgedb.HTTPServer.
commit 1002df073e43ed3d3a790f05e95c13a4c274e20b
Author: Isis Lovecruft <isis@xxxxxxxxxxxxxx>
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)
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits