Skip to content

Commit

Permalink
tools: remove unused imports
Browse files Browse the repository at this point in the history
PR-URL: #5765
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
thefourtheye authored and Fishrock123 committed Mar 22, 2016
1 parent d9b4e15 commit b1a4870
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tools/gyp_node.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env python
import glob
import os
import shlex
import sys

script_dir = os.path.dirname(__file__)
Expand Down
1 change: 0 additions & 1 deletion tools/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import os
import re
import shutil
import stat
import sys

# set at init time
Expand Down

0 comments on commit b1a4870

Please sign in to comment.