Skip to content

Commit

Permalink
Move PTY, PIPE, STDOUT to toplevel
Browse files Browse the repository at this point in the history
  • Loading branch information
zachriggle committed Jan 4, 2017
1 parent 3dd6045 commit a12d0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwn/toplevel.py
Expand Up @@ -40,7 +40,7 @@
from pwnlib.runner import *
from pwnlib.timeout import Timeout
from pwnlib.tubes.listen import listen
from pwnlib.tubes.process import process
from pwnlib.tubes.process import process, PTY, PIPE, STDOUT
from pwnlib.tubes.remote import remote, tcp, udp, connect
from pwnlib.tubes.serialtube import serialtube
from pwnlib.tubes.ssh import ssh
Expand Down

0 comments on commit a12d0b6

Please sign in to comment.