radareorg / radare2-r2pipe

Access radare2 via pipe from any programming language!
390 stars 99 forks source link

Popen and PIPE undefined in open_base.py #98

Closed wjsetzer closed 5 years ago

wjsetzer commented 5 years ago

Both Popen and PIPE are not imported in open_base.py.

A quick import fixes it for me (python 3.7.3, Arch Linux).

Can I submit a quick PR?

wjsetzer commented 5 years ago

Fixed in the PR.