Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored and ryzokuken committed Mar 15, 2020
1 parent 78f4cac commit 4f60f86
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion pylib/gyp/MSVSProject.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

"""Visual Studio project reader/writer."""

import gyp.common
import gyp.easy_xml as easy_xml

# ------------------------------------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion pylib/gyp/MSVSToolFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

"""Visual Studio project reader/writer."""

import gyp.common
import gyp.easy_xml as easy_xml


Expand Down
1 change: 0 additions & 1 deletion pylib/gyp/MSVSUserFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import re
import socket # for gethostname

import gyp.common
import gyp.easy_xml as easy_xml


Expand Down
1 change: 0 additions & 1 deletion pylib/gyp/MSVSVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import re
import subprocess
import sys
import gyp
import glob

PY3 = bytes != str
Expand Down
2 changes: 0 additions & 2 deletions pylib/gyp/generator/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,9 @@
from __future__ import print_function

import gyp.common
import gyp.ninja_syntax as ninja_syntax
import json
import os
import posixpath
import sys

debug = False

Expand Down
2 changes: 0 additions & 2 deletions pylib/gyp/generator/dump_dependency_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@

from __future__ import print_function

import collections
import os
import gyp
import gyp.common
import gyp.msvs_emulation
import json
import sys

generator_supports_multiple_toolsets = True

Expand Down
2 changes: 0 additions & 2 deletions pylib/gyp/generator/gypd.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@


import gyp.common
import errno
import os
import pprint


Expand Down
1 change: 0 additions & 1 deletion pylib/gyp/generator/make.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

import os
import re
import sys
import subprocess
import gyp
import gyp.common
Expand Down
1 change: 0 additions & 1 deletion pylib/gyp/generator/msvs.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

from __future__ import print_function

import copy
import ntpath
import os
import posixpath
Expand Down
1 change: 0 additions & 1 deletion pylib/gyp/generator/ninja.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import sys
import gyp
import gyp.common
from gyp.common import OrderedSet
import gyp.msvs_emulation
import gyp.MSVSUtil as MSVSUtil
import gyp.xcode_emulation
Expand Down
2 changes: 0 additions & 2 deletions pylib/gyp/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@
import gyp.common
import gyp.simple_copy
import multiprocessing
import optparse
import os.path
import re
import shlex
import signal
import subprocess
import sys
import threading
import time
import traceback
from distutils.version import StrictVersion
from gyp.common import GypError
Expand Down
1 change: 0 additions & 1 deletion pylib/gyp/input_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

import gyp.input
import unittest
import sys


class TestFindCycles(unittest.TestCase):
Expand Down
1 change: 0 additions & 1 deletion pylib/gyp/ninja_syntax.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"""

import textwrap
import re


def escape_path(word):
Expand Down
1 change: 0 additions & 1 deletion pylib/gyp/xcode_emulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import shlex
import subprocess
import sys
import tempfile
from gyp.common import GypError

PY3 = bytes != str
Expand Down
1 change: 0 additions & 1 deletion test_gyp.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from __future__ import print_function

import argparse
import math
import os
import platform
import subprocess
Expand Down

0 comments on commit 4f60f86

Please sign in to comment.