Remove unnecessary imports in updateHostsFile.py
authorgfyoung <redacted>
Sun, 14 May 2017 03:43:00 +0000 (23:43 -0400)
committergfyoung <redacted>
Sun, 14 May 2017 03:43:00 +0000 (23:43 -0400)
updateHostsFile.py

index 2c6444fd2f6cc44c6968e5f53e1e140be1920784..2ab20a05ddded3afef0544548493aa0f1fb62008 100644 (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
git clone https://git.99rst.org/PROJECT