From 7db1aae5ee33c279fe463559fec89957f6fc4b20 Mon Sep 17 00:00:00 2001
From: martin speleo <martin.speleo@gmail.com>
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