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:
Malcolm Tredinnick 2008-08-20 21:12:45 +00:00
parent e94d293504
commit eb85af1865
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import errno
import os
import tempfile