summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/zappycfiles.py
Commit message (Collapse)AuthorAgeFilesLines
* In a number of places code still reversRonald Oussoren2010-05-051-9/+2
| | | | | | | | | to "sys.platform == 'mac'" and that is dead code because it refers to a platform that is no longer supported (and hasn't been supported for several releases). Fixes issue #7908 for the trunk.
* normalize shebang lines to #!/usr/bin/env pythonBenjamin Peterson2010-03-111-1/+1
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-23/+22
|
* Import EasyDialogs only when needed, so this works if there is no windowJack Jansen2003-06-161-1/+1
| | | | manager (if it isn't needed).
* Removed unused import of macfs.Jack Jansen2003-02-051-1/+0
|
* Use new file dialogs.Jack Jansen2003-01-261-3/+3
|
* Remove .pyo files too.Jack Jansen2002-09-061-2/+2
|
* Patch by Russel Owen: if we have command line arguments zap pyc filesJack Jansen2002-08-091-12/+15
| | | | in the directories given.
* Ah well, why not check this in. A script to remove all .pyc files in a ↵Jack Jansen2001-01-231-0/+35
folder hierarchy.