Commit 86c7e220 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Add forgotten import (PyChecker)

parent e7abf979
...@@ -107,7 +107,7 @@ class _posixfile_: ...@@ -107,7 +107,7 @@ class _posixfile_:
return posix.fdopen(fd, self._file_.mode) return posix.fdopen(fd, self._file_.mode)
def flags(self, *which): def flags(self, *which):
import fcntl import fcntl, os
if which: if which:
if len(which) > 1: if len(which) > 1:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment