Show More
@@ -64,7 +64,6 b' from distutils.command.build_ext import ' | |||||
64 | from distutils.command.build_py import build_py |
|
64 | from distutils.command.build_py import build_py | |
65 | from distutils.command.install_scripts import install_scripts |
|
65 | from distutils.command.install_scripts import install_scripts | |
66 | from distutils.spawn import spawn, find_executable |
|
66 | from distutils.spawn import spawn, find_executable | |
67 | from distutils.ccompiler import new_compiler |
|
|||
68 | from distutils import cygwinccompiler |
|
67 | from distutils import cygwinccompiler | |
69 | from distutils.errors import CCompilerError, DistutilsExecError |
|
68 | from distutils.errors import CCompilerError, DistutilsExecError | |
70 | from distutils.sysconfig import get_python_inc |
|
69 | from distutils.sysconfig import get_python_inc |
@@ -1,4 +1,4 b'' | |||||
1 |
import os, stat |
|
1 | import os, stat | |
2 | import re |
|
2 | import re | |
3 | import sys |
|
3 | import sys | |
4 | import tempfile |
|
4 | import tempfile |
@@ -10,11 +10,10 b' run pyflakes on all tracked files ending' | |||||
10 | setup.py:*: 'zlib' imported but unused (glob) |
|
10 | setup.py:*: 'zlib' imported but unused (glob) | |
11 | setup.py:*: 'bz2' imported but unused (glob) |
|
11 | setup.py:*: 'bz2' imported but unused (glob) | |
12 | setup.py:*: 'py2exe' imported but unused (glob) |
|
12 | setup.py:*: 'py2exe' imported but unused (glob) | |
13 | tests/hghave.py:*: 'hgext' imported but unused (glob) |
|
|||
14 | tests/hghave.py:*: '_lsprof' imported but unused (glob) |
|
13 | tests/hghave.py:*: '_lsprof' imported but unused (glob) | |
15 | tests/hghave.py:*: 'publish_cmdline' imported but unused (glob) |
|
14 | tests/hghave.py:*: 'publish_cmdline' imported but unused (glob) | |
16 | tests/hghave.py:*: 'pygments' imported but unused (glob) |
|
15 | tests/hghave.py:*: 'pygments' imported but unused (glob) | |
17 | tests/hghave.py:*: 'ssl' imported but unused (glob) |
|
16 | tests/hghave.py:*: 'ssl' imported but unused (glob) | |
18 |
contrib/win32/hgwebdir_wsgi.py: |
|
17 | contrib/win32/hgwebdir_wsgi.py:93: 'from isapi.install import *' used; unable to detect undefined names (glob) | |
19 |
|
18 | |||
20 |
|
19 |
General Comments 0
You need to be logged in to leave comments.
Login now