summaryrefslogtreecommitdiffstats
path: root/bin/xpak-helper.py
Commit message (Collapse)AuthorAgeFilesLines
* Use bytes instead of unicode with isinstance.Zac Medico2011-10-281-2/+2
| | | | | This is preferred since the bytes type is available in all supported python versions, while the unicode type is only available in python2.
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
|
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Add a xpak-helper.py script, so that shell code always calls python viaZac Medico2009-10-111-0/+69
a shebang. svn path=/main/trunk/; revision=14575