Commit ae10b277 authored by Jannis Leidel's avatar Jannis Leidel
Browse files

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
parent 6902824a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
import os
import stat
from os.path import join, normcase, normpath, abspath, isabs, sep
from django.utils.encoding import force_unicode