From 6951cece53c6a7335f5aa2260f4f5c1d94a589da Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Tue, 7 Apr 2009 19:53:42 +0000 Subject: [PATCH] [1.0.X] Replaced a misplaced import from [10425]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10426 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/regressiontests/comment_tests/tests/comment_view_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/regressiontests/comment_tests/tests/comment_view_tests.py b/tests/regressiontests/comment_tests/tests/comment_view_tests.py index 9183888d5c..526e046977 100644 --- a/tests/regressiontests/comment_tests/tests/comment_view_tests.py +++ b/tests/regressiontests/comment_tests/tests/comment_view_tests.py @@ -1,3 +1,4 @@ +import re from django.conf import settings from django.contrib.auth.models import User from django.contrib.comments import signals