Add forgotten import (PyChecker)

This commit is contained in:
Andrew M. Kuchling 2001-08-13 14:47:12 +00:00
parent e7abf97903
commit 86c7e22036

View file

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