Remove unnecessary imports in updateHostsFile.py

This commit is contained in:
gfyoung 2017-05-13 23:43:00 -04:00
parent aee73f7662
commit de2e45e8b2

View File

@ -16,7 +16,6 @@ import os
import platform
import re
import shutil
import string
import subprocess
import sys
import tempfile
@ -27,7 +26,6 @@ import argparse
import socket
import json
import zipfile
import zlib
# zip files are not used actually, support deleted
# StringIO is not needed in Python 3