python3: remove unused imports

We can now safely remove these imports.

partial: https://github.com/vmware/pyvmomi/issues/55
This commit is contained in:
Shawn Hartsock
2014-07-24 13:07:16 -04:00
parent 1fbab09276
commit 196e76c027

View File

@@ -25,13 +25,6 @@ Detailed description (for [e]pydoc goes here).
""" """
from six import reraise from six import reraise
import sys import sys
import threading
import thread
import types
import httplib
import socket
import time
import itertools
import re import re
try: try:
from xml.etree import ElementTree from xml.etree import ElementTree