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.

18
1600807a32bd [svn] Add basic documentation, and make this version 3.0.
brett
parents: 1
diff changeset
1 include COPYING INSTALL README
1
a86a0cb0dd57 [svn] Repository reorganization to make tags easy
brett
parents:
diff changeset
2 recursive-include tests *
a86a0cb0dd57 [svn] Repository reorganization to make tags easy
brett
parents:
diff changeset
3 exclude tests/testscript.sh

mercurial