mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-01 00:45:52 +00:00
_win_subprocess didn't actually export this
This commit is contained in:
parent
c6d108ddb2
commit
834abfe6bf
@ -114,15 +114,15 @@ if platform.isWindows():
|
||||
# better job. However, only use it on Windows because it doesn't work
|
||||
# anywhere else.
|
||||
from ._win_subprocess import (
|
||||
PIPE,
|
||||
Popen,
|
||||
)
|
||||
else:
|
||||
from subprocess import (
|
||||
PIPE,
|
||||
Popen,
|
||||
)
|
||||
|
||||
from subprocess import (
|
||||
PIPE,
|
||||
)
|
||||
|
||||
TEST_RSA_KEY_SIZE = 522
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user