1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed a few test docstrings and removed an unused import in staticfiles.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15390 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Carl Meyer
2011-02-01 20:39:40 +00:00
parent 3bff7ed34c
commit 77030ccc1e
3 changed files with 3 additions and 5 deletions

View File

@@ -2,7 +2,6 @@ import urllib
from urlparse import urlparse
from django.conf import settings
from django.core.exceptions import ImproperlyConfigured
from django.core.handlers.wsgi import WSGIHandler
from django.contrib.staticfiles import utils