python3: remove unused imports
We can now safely remove these imports. partial: https://github.com/vmware/pyvmomi/issues/55
This commit is contained in:
		| @@ -25,13 +25,6 @@ Detailed description (for [e]pydoc goes here). | ||||
| """ | ||||
| from six import reraise | ||||
| import sys | ||||
| import threading | ||||
| import thread | ||||
| import types | ||||
| import httplib | ||||
| import socket | ||||
| import time | ||||
| import itertools | ||||
| import re | ||||
| try: | ||||
|    from xml.etree import ElementTree | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Shawn Hartsock
					Shawn Hartsock