From 50ae2a27f2d1798449fdff8d1ee47f2b45adcfd2 Mon Sep 17 00:00:00 2001 From: martin speleo Date: Fri, 3 Jul 2009 21:04:28 +0100 Subject: [PATCH] [svn] Remove broken import search --- core/views_logbooks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/views_logbooks.py b/core/views_logbooks.py index 351d648..b504b35 100644 --- a/core/views_logbooks.py +++ b/core/views_logbooks.py @@ -11,7 +11,6 @@ from django.http import HttpResponseRedirect from utils import render_with_context -import search import re @models.permalink #this allows the nice get_absolute_url syntax we are using