From a12d0b6a4cd85e1fe073ef062a73759c1a14c7a6 Mon Sep 17 00:00:00 2001 From: Zach Riggle Date: Wed, 4 Jan 2017 14:15:38 -0500 Subject: [PATCH] Move PTY, PIPE, STDOUT to toplevel --- pwn/toplevel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwn/toplevel.py b/pwn/toplevel.py index cef11db31..bea1882bc 100644 --- a/pwn/toplevel.py +++ b/pwn/toplevel.py @@ -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