Fixed #8457 -- Fixed a missing import.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8451 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
e94d293504
commit
eb85af1865
|
@ -1,3 +1,4 @@
|
|||
import errno
|
||||
import os
|
||||
import tempfile
|
||||
|
||||
|
|
Loading…
Reference in New Issue