Add missing import of errno.

This commit is contained in:
Stefan Krah 2010-07-19 18:15:41 +00:00
parent 36db84d3db
commit 200888fea3
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ try:
except ImportError: except ImportError:
raise test_support.TestSkipped, "posix is not available" raise test_support.TestSkipped, "posix is not available"
import errno
import time import time
import os import os
import pwd import pwd