1
0
mirror of https://github.com/django/django.git synced 2025-07-04 17:59:13 +00:00

[soc2010/test-refactor] Forgot to remove a comment.

git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/test-refactor@13411 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Paul McMillan 2010-07-02 16:34:41 +00:00
parent 86580d042e
commit e87ead6d08

View File

@ -2,8 +2,6 @@ import re
from urlparse import urlsplit, urlunsplit
from xml.dom.minidom import parseString, Node
#from django.utils import unittest
from django.conf import settings
from django.core import mail
from django.core.management import call_command