From b17a2598f81e0b33680deb18f8fc690470c2f459 Mon Sep 17 00:00:00 2001 From: Joseph Tate Date: Tue, 18 Nov 2014 03:41:57 -0500 Subject: [PATCH] Actually what we need is to import the urls utils --- notification/grove.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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()