From: Stefan Krah Date: Mon, 19 Jul 2010 18:15:41 +0000 (+0000) Subject: Add missing import of errno. X-Git-Tag: v2.6.6rc1~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=200888fea3efce24b32cdbaab254090b19be8d4e;p=python Add missing import of errno. --- diff --git a/Lib/test/test_posix.py b/Lib/test/test_posix.py index ac3dbb832d..a2eba89cf3 100644 --- a/Lib/test/test_posix.py +++ b/Lib/test/test_posix.py @@ -7,6 +7,7 @@ try: except ImportError: raise test_support.TestSkipped, "posix is not available" +import errno import time import os import pwd