Remove unneeded import

This commit is contained in:
Stacy Brock
2014-02-17 14:24:17 -08:00
parent 52e8c37366
commit cae89d4cf6

View File

@@ -427,8 +427,6 @@ def __GetServiceVersionDescription(protocol, server, port, path):
tree = ElementTree()
import urllib2
url = "%s://%s:%s/%s/vimServiceVersions.xml" % (protocol, server, port, path)
try:
with closing(urllib2.urlopen(url)) as sock: