MANIFEST.in

Thu, 24 Jul 2008 22:35:38 -0400

author
Brett Smith <brettcsmith@brettcsmith.org>
date
Thu, 24 Jul 2008 22:35:38 -0400
branch
trunk
changeset 85
ad73f75c9046
parent 18
1600807a32bd
child 95
4f7d3ccecf32
permissions
-rw-r--r--

Use the default action for SIGPIPE.

Using Python's built-in handler makes weird error messages for the user,
and there's no reason not to act like every other Unix program in this
regard. This seems particularly true since we're most likely to get
SIGPIPE with dtrx -l, where we won't write things to disk etc.

include COPYING INSTALL README
recursive-include tests *
exclude tests/testscript.sh

mercurial