Bug 1176642 - Remove unused imports; r=glandium

This commit is contained in:
Gregory Szorc 2015-06-25 12:16:38 -07:00
parent c4c0b06f69
commit 88efe94ba4
17 changed files with 0 additions and 30 deletions

View File

@ -5,8 +5,6 @@
# Integrates the xpcshell test runner with mach.
import os
import re
import sys
import mozpack.path as mozpath

View File

@ -5,7 +5,6 @@
from __future__ import print_function, unicode_literals
import os
import re
import subprocess
from mach.decorators import (

View File

@ -9,7 +9,6 @@ import glob
import logging
import mozpack.path as mozpath
import os
import sys
from mozbuild.base import (
MachCommandBase,

View File

@ -38,7 +38,6 @@ from __future__ import (
import argparse
import codecs
import json
import re
import sys
import os

View File

@ -5,8 +5,6 @@
from __future__ import print_function, unicode_literals
import argparse
import glob
import logging
import os
import sys
import subprocess

View File

@ -4,8 +4,6 @@
from __future__ import unicode_literals
import errno
import json
import logging
import os
import re

View File

@ -10,7 +10,6 @@ from __future__ import unicode_literals
import codecs
import re
import os
import sys
if sys.version_info[0] == 3:

View File

@ -17,9 +17,6 @@ structures.
from __future__ import unicode_literals
import os
from collections import OrderedDict
from mozbuild.util import (
shell_quote,
StrictOrderingOnAppendList,

View File

@ -5,7 +5,6 @@
from __future__ import unicode_literals
import itertools
import json
import logging
import os
import traceback

View File

@ -5,7 +5,6 @@
from __future__ import print_function, unicode_literals
import argparse
import itertools
import json
import logging
import operator

View File

@ -24,7 +24,6 @@ value :
import sys
import os
import os.path
import re
from optparse import OptionParser
import errno

View File

@ -8,7 +8,6 @@
from __future__ import unicode_literals
import collections
import copy
import difflib
import errno
import functools

View File

@ -4,12 +4,7 @@
from __future__ import unicode_literals
import logging
import mozpack.path as mozpath
import os
import sys
import warnings
import which
from mozbuild.base import (
MachCommandBase,

View File

@ -5,10 +5,6 @@
# Integrates luciddream test runner with mach.
import os
import re
import sys
import mozpack.path as mozpath
from mozbuild.base import (
MachCommandBase,

View File

@ -4,7 +4,6 @@
from __future__ import unicode_literals
import imp
import os
import sys
import argparse

View File

@ -5,10 +5,8 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
import os
import os.path
import json
import copy
import datetime
import sys
import urllib2

View File

@ -13,7 +13,6 @@ from mach.decorators import (
)
from mozbuild.base import MachCommandBase
from mozbuild.frontend.reader import BuildReader
@CommandProvider