From 693fef3861fd9d03fa4681153cf514ec4e31a05f Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Tue, 28 Feb 2017 23:15:28 -0600 Subject: [PATCH] Fix include. --- templates/index.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.mako b/templates/index.mako index 25e0819..f0e0a2e 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -1,10 +1,10 @@ <%! from flask import g, request + from copyvios.attribution import get_attribution_info from copyvios.checker import T_POSSIBLE, T_SUSPECT from copyvios.misc import cache %>\ <%include file="/support/header.mako" args="title='Earwig\'s Copyvio Detector'"/> -<%namespace module="copyvios.attribution" import="get_attribution_info"/>\ <%namespace module="copyvios.highlighter" import="highlight_delta"/>\ <%namespace module="copyvios.misc" import="httpsfix, urlstrip"/>\ % if notice: