git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
aee73f7
)
Remove unnecessary imports in updateHostsFile.py
author
gfyoung
<redacted>
Sun, 14 May 2017 03:43:00 +0000
(23:43 -0400)
committer
gfyoung
<redacted>
Sun, 14 May 2017 03:43:00 +0000
(23:43 -0400)
updateHostsFile.py
patch
|
blob
|
history
diff --git
a/updateHostsFile.py
b/updateHostsFile.py
index 2c6444fd2f6cc44c6968e5f53e1e140be1920784..2ab20a05ddded3afef0544548493aa0f1fb62008 100644
(file)
--- a/
updateHostsFile.py
+++ b/
updateHostsFile.py
@@
-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