From a288f97a2a99ee238e984cf155643d4afc25a46b Mon Sep 17 00:00:00 2001 From: Karen Tracey Date: Thu, 15 Apr 2010 20:36:00 +0000 Subject: [PATCH] Add file mistakenly left out of r12986. Refs #13334. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12988 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/regressiontests/templates/templatetags/broken_tag.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/regressiontests/templates/templatetags/broken_tag.py diff --git a/tests/regressiontests/templates/templatetags/broken_tag.py b/tests/regressiontests/templates/templatetags/broken_tag.py new file mode 100644 index 0000000000..c70e183f0e --- /dev/null +++ b/tests/regressiontests/templates/templatetags/broken_tag.py @@ -0,0 +1 @@ +from django import Xtemplate