Fixed #15369 -- Added missing import in _os module. Thanks, jonash.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15611 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2011-02-21 14:16:29 +00:00
parent 6902824ac2
commit ae10b2772b
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
import os
import stat
from os.path import join, normcase, normpath, abspath, isabs, sep
from django.utils.encoding import force_unicode