mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
add missing import
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user