[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:
Robey Pointer 2005-07-14 02:18:45 +00:00
parent f565576321
commit e12e16858e
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ import socket
def make_pipe ():
# if sys.platform[:3] != 'win':
# return PosixPipe()
if sys.platform[:3] != 'win':
return PosixPipe()
return WindowsPipe()