diff --git a/notification/grove.py b/notification/grove.py index 01ab5a39a40..8f4ec42be58 100644 --- a/notification/grove.py +++ b/notification/grove.py @@ -94,8 +94,7 @@ def main(): # Mission complete module.exit_json(msg="OK") -#make sure urllib is available for do_notify_grove -import urllib # import module snippets from ansible.module_utils.basic import * +from ansible.module_utils.urls import * main()