From 9aa10a0f2889a398ae9c7d074442b216bf9d8b55 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Fri, 4 May 2012 17:25:38 -0500 Subject: reports: Remove unused import Signed-off-by: Sol Jerome --- src/lib/Bcfg2/Server/Reports/reports/templatetags/syntax_coloring.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Bcfg2/Server/Reports/reports/templatetags/syntax_coloring.py b/src/lib/Bcfg2/Server/Reports/reports/templatetags/syntax_coloring.py index 2e30125f9..7dae62cbd 100644 --- a/src/lib/Bcfg2/Server/Reports/reports/templatetags/syntax_coloring.py +++ b/src/lib/Bcfg2/Server/Reports/reports/templatetags/syntax_coloring.py @@ -1,6 +1,6 @@ import sys from django import template -from django.utils.encoding import smart_unicode, smart_str +from django.utils.encoding import smart_unicode from django.utils.html import conditional_escape from django.utils.safestring import mark_safe -- cgit v1.2.3-1-g7c22