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