diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2012-05-04 17:25:38 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2012-05-06 12:59:29 -0500 |
commit | 9aa10a0f2889a398ae9c7d074442b216bf9d8b55 (patch) | |
tree | 656ccb0b9c61899d7dd0eb91e8e303d4e675f40d | |
parent | 2d77ed68e7f0f200618da34f1bd51b82b3ab8955 (diff) | |
download | bcfg2-9aa10a0f2889a398ae9c7d074442b216bf9d8b55.tar.gz bcfg2-9aa10a0f2889a398ae9c7d074442b216bf9d8b55.tar.bz2 bcfg2-9aa10a0f2889a398ae9c7d074442b216bf9d8b55.zip |
reports: Remove unused import
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-rw-r--r-- | src/lib/Bcfg2/Server/Reports/reports/templatetags/syntax_coloring.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |