summaryrefslogtreecommitdiff
path: root/sandbox/crash.py
Commit message (Collapse)AuthorAgeFilesLines
* Sandbox removedFederico Di Gregorio2018-10-091-25/+0
| | | | | | | | | The sandbox directory was there to test issues before we had full test coverage and to try quick and dirty Python snippets before moving them to the examples directory, sending them to mailing list or copying them to the docs. Almost anything that was in sandbox is now in the examples directory or has been refactored into a full test, or is so old that is of no use anymore. So, adieu sandbox.
* Use print() function instead of print statement throughout projectJon Dufresne2017-12-101-1/+1
| | | | Forward compatible with newer Pythons.
* Added sandbox stuff to the repository.Federico Di Gregorio2005-11-281-0/+25