(In reply to comment #1)
> Is there substitution for all functionality? I'm interested in rhpl.executil
> (for now).
Chris has a new module almost ready to replace rhpl.executil. And the advantage is that it's going to also gain the bugzilla filing stuff we use in anaconda
(In reply to comment #1)
> Is there substitution for all functionality? I'm interested in rhpl.executil
> (for now).
In anaconda, we've replaced using rhpl.executil with calls to python's subprocess module. That gives us everything we need, though if you're doing something rather complicated it might take a bit of coding.