Files
community.general/lib/ansible/module_utils
Esteban Echeverry b7662f7e5b Import from urllib and not url (#25102)
* Import from urllib and not url

In Python 3, the correct way to import
urlparse is through urllib.parse.

* Use six module to import urlparse

Import urlparse from ansible.module_utils.six.
This way, the import statement is compatible both
with Python 3 and Python 2.

* Fix urlparse import using six module

The correct import is:
from six.moves.urllib.parse import urlparse

* Import six from ansible.compat

* Import from six.moves. Don't make six global.

Prevent code smell by not making six available
in the global namespace and instead importing from
one of its subpackages.
2017-05-31 15:27:22 -04:00
..
2017-05-23 15:43:52 -07:00
2017-04-06 16:58:16 -07:00
2017-05-03 16:51:28 +01:00
2015-04-28 09:36:42 -04:00
2017-05-24 19:40:38 +05:30
2017-05-17 20:00:52 +05:30
2016-02-08 19:10:04 +01:00
2017-01-06 17:07:42 -05:00
2017-05-31 15:27:22 -04:00
2017-03-22 20:50:28 -05:00
2017-05-08 11:38:50 -04:00
2016-09-12 13:35:57 -04:00
2017-02-15 10:30:45 +00:00
2017-02-16 11:29:43 -08:00
2017-05-17 00:33:36 +05:30
2017-05-25 16:14:39 +02:00
2017-05-17 00:32:59 +05:30