summaryrefslogtreecommitdiff
path: root/setuptools/script (dev).tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Avoid resource warning from dev scripts installed editablewim glenn2018-06-251-1/+2
| | | Avoid ` ResourceWarning: unclosed file <_io.TextIOWrapper name='whatever' mode='r' encoding='UTF-8'>` on dev scripts installed editable
* Use Python 3 syntax in 'script (dev).tmpl', as Python 2.6+ supports this syntax5.4Jason R. Coombs2014-07-051-4/+1
|
* Use __import__() to avoid leaking imported names to the executed script.Arfrever Frehtes Taifersar Arahesis2014-06-301-5/+2
|
* Rename script template to use .tmpl extensions.Jason R. Coombs2014-06-141-0/+11
--HG-- rename : setuptools/script template (dev).py => setuptools/script (dev).tmpl rename : setuptools/script template.py => setuptools/script.tmpl