Skip to content

Commit a12d0b6

Browse files
committed
Move PTY, PIPE, STDOUT to toplevel
1 parent 3dd6045 commit a12d0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwn/toplevel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
from pwnlib.runner import *
4141
from pwnlib.timeout import Timeout
4242
from pwnlib.tubes.listen import listen
43-
from pwnlib.tubes.process import process
43+
from pwnlib.tubes.process import process, PTY, PIPE, STDOUT
4444
from pwnlib.tubes.remote import remote, tcp, udp, connect
4545
from pwnlib.tubes.serialtube import serialtube
4646
from pwnlib.tubes.ssh import ssh

0 commit comments

Comments
 (0)