Merge pull request #112 from josephtate/devel

Importing urllib so that the grove module can use it standalone.
This commit is contained in:
Toshio Kuratomi 2014-11-19 08:43:52 -08:00
commit 4b1184e3a1

View file

@ -96,4 +96,5 @@ def main():
# import module snippets
from ansible.module_utils.basic import *
from ansible.module_utils.urls import *
main()