radareorg/radare2-r2pipe

Popen and PIPE undefined in open_base.py

wjsetzer opened this issue · 1 comments

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?

Fixed in the PR.