summaryrefslogtreecommitdiff
path: root/setuptools/script template (dev).py
Commit message (Collapse)AuthorAgeFilesLines
* Bug Correction: Avoid double execution when the application throws NameError ↵Niklas Rigemo2013-09-191-2/+3
| | | | exception.
* PEP8: Corrected multiple statements on one line (semicolon)Niklas Rigemo2013-09-191-1/+2
|
* Misc. updates following 2to3 checks.Vinay Sajip2013-06-171-1/+4
|
* Now load legacy scripts wrappers from templates in the package, which get ↵Jason R. Coombs2012-02-081-0/+6
converted to Python 3 syntax when built on Python 3. Fixes #273.