mirror of
https://github.com/zebrajr/node.git
synced 2025-12-07 12:20:50 +01:00
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:
parent
1b266fc15c
commit
3a901b0e3e
|
|
@ -1,7 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
import glob
|
||||
import os
|
||||
import shlex
|
||||
import sys
|
||||
|
||||
script_dir = os.path.dirname(__file__)
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ except ImportError:
|
|||
import os
|
||||
import re
|
||||
import shutil
|
||||
import stat
|
||||
import sys
|
||||
|
||||
# set at init time
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user