summaryrefslogtreecommitdiff
path: root/hacking/get_library.py
Commit message (Collapse)AuthorAgeFilesLines
* More boilerplate fixes. (#70224)Matt Clay2020-06-221-0/+3
| | | | | | | * Fix boilerplate in hacking dir. * Fix boilerplate in docs dir. * Fix boilerplate in integration tests. * Fix boilerplate in examples.
* Surround top-level function and class definitions with two blank lines.Joren Vrancken2018-07-311-0/+1
|
* hacking/: PEP8 compliancy (#24683)Dag Wieers2017-05-161-0/+1
| | | - Make PEP8 compliant
* Change to python3 syntaxKevin Houdebert2015-08-311-1/+1
|
* Allow hacking/env-setup module path to use config file library pathwillthames2014-02-121-0/+29
hacking/env-setup now adds the configured library path in ANSIBLE_CONFIG to the ANSIBLE_LIBRARY environment variable in addition to the previous default of ANSIBLE_HOME/library. This replaces #5950.