Removing unused imports

- Legacy-Id: 427
This commit is contained in:
Henrik Levkowetz 2007-06-16 11:24:28 +00:00
parent dab68d8d69
commit 73f8620a96

View file

@ -6,8 +6,6 @@ and with the context push removed."""
from django.template import Node, NodeList, resolve_variable
from django.template import VariableDoesNotExist
from django.template import Library
from django.conf import settings
import sys
register = Library()