Remove util.subproc.Pipe, as we no longer use it in BE.
authorW. Trevor King <wking@drexel.edu>
Sat, 25 Feb 2012 16:16:01 +0000 (11:16 -0500)
committerW. Trevor King <wking@drexel.edu>
Sat, 25 Feb 2012 16:16:01 +0000 (11:16 -0500)
commitf1ae4b7f3fea6fb78a54ee5073aee648a3d73179
treef794faa06c0d2096b8604b0191ac809726d98662
parent835744a493f95aa55dab0acb730a18c62e394cf8
Remove util.subproc.Pipe, as we no longer use it in BE.

This was at one point used by `update_copyright.py`.  Now that that is
an external package (and doesn't use `Pipe` anymore either), we can
safely remove this code.

As a side benifit, the Pipe doctests will no longer be there to fail
on OS X and other systems sufficiently different from my development
box.
libbe/util/subproc.py