[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
This commit is contained in:
Jacob Kaplan-Moss 2009-04-07 19:53:42 +00:00
parent 0c85192ebe
commit 6951cece53
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import re
from django.conf import settings
from django.contrib.auth.models import User
from django.contrib.comments import signals