Commit 608d5748 authored by Fred Drake's avatar Fred Drake

add missing import

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