add missing import

This commit is contained in:
Fred Drake 2008-12-05 02:47:42 +00:00
parent bc9d4749f2
commit 608d574828
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,7 @@ class UnixBrowser(BaseBrowser):
cmdline = [self.name] + raise_opt + args
if remote or self.background:
import io
inout = io.open(os.devnull, "r+")
else:
# for TTY browsers, we need stdin/out