ansible/lib/ansible
Toshio Kuratomi 4e6cce354e Remove wildcard imports
Made the following changes:

* Removed wildcard imports
* Replaced long form of GPL header with short form
* Removed get_exception usage
* Added from __future__ boilerplate
  * Adjust division operator to // where necessary

For the following files:

* web_infrastructure modules
* system modules
* linode, lxc, lxd, atomic, cloudscale, dimensiondata, ovh, packet,
  profitbricks, pubnub, smartos, softlayer, univention modules
* compat dirs (disabled as its used intentionally)
2017-07-28 22:10:17 -07:00
..
cli Support multiple vault passwords (#22756) 2017-07-28 15:20:58 -04:00
compat Remove wildcard imports 2017-07-28 22:10:17 -07:00
config Support multiple vault passwords (#22756) 2017-07-28 15:20:58 -04:00
errors
executor include_role handlers bug fix (#26335) 2017-07-19 15:02:32 -05:00
galaxy Fix wildcard import in galaxy/token.py 2017-07-27 15:37:26 -07:00
inventory ensure all groups inherit from 'all' 2017-07-13 18:38:39 -04:00
module_utils Remove wildcard imports 2017-07-28 22:10:17 -07:00
modules Remove wildcard imports 2017-07-28 22:10:17 -07:00
parsing Support multiple vault passwords (#22756) 2017-07-28 15:20:58 -04:00
playbook Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
plugins New tests for copy recursive with absolute paths 2017-07-28 21:00:51 -07:00
template
utils Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
vars Remove wildcard imports 2017-07-28 22:10:17 -07:00
__init__.py
constants.py Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
release.py