tools: remove unused imports
authorSakthipriyan Vairamani <thechargingvolcano@gmail.com>
Thu, 17 Mar 2016 18:31:19 +0000 (00:01 +0530)
committerMyles Borins <mborins@us.ibm.com>
Wed, 30 Mar 2016 20:12:15 +0000 (13:12 -0700)
PR-URL: https://github.com/nodejs/node/pull/5765
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
tools/gyp_node.py
tools/install.py

index 064abe3..0ceb933 100755 (executable)
@@ -1,7 +1,5 @@
 #!/usr/bin/env python
-import glob
 import os
-import shlex
 import sys
 
 script_dir = os.path.dirname(__file__)
index ead9396..cb86c65 100755 (executable)
@@ -10,7 +10,6 @@ except ImportError:
 import os
 import re
 import shutil
-import stat
 import sys
 
 # set at init time