[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-35]
oooooops, didn't mean to leave posix commented out
This commit is contained in:
parent
f565576321
commit
e12e16858e
|
@ -27,8 +27,8 @@ import socket
|
||||||
|
|
||||||
|
|
||||||
def make_pipe ():
|
def make_pipe ():
|
||||||
# if sys.platform[:3] != 'win':
|
if sys.platform[:3] != 'win':
|
||||||
# return PosixPipe()
|
return PosixPipe()
|
||||||
return WindowsPipe()
|
return WindowsPipe()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue