MANIFEST.in

Sun, 20 Jan 2008 03:53:02 -0500

author
brett
date
Sun, 20 Jan 2008 03:53:02 -0500
branch
trunk
changeset 48
0a0eeeb5b97d
parent 18
1600807a32bd
child 95
4f7d3ccecf32
permissions
-rw-r--r--

[svn] Handle SIGINT and SIGKILL.

This prevents us from spewing a traceback. We also make one last-ditch
effort to clean up any temporary stuff so it doesn't hog the user's disk.

Also made some aesthetic changes: replace the last instance of run-command
with shutil.rmtree, so the whole function's gone now. Also call it set
instead of Set.

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

mercurial