Removed unneeded import.

This commit is contained in:
Jannis Leidel 2011-04-11 19:31:08 +02:00
parent 41f0f46145
commit c11afa37ad

View file

@ -1,4 +1,4 @@
import os, posixpath
import posixpath
from django.conf import settings
from django.core.exceptions import ImproperlyConfigured