Clean up unneeded urllib2 imports

This commit is contained in:
Toshio Kuratomi
2015-07-20 23:02:44 -07:00
committed by Matt Clay
parent dccee8bcd4
commit a4859e1087
9 changed files with 22 additions and 25 deletions

View File

@@ -97,7 +97,6 @@ EXAMPLES = '''
- riak: wait_for_service=kv
'''
import urllib2
import time
import socket
import sys
@@ -254,5 +253,5 @@ def main():
# import module snippets
from ansible.module_utils.basic import *
from ansible.module_utils.urls import *
main()
if __name__ == '__main__':
main()