Add forgotten import (PyChecker)

This commit is contained in:
Andrew M. Kuchling 2001-08-13 14:47:12 +00:00
parent e7abf97903
commit 86c7e22036
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class _posixfile_:
return posix.fdopen(fd, self._file_.mode)
def flags(self, *which):
import fcntl
import fcntl, os
if which:
if len(which) > 1: