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:
parent
6902824ac2
commit
ae10b2772b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue