diff options
-rw-r--r-- | core/views_logbooks.py | 1 |
1 files changed, 0 insertions, 1 deletions
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
|