Remove unneeded import
This commit is contained in:
@@ -427,8 +427,6 @@ def __GetServiceVersionDescription(protocol, server, port, path):
|
|||||||
|
|
||||||
tree = ElementTree()
|
tree = ElementTree()
|
||||||
|
|
||||||
import urllib2
|
|
||||||
|
|
||||||
url = "%s://%s:%s/%s/vimServiceVersions.xml" % (protocol, server, port, path)
|
url = "%s://%s:%s/%s/vimServiceVersions.xml" % (protocol, server, port, path)
|
||||||
try:
|
try:
|
||||||
with closing(urllib2.urlopen(url)) as sock:
|
with closing(urllib2.urlopen(url)) as sock:
|
||||||
|
Reference in New Issue
Block a user