tools: remove unused imports

PR-URL: https://github.com/nodejs/node/pull/5765
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
Sakthipriyan Vairamani 2016-03-18 00:01:19 +05:30 committed by James M Snell
parent ac6af73a6d
commit c67937bebb
2 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,5 @@
#!/usr/bin/env python
import glob
import os
import shlex
import sys
script_dir = os.path.dirname(__file__)

View File

@ -10,7 +10,6 @@ except ImportError:
import os
import re
import shutil
import stat
import sys
# set at init time