summaryrefslogtreecommitdiff
path: root/Demo/scripts/script.py
Commit message (Collapse)AuthorAgeFilesLines
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-1/+1
| | | | lingering print statements.
* Whitespace normalization. Ran reindent.py over the entire source tree.Tim Peters2004-07-181-8/+8
|
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
|
* Get rid of freeze (now its own directory).Guido van Rossum1994-10-031-0/+33
Added some new demos. Fixed a few others.