Debian Automated Code Analysis

pyflakes analysis of python-networkx_1.4-2_all.deb

./usr/share/pyshared/networkx/convert.py:169: 'scipy' imported but unused
./usr/share/pyshared/networkx/convert.py:735: local variable 'blurb' is assigned to but never used
./usr/share/pyshared/networkx/convert.py:831: undefined name 'NetworkXError'
./usr/share/pyshared/networkx/convert.py:972: 'numpy' imported but unused
./usr/share/pyshared/networkx/convert.py:976: 'scipy' imported but unused
./usr/share/pyshared/networkx/__init__.py:52: 'from networkx.exception import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/__init__.py:54: 'from networkx.classes import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/__init__.py:56: 'from networkx.convert import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/__init__.py:58: 'from networkx.generators import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/__init__.py:59: 'from networkx.readwrite import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/__init__.py:63: 'from networkx.algorithms import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/__init__.py:65: 'from networkx.linalg import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/__init__.py:66: 'test' imported but unused
./usr/share/pyshared/networkx/__init__.py:70: 'from networkx.drawing import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/utils.py:273: undefined name 'InputError'
./usr/share/pyshared/networkx/release.py:44: 're' imported but unused
./usr/share/pyshared/networkx/release.py:168: redefinition of unused 'vcs_info' from line 165
./usr/share/pyshared/networkx/release.py:177: redefinition of unused 'version' from line 165
./usr/share/pyshared/networkx/release.py:180: redefinition of unused 'version_info' from line 165
./usr/share/pyshared/networkx/linalg/spectrum.py:195: 'numpy' imported but unused
./usr/share/pyshared/networkx/linalg/__init__.py:1: 'from networkx.linalg.attrmatrix import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/linalg/__init__.py:3: 'from networkx.linalg.spectrum import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/linalg/__init__.py:4: 'networkx' imported but unused
./usr/share/pyshared/networkx/linalg/attrmatrix.py:7: 'nx' imported but unused
./usr/share/pyshared/networkx/linalg/attrmatrix.py:451: 'numpy' imported but unused
./usr/share/pyshared/networkx/linalg/attrmatrix.py:455: 'scipy' imported but unused
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:13: 'numpy' imported but unused
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:14: 'assert_almost_equal' imported but unused
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:14: 'assert_equal' imported but unused
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:22: undefined name 'numpy'
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:30: undefined name 'assert_equal'
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:34: undefined name 'numpy'
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:39: undefined name 'assert_equal'
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:43: undefined name 'numpy'
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:48: undefined name 'assert_almost_equal'
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:52: undefined name 'numpy'
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:57: undefined name 'assert_almost_equal'
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:63: undefined name 'numpy'
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:65: undefined name 'assert_almost_equal'
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:69: undefined name 'numpy'
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:69: undefined name 'numpy'
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:69: undefined name 'numpy'
./usr/share/pyshared/networkx/linalg/tests/test_spectrum.py:71: undefined name 'assert_almost_equal'
./usr/share/pyshared/networkx/classes/function.py:255: 'textwrap' imported but unused
./usr/share/pyshared/networkx/classes/function.py:277: undefined name 'NetworkXError'
./usr/share/pyshared/networkx/classes/multidigraph.py:17: 'nx' imported but unused
./usr/share/pyshared/networkx/classes/multidigraph.py:18: 'Graph' imported but unused
./usr/share/pyshared/networkx/classes/multidigraph.py:21: 'NetworkXException' imported but unused
./usr/share/pyshared/networkx/classes/multidigraph.py:22: 'convert' imported but unused
./usr/share/pyshared/networkx/classes/multidigraph.py:807: local variable 'self_pred' is assigned to but never used
./usr/share/pyshared/networkx/classes/multigraph.py:15: 'nx' imported but unused
./usr/share/pyshared/networkx/classes/multigraph.py:17: 'NetworkXException' imported but unused
./usr/share/pyshared/networkx/classes/multigraph.py:18: 'convert' imported but unused
./usr/share/pyshared/networkx/classes/__init__.py:1: 'Graph' imported but unused
./usr/share/pyshared/networkx/classes/__init__.py:2: 'DiGraph' imported but unused
./usr/share/pyshared/networkx/classes/__init__.py:3: 'MultiGraph' imported but unused
./usr/share/pyshared/networkx/classes/__init__.py:4: 'MultiDiGraph' imported but unused
./usr/share/pyshared/networkx/classes/__init__.py:5: 'from networkx.classes.function import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/classes/graph.py:24: 'nx' imported but unused
./usr/share/pyshared/networkx/classes/graph.py:25: 'NetworkXException' imported but unused
./usr/share/pyshared/networkx/classes/graph.py:28: 'sys' imported but unused
./usr/share/pyshared/networkx/classes/digraph.py:16: 'nx' imported but unused
./usr/share/pyshared/networkx/classes/digraph.py:18: 'NetworkXException' imported but unused
./usr/share/pyshared/networkx/classes/digraph.py:1216: local variable 'self_pred' is assigned to but never used
./usr/share/pyshared/networkx/classes/tests/test_digraph.py:2: 'copy' imported but unused
./usr/share/pyshared/networkx/classes/tests/test_digraph.py:3: 'unittest' imported but unused
./usr/share/pyshared/networkx/classes/tests/test_digraph.py:4: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/classes/tests/test_multigraph.py:2: 'copy' imported but unused
./usr/share/pyshared/networkx/classes/tests/test_multigraph.py:3: 'unittest' imported but unused
./usr/share/pyshared/networkx/classes/tests/test_multigraph.py:4: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/classes/tests/test_graph_historical.py:3: 'copy' imported but unused
./usr/share/pyshared/networkx/classes/tests/test_graph_historical.py:4: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/classes/tests/test_graph_historical.py:5: 'networkx' imported but unused
./usr/share/pyshared/networkx/classes/tests/test_graph_historical.py:7: 'cnlti' imported but unused
./usr/share/pyshared/networkx/classes/tests/test_function.py:2: 'copy' imported but unused
./usr/share/pyshared/networkx/classes/tests/test_function.py:3: 'unittest' imported but unused
./usr/share/pyshared/networkx/classes/tests/test_function.py:4: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/classes/tests/historical_tests.py:3: 'copy' imported but unused
./usr/share/pyshared/networkx/classes/tests/historical_tests.py:4: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/classes/tests/historical_tests.py:5: 'networkx' imported but unused
./usr/share/pyshared/networkx/classes/tests/historical_tests.py:450: local variable 'K1' is assigned to but never used
./usr/share/pyshared/networkx/classes/tests/test_multidigraph.py:2: 'copy' imported but unused
./usr/share/pyshared/networkx/classes/tests/test_multidigraph.py:3: 'unittest' imported but unused
./usr/share/pyshared/networkx/classes/tests/test_multidigraph.py:4: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/classes/tests/test_graph.py:2: 'copy' imported but unused
./usr/share/pyshared/networkx/classes/tests/test_graph.py:3: 'unittest' imported but unused
./usr/share/pyshared/networkx/classes/tests/test_graph.py:4: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/classes/tests/test_digraph_historical.py:3: 'copy' imported but unused
./usr/share/pyshared/networkx/classes/tests/test_digraph_historical.py:4: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/classes/tests/test_digraph_historical.py:5: 'networkx' imported but unused
./usr/share/pyshared/networkx/classes/tests/test_digraph_historical.py:7: 'cnlti' imported but unused
./usr/share/pyshared/networkx/classes/tests/test_digraph_historical.py:111: local variable 'foo' is assigned to but never used
./usr/share/pyshared/networkx/readwrite/multiline_adjlist.py:43: 'is_string_like' imported but unused
./usr/share/pyshared/networkx/readwrite/gml.py:36: 'NetworkXException' imported but unused
./usr/share/pyshared/networkx/readwrite/gml.py:130: redefinition of unused 'ParseException' from line 127
./usr/share/pyshared/networkx/readwrite/gml.py:214: redefinition of unused 'Literal' from line 207
./usr/share/pyshared/networkx/readwrite/gml.py:214: redefinition of unused 'CaselessLiteral' from line 207
./usr/share/pyshared/networkx/readwrite/gml.py:214: redefinition of unused 'Word' from line 207
./usr/share/pyshared/networkx/readwrite/gml.py:214: redefinition of unused 'Forward' from line 207
./usr/share/pyshared/networkx/readwrite/gml.py:214: redefinition of unused 'ZeroOrMore' from line 207
./usr/share/pyshared/networkx/readwrite/gml.py:214: redefinition of unused 'Group' from line 207
./usr/share/pyshared/networkx/readwrite/gml.py:214: redefinition of unused 'Dict' from line 207
./usr/share/pyshared/networkx/readwrite/gml.py:214: redefinition of unused 'Optional' from line 207
./usr/share/pyshared/networkx/readwrite/gml.py:214: redefinition of unused 'Combine' from line 207
./usr/share/pyshared/networkx/readwrite/gml.py:214: redefinition of unused 'ParseException' from line 207
./usr/share/pyshared/networkx/readwrite/gml.py:214: redefinition of unused 'restOfLine' from line 207
./usr/share/pyshared/networkx/readwrite/gml.py:214: redefinition of unused 'White' from line 207
./usr/share/pyshared/networkx/readwrite/gml.py:214: redefinition of unused 'alphas' from line 207
./usr/share/pyshared/networkx/readwrite/gml.py:214: redefinition of unused 'alphanums' from line 207
./usr/share/pyshared/networkx/readwrite/gml.py:214: redefinition of unused 'nums' from line 207
./usr/share/pyshared/networkx/readwrite/gml.py:214: redefinition of unused 'OneOrMore' from line 207
./usr/share/pyshared/networkx/readwrite/gml.py:214: redefinition of unused 'quotedString' from line 207
./usr/share/pyshared/networkx/readwrite/gml.py:214: redefinition of unused 'removeQuotes' from line 207
./usr/share/pyshared/networkx/readwrite/gml.py:214: redefinition of unused 'dblQuotedString' from line 207
./usr/share/pyshared/networkx/readwrite/gml.py:214: redefinition of unused 'Regex' from line 207
./usr/share/pyshared/networkx/readwrite/gml.py:214: 'White' imported but unused
./usr/share/pyshared/networkx/readwrite/gml.py:214: 'CaselessLiteral' imported but unused
./usr/share/pyshared/networkx/readwrite/gml.py:214: 'quotedString' imported but unused
./usr/share/pyshared/networkx/readwrite/gml.py:214: 'ParseException' imported but unused
./usr/share/pyshared/networkx/readwrite/gml.py:214: 'Combine' imported but unused
./usr/share/pyshared/networkx/readwrite/gml.py:292: local variable 'graph_attr' is assigned to but never used
./usr/share/pyshared/networkx/readwrite/gml.py:296: local variable 'node_attr' is assigned to but never used
./usr/share/pyshared/networkx/readwrite/gml.py:403: 'pyparsing' imported but unused
./usr/share/pyshared/networkx/readwrite/gml.py:406: 'matplotlib' imported but unused
./usr/share/pyshared/networkx/readwrite/gexf.py:205: 'xml' imported but unused
./usr/share/pyshared/networkx/readwrite/gexf.py:480: 'xml' imported but unused
./usr/share/pyshared/networkx/readwrite/gexf.py:805: 'xml' imported but unused
./usr/share/pyshared/networkx/readwrite/graphml.py:179: 'xml' imported but unused
./usr/share/pyshared/networkx/readwrite/graphml.py:327: 'xml' imported but unused
./usr/share/pyshared/networkx/readwrite/graphml.py:471: 'xml' imported but unused
./usr/share/pyshared/networkx/readwrite/pajek.py:161: local variable 'directed' is assigned to but never used
./usr/share/pyshared/networkx/readwrite/pajek.py:210: local variable 'multigraph' is assigned to but never used
./usr/share/pyshared/networkx/readwrite/adjlist.py:40: 'is_string_like' imported but unused
./usr/share/pyshared/networkx/readwrite/gpickle.py:33: 'nx' imported but unused
./usr/share/pyshared/networkx/readwrite/gpickle.py:34: 'is_string_like' imported but unused
./usr/share/pyshared/networkx/readwrite/gpickle.py:39: redefinition of unused 'pickle' from line 37
./usr/share/pyshared/networkx/readwrite/nx_shp.py:102: 'ogr' imported but unused
./usr/share/pyshared/networkx/readwrite/__init__.py:5: 'from networkx.readwrite.adjlist import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/__init__.py:6: 'from networkx.readwrite.multiline_adjlist import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/__init__.py:7: 'from networkx.readwrite.edgelist import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/__init__.py:8: 'from networkx.readwrite.gpickle import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/__init__.py:9: 'from networkx.readwrite.pajek import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/__init__.py:10: 'from networkx.readwrite.leda import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/__init__.py:11: 'from networkx.readwrite.sparsegraph6 import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/__init__.py:12: 'from networkx.readwrite.nx_yaml import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/__init__.py:13: 'from networkx.readwrite.gml import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/__init__.py:14: 'from networkx.readwrite.graphml import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/__init__.py:15: 'from networkx.readwrite.gexf import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/__init__.py:16: 'from networkx.readwrite.nx_shp import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/nx_yaml.py:26: 'nx' imported but unused
./usr/share/pyshared/networkx/readwrite/nx_yaml.py:105: 'yaml' imported but unused
./usr/share/pyshared/networkx/readwrite/edgelist.py:44: 'is_string_like' imported but unused
./usr/share/pyshared/networkx/readwrite/sparsegraph6.py:31: 'NetworkXException' imported but unused
./usr/share/pyshared/networkx/readwrite/tests/test_leda.py:2: 'copy' imported but unused
./usr/share/pyshared/networkx/readwrite/tests/test_leda.py:3: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/tests/test_leda.py:30: local variable 'b' is assigned to but never used
./usr/share/pyshared/networkx/readwrite/tests/test_shp.py:5: 'shutil' imported but unused
./usr/share/pyshared/networkx/readwrite/tests/test_shp.py:16: 'ogr' imported but unused
./usr/share/pyshared/networkx/readwrite/tests/test_shp.py:21: undefined name 'ogr'
./usr/share/pyshared/networkx/readwrite/tests/test_shp.py:26: undefined name 'ogr'
./usr/share/pyshared/networkx/readwrite/tests/test_shp.py:33: undefined name 'ogr'
./usr/share/pyshared/networkx/readwrite/tests/test_shp.py:34: undefined name 'ogr'
./usr/share/pyshared/networkx/readwrite/tests/test_shp.py:34: undefined name 'ogr'
./usr/share/pyshared/networkx/readwrite/tests/test_pajek.py:6: 'assert_almost_equal' imported but unused
./usr/share/pyshared/networkx/readwrite/tests/test_pajek.py:7: 'from networkx import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/tests/test_gexf.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/tests/test_gexf.py:11: 'xml' imported but unused
./usr/share/pyshared/networkx/readwrite/tests/test_gexf.py:271: 'Element' imported but unused
./usr/share/pyshared/networkx/readwrite/tests/test_gexf.py:271: 'ET' imported but unused
./usr/share/pyshared/networkx/readwrite/tests/test_sparsegraph6.py:2: 'copy' imported but unused
./usr/share/pyshared/networkx/readwrite/tests/test_sparsegraph6.py:3: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/tests/test_sparsegraph6.py:21: local variable 'b' is assigned to but never used
./usr/share/pyshared/networkx/readwrite/tests/test_sparsegraph6.py:34: local variable 'b' is assigned to but never used
./usr/share/pyshared/networkx/readwrite/tests/test_sparsegraph6.py:65: local variable 'b' is assigned to but never used
./usr/share/pyshared/networkx/readwrite/tests/test_sparsegraph6.py:78: local variable 'b' is assigned to but never used
./usr/share/pyshared/networkx/readwrite/tests/test_adjlist.py:10: 'sys' imported but unused
./usr/share/pyshared/networkx/readwrite/tests/test_adjlist.py:73: local variable 'blurb' is assigned to but never used
./usr/share/pyshared/networkx/readwrite/tests/test_adjlist.py:119: local variable 'H2' is assigned to but never used
./usr/share/pyshared/networkx/readwrite/tests/test_adjlist.py:126: redefinition of function 'test_adjlist_digraph' from line 101
./usr/share/pyshared/networkx/readwrite/tests/test_adjlist.py:215: local variable 'H2' is assigned to but never used
./usr/share/pyshared/networkx/readwrite/tests/test_adjlist.py:222: redefinition of function 'test_multiline_adjlist_digraph' from line 197
./usr/share/pyshared/networkx/readwrite/tests/test_gml.py:3: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/tests/test_gml.py:15: redefinition of unused 'pyparsing' from line 12
./usr/share/pyshared/networkx/readwrite/tests/test_gml.py:15: 'pyparsing' imported but unused
./usr/share/pyshared/networkx/readwrite/tests/test_graphml.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/readwrite/tests/test_graphml.py:13: 'xml' imported but unused
./usr/share/pyshared/networkx/readwrite/tests/test_graphml.py:376: 'Element' imported but unused
./usr/share/pyshared/networkx/readwrite/tests/test_graphml.py:376: 'ET' imported but unused
./usr/share/pyshared/networkx/readwrite/tests/test_edgelist.py:142: local variable 'blurb' is assigned to but never used
./usr/share/pyshared/networkx/readwrite/tests/test_edgelist.py:189: local variable 'H2' is assigned to but never used
./usr/share/pyshared/networkx/readwrite/tests/test_edgelist.py:197: redefinition of function 'test_edgelist_digraph' from line 170
./usr/share/pyshared/networkx/readwrite/tests/test_yaml.py:7: 'assert_true' imported but unused
./usr/share/pyshared/networkx/readwrite/tests/test_yaml.py:16: 'yaml' imported but unused
./usr/share/pyshared/networkx/drawing/nx_agraph.py:39: 'is_string_like' imported but unused
./usr/share/pyshared/networkx/drawing/nx_agraph.py:39: '_get_fh' imported but unused
./usr/share/pyshared/networkx/drawing/nx_agraph.py:89: local variable 'node_attr' is assigned to but never used
./usr/share/pyshared/networkx/drawing/nx_agraph.py:100: undefined name 'key'
./usr/share/pyshared/networkx/drawing/nx_agraph.py:178: 'pygraphviz' imported but unused
./usr/share/pyshared/networkx/drawing/nx_agraph.py:318: 'pygraphviz' imported but unused
./usr/share/pyshared/networkx/drawing/nx_agraph.py:357: local variable 'added_edge' is assigned to but never used
./usr/share/pyshared/networkx/drawing/nx_agraph.py:358: local variable 'added_node' is assigned to but never used
./usr/share/pyshared/networkx/drawing/nx_agraph.py:359: local variable 'added_graph' is assigned to but never used
./usr/share/pyshared/networkx/drawing/nx_agraph.py:462: 'pygraphviz' imported but unused
./usr/share/pyshared/networkx/drawing/nx_pydot.py:29: 'sys' imported but unused
./usr/share/pyshared/networkx/drawing/nx_pydot.py:40: 'pydot' imported but unused
./usr/share/pyshared/networkx/drawing/nx_pydot.py:294: 'pydot' imported but unused
./usr/share/pyshared/networkx/drawing/nx_pylab.py:272: local variable 'node_collection' is assigned to but never used
./usr/share/pyshared/networkx/drawing/nx_pylab.py:273: local variable 'edge_collection' is assigned to but never used
./usr/share/pyshared/networkx/drawing/nx_pylab.py:907: 'pylab' imported but unused
./usr/share/pyshared/networkx/drawing/__init__.py:5: 'from nx_pylab import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/drawing/__init__.py:6: 'nx_pylab' imported but unused
./usr/share/pyshared/networkx/drawing/__init__.py:7: 'from layout import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/drawing/__init__.py:8: 'layout' imported but unused
./usr/share/pyshared/networkx/drawing/__init__.py:12: 'from nx_agraph import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/drawing/__init__.py:13: 'nx_agraph' imported but unused
./usr/share/pyshared/networkx/drawing/__init__.py:15: 'pydot' imported but unused
./usr/share/pyshared/networkx/drawing/__init__.py:16: 'nx_pydot' imported but unused
./usr/share/pyshared/networkx/drawing/__init__.py:17: 'from nx_pydot import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/drawing/__init__.py:22: 'pygraphviz' imported but unused
./usr/share/pyshared/networkx/drawing/__init__.py:23: 'from nx_agraph import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/drawing/layout.py:150: local variable 'nshells' is assigned to but never used
./usr/share/pyshared/networkx/drawing/layout.py:349: 'spdiags' imported but unused
./usr/share/pyshared/networkx/drawing/layout.py:520: undefined name 'np'
./usr/share/pyshared/networkx/drawing/layout.py:524: undefined name 'np'
./usr/share/pyshared/networkx/drawing/layout.py:527: undefined name 'np'
./usr/share/pyshared/networkx/drawing/layout.py:528: undefined name 'np'
./usr/share/pyshared/networkx/drawing/layout.py:549: 'numpy' imported but unused
./usr/share/pyshared/networkx/drawing/layout.py:553: 'scipy' imported but unused
./usr/share/pyshared/networkx/drawing/tests/test_pydot.py:5: 'sys' imported but unused
./usr/share/pyshared/networkx/drawing/tests/test_pydot.py:18: 'pydot' imported but unused
./usr/share/pyshared/networkx/drawing/tests/test_pydot.py:42: undefined name 'pydot'
./usr/share/pyshared/networkx/drawing/tests/test_pylab.py:5: 'sys' imported but unused
./usr/share/pyshared/networkx/drawing/tests/test_pylab.py:6: 'tempfile' imported but unused
./usr/share/pyshared/networkx/drawing/tests/test_pylab.py:9: 'assert_true' imported but unused
./usr/share/pyshared/networkx/drawing/tests/test_pylab.py:20: 'pylab' imported but unused
./usr/share/pyshared/networkx/drawing/tests/test_pylab.py:34: undefined name 'pylab'
./usr/share/pyshared/networkx/drawing/tests/test_pylab.py:36: undefined name 'pylab'
./usr/share/pyshared/networkx/drawing/tests/test_pylab.py:38: undefined name 'pylab'
./usr/share/pyshared/networkx/drawing/tests/test_pylab.py:40: undefined name 'pylab'
./usr/share/pyshared/networkx/drawing/tests/test_agraph.py:5: 'sys' imported but unused
./usr/share/pyshared/networkx/drawing/tests/test_agraph.py:18: 'pygraphviz' imported but unused
./usr/share/pyshared/networkx/drawing/tests/test_layout.py:5: 'os' imported but unused
./usr/share/pyshared/networkx/drawing/tests/test_layout.py:6: 'tempfile' imported but unused
./usr/share/pyshared/networkx/drawing/tests/test_layout.py:18: 'numpy' imported but unused
./usr/share/pyshared/networkx/drawing/tests/test_layout.py:38: local variable 'vpos' is assigned to but never used
./usr/share/pyshared/networkx/drawing/tests/test_layout.py:48: local variable 'vpos' is assigned to but never used
./usr/share/pyshared/networkx/drawing/tests/test_layout.py:59: 'scipy' imported but unused
./usr/share/pyshared/networkx/algorithms/cluster.py:15: 'nx' imported but unused
./usr/share/pyshared/networkx/algorithms/clique.py:272: local variable 'size' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/isolate.py:16: 'nx' imported but unused
./usr/share/pyshared/networkx/algorithms/vitality.py:71: local variable 'nodes' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/__init__.py:1: 'from networkx.algorithms.bipartite import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:2: 'from networkx.algorithms.block import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:3: 'from networkx.algorithms.boundary import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:4: 'from networkx.algorithms.centrality import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:5: 'from networkx.algorithms.cluster import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:6: 'from networkx.algorithms.clique import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:7: 'from networkx.algorithms.components import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:8: 'from networkx.algorithms.core import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:9: 'from networkx.algorithms.cycles import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:10: 'from networkx.algorithms.dag import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:11: 'from networkx.algorithms.distance_measures import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:12: 'from networkx.algorithms.flow import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:13: 'from networkx.algorithms.isomorphism import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:14: 'from networkx.algorithms.matching import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:15: 'from networkx.algorithms.mixing import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:16: 'from networkx.algorithms.mst import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:17: 'from networkx.algorithms.link_analysis import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:18: 'from networkx.algorithms.operators import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:19: 'from networkx.algorithms.shortest_paths import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:20: 'from networkx.algorithms.smetric import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:21: 'from networkx.algorithms.traversal import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:22: 'from networkx.algorithms.isolate import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:23: 'from networkx.algorithms.euler import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:24: 'from networkx.algorithms.vitality import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:25: 'from networkx.algorithms.chordal import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:26: 'from networkx.algorithms.richclub import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/__init__.py:38: 'networkx' imported but unused
./usr/share/pyshared/networkx/algorithms/cycles.py:201: local variable 'dummy' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/mixing.py:18: 'nx' imported but unused
./usr/share/pyshared/networkx/algorithms/mixing.py:287: local variable 'rmin' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/mixing.py:414: redefinition of unused 'nx' from line 18
./usr/share/pyshared/networkx/algorithms/mixing.py:538: 'numpy' imported but unused
./usr/share/pyshared/networkx/algorithms/mixing.py:542: 'scipy' imported but unused
./usr/share/pyshared/networkx/algorithms/matching.py:349: undefined name 'mybestslack'
./usr/share/pyshared/networkx/algorithms/matching.py:351: local variable 'mybestslack' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/mst.py:73: undefined name 'NetworkXError'
./usr/share/pyshared/networkx/algorithms/mst.py:179: undefined name 'NetworkXError'
./usr/share/pyshared/networkx/algorithms/chordal/__init__.py:1: 'from networkx.algorithms.chordal.chordal_alg import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/traversal/__init__.py:2: 'from networkx.algorithms.traversal.depth_first_search import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/traversal/__init__.py:3: 'networkx' imported but unused
./usr/share/pyshared/networkx/algorithms/traversal/__init__.py:4: 'from networkx.algorithms.traversal.breadth_first_search import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/traversal/depth_first_search.py:20: 'chain' imported but unused
./usr/share/pyshared/networkx/algorithms/traversal/tests/test_dfs.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/traversal/tests/test_bfs.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/isomorphism/isomorph.py:15: 'NetworkXException' imported but unused
./usr/share/pyshared/networkx/algorithms/isomorphism/isomorphvf2.py:141: 'nx' imported but unused
./usr/share/pyshared/networkx/algorithms/isomorphism/isomorphvf2.py:280: local variable 'x' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/isomorphism/isomorphvf2.py:358: local variable 'x' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/isomorphism/__init__.py:2: 'networkx' imported but unused
./usr/share/pyshared/networkx/algorithms/isomorphism/__init__.py:3: 'from networkx.algorithms.isomorphism.isomorph import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/isomorphism/__init__.py:4: 'GraphMatcher' imported but unused
./usr/share/pyshared/networkx/algorithms/isomorphism/__init__.py:4: 'DiGraphMatcher' imported but unused
./usr/share/pyshared/networkx/algorithms/isomorphism/__init__.py:5: 'from networkx.algorithms.isomorphism.vf2weighted import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/isomorphism/vf2weighted.py:5: 'copy' imported but unused
./usr/share/pyshared/networkx/algorithms/isomorphism/vf2weighted.py:7: 'nx' imported but unused
./usr/share/pyshared/networkx/algorithms/isomorphism/vf2weighted.py:8: 'GMState' imported but unused
./usr/share/pyshared/networkx/algorithms/isomorphism/vf2weighted.py:8: 'DiGMState' imported but unused
./usr/share/pyshared/networkx/algorithms/isomorphism/tests/test_isomorphism.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/flow/__init__.py:1: 'from networkx.algorithms.flow.maxflow import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/flow/__init__.py:2: 'from networkx.algorithms.flow.mincost import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/flow/tests/test_maxflow.py:14: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/flow/tests/test_maxflow_large_graph.py:14: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/components/__init__.py:1: 'from networkx.algorithms.components.connected import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/components/__init__.py:2: 'from networkx.algorithms.components.strongly_connected import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/components/__init__.py:3: 'from networkx.algorithms.components.weakly_connected import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/components/__init__.py:4: 'from networkx.algorithms.components.attracting import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/components/connected.py:22: 'defaultdict' imported but unused
./usr/share/pyshared/networkx/algorithms/components/tests/test_connected.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/components/tests/test_strongly_connected.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/components/tests/test_strongly_connected.py:58: local variable 'ncc' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/components/tests/test_weakly_connected.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/components/tests/test_attracting.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/current_flow_closeness.py:65: 'np' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/current_flow_closeness.py:83: local variable 'Cv' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/centrality/current_flow_closeness.py:118: 'numpy' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/eigenvector.py:173: 'pyparsing' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/current_flow_betweenness_subset.py:241: 'numpy' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/betweenness.py:19: 'nx' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/__init__.py:1: 'from networkx.algorithms.centrality.betweenness import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/__init__.py:2: 'from networkx.algorithms.centrality.betweenness_subset import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/__init__.py:3: 'from networkx.algorithms.centrality.closeness import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/__init__.py:4: 'from networkx.algorithms.centrality.current_flow_closeness import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/__init__.py:5: 'from networkx.algorithms.centrality.current_flow_betweenness import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/__init__.py:6: 'from networkx.algorithms.centrality.current_flow_betweenness_subset import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/__init__.py:7: 'from networkx.algorithms.centrality.degree_alg import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/__init__.py:8: 'from networkx.algorithms.centrality.eigenvector import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/__init__.py:9: 'from networkx.algorithms.centrality.load import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/__init__.py:16: 'networkx' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/load.py:18: 'heapq' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/current_flow_betweenness.py:68: 'np' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/current_flow_betweenness.py:148: 'np' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/current_flow_betweenness.py:223: 'numpy' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/betweenness_subset.py:17: 'nx' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_load_centrality.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py:14: 'np' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py:73: 'np' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py:85: redefinition of function 'test_K4_normalized' from line 77
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_betweenness_centrality.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py:17: 'np' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py:92: 'np' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py:104: redefinition of function 'test_K4_normalized' from line 96
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_current_flow_closeness.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_current_flow_closeness.py:11: 'np' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py:4: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py:12: 'np' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py:42: 'np' imported but unused
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py:59: local variable 'H' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_closeness_centrality.py:4: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/centrality/tests/test_degree_centrality.py:5: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/shortest_paths/weighted.py:196: undefined name 'NetworkXException'
./usr/share/pyshared/networkx/algorithms/shortest_paths/weighted.py:230: undefined name 'finaldist'
./usr/share/pyshared/networkx/algorithms/shortest_paths/weighted.py:260: undefined name 'finaldist'
./usr/share/pyshared/networkx/algorithms/shortest_paths/weighted.py:261: local variable 'finaldist' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/shortest_paths/__init__.py:1: 'from networkx.algorithms.shortest_paths.generic import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/shortest_paths/__init__.py:2: 'from networkx.algorithms.shortest_paths.unweighted import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/shortest_paths/__init__.py:3: 'from networkx.algorithms.shortest_paths.weighted import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/shortest_paths/__init__.py:4: 'from networkx.algorithms.shortest_paths.astar import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/shortest_paths/__init__.py:5: 'from networkx.algorithms.shortest_paths.dense import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/shortest_paths/unweighted.py:164: undefined name 'NetworkXException'
./usr/share/pyshared/networkx/algorithms/shortest_paths/dense.py:147: 'numpy' imported but unused
./usr/share/pyshared/networkx/algorithms/shortest_paths/tests/test_weighted.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/shortest_paths/tests/test_weighted.py:4: 'random' imported but unused
./usr/share/pyshared/networkx/algorithms/shortest_paths/tests/test_weighted.py:4: 'choice' imported but unused
./usr/share/pyshared/networkx/algorithms/shortest_paths/tests/test_unweighted.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/shortest_paths/tests/test_unweighted.py:4: 'random' imported but unused
./usr/share/pyshared/networkx/algorithms/shortest_paths/tests/test_unweighted.py:4: 'choice' imported but unused
./usr/share/pyshared/networkx/algorithms/shortest_paths/tests/test_dense.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/shortest_paths/tests/test_dense.py:70: 'numpy' imported but unused
./usr/share/pyshared/networkx/algorithms/shortest_paths/tests/test_dense.py:84: redefinition of unused 'numpy' from line 79
./usr/share/pyshared/networkx/algorithms/shortest_paths/tests/test_dense.py:84: 'numpy' imported but unused
./usr/share/pyshared/networkx/algorithms/shortest_paths/tests/test_dense.py:94: redefinition of function 'test_weighted_numpy' from line 77
./usr/share/pyshared/networkx/algorithms/shortest_paths/tests/test_dense.py:96: 'numpy' imported but unused
./usr/share/pyshared/networkx/algorithms/shortest_paths/tests/test_astar.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/shortest_paths/tests/test_generic.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/shortest_paths/tests/test_generic.py:4: 'random' imported but unused
./usr/share/pyshared/networkx/algorithms/shortest_paths/tests/test_generic.py:4: 'choice' imported but unused
./usr/share/pyshared/networkx/algorithms/link_analysis/pagerank_alg.py:372: 'numpy' imported but unused
./usr/share/pyshared/networkx/algorithms/link_analysis/pagerank_alg.py:376: 'scipy' imported but unused
./usr/share/pyshared/networkx/algorithms/link_analysis/hits_alg.py:83: undefined name 'x'
./usr/share/pyshared/networkx/algorithms/link_analysis/hits_alg.py:84: local variable 'nnodes' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/link_analysis/hits_alg.py:280: 'numpy' imported but unused
./usr/share/pyshared/networkx/algorithms/link_analysis/hits_alg.py:284: 'scipy' imported but unused
./usr/share/pyshared/networkx/algorithms/link_analysis/__init__.py:1: 'from networkx.algorithms.link_analysis.pagerank_alg import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/link_analysis/__init__.py:2: 'from networkx.algorithms.link_analysis.hits_alg import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/link_analysis/tests/test_pagerank.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/link_analysis/tests/test_pagerank.py:35: 'numpy' imported but unused
./usr/share/pyshared/networkx/algorithms/link_analysis/tests/test_pagerank.py:60: 'scipy' imported but unused
./usr/share/pyshared/networkx/algorithms/link_analysis/tests/test_hits.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/link_analysis/tests/test_hits.py:41: 'np' imported but unused
./usr/share/pyshared/networkx/algorithms/link_analysis/tests/test_hits.py:56: 'sp' imported but unused
./usr/share/pyshared/networkx/algorithms/tests/test_distance_measures.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/tests/test_cluster.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/tests/test_vitality.py:3: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/tests/test_cycles.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/tests/test_cycles.py:45: local variable 'c' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/tests/test_clique.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/tests/test_dag.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/tests/test_mixing_attributes.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/tests/test_mixing_attributes.py:118: 'np' imported but unused
./usr/share/pyshared/networkx/algorithms/tests/test_mixing_attributes.py:119: 'npt' imported but unused
./usr/share/pyshared/networkx/algorithms/tests/test_mixing_attributes.py:191: redefinition of function 'test_attribute_assortativity_coefficient' from line 182
./usr/share/pyshared/networkx/algorithms/tests/test_mixing_attributes.py:200: redefinition of function 'test_attribute_assortativity_coefficient' from line 191
./usr/share/pyshared/networkx/algorithms/tests/test_core.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/tests/test_core.py:49: local variable 'cores' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/tests/test_mixing_degree.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/tests/test_mixing_degree.py:3: 'nose' imported but unused
./usr/share/pyshared/networkx/algorithms/tests/test_mixing_degree.py:92: 'np' imported but unused
./usr/share/pyshared/networkx/algorithms/tests/test_mixing_degree.py:93: 'npt' imported but unused
./usr/share/pyshared/networkx/algorithms/tests/test_mixing_degree.py:174: 'np' imported but unused
./usr/share/pyshared/networkx/algorithms/tests/test_mixing_degree.py:175: 'npt' imported but unused
./usr/share/pyshared/networkx/algorithms/tests/test_mixing_degree.py:179: 'scipy' imported but unused
./usr/share/pyshared/networkx/algorithms/tests/test_block.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/tests/test_boundary.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/tests/test_euler.py:4: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/tests/test_mst.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/tests/test_bipartite.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/tests/test_richclub.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/tests/test_operators.py:2: 'tempfile' imported but unused
./usr/share/pyshared/networkx/algorithms/tests/test_operators.py:2: 'os' imported but unused
./usr/share/pyshared/networkx/algorithms/tests/test_operators.py:3: 'SkipTest' imported but unused
./usr/share/pyshared/networkx/algorithms/tests/test_operators.py:7: 'from networkx import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/algorithms/tests/test_operators.py:249: local variable 'empty1' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/tests/test_operators.py:250: local variable 'empty10' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/tests/test_operators.py:253: local variable 'K10' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/tests/test_operators.py:254: local variable 'P2' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/tests/test_operators.py:256: local variable 'P5' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/tests/test_operators.py:257: local variable 'P10' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/tests/test_operators.py:287: local variable 'empty1' is assigned to but never used
./usr/share/pyshared/networkx/algorithms/tests/test_matching.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/small.py:38: 'nx' imported but unused
./usr/share/pyshared/networkx/generators/degree_seq.py:33: 'networkx' imported but unused
./usr/share/pyshared/networkx/generators/degree_seq.py:746: local variable 'ideg' is assigned to but never used
./usr/share/pyshared/networkx/generators/degree_seq.py:1018: local variable 'ddict' is assigned to but never used
./usr/share/pyshared/networkx/generators/degree_seq.py:1020: local variable 'G' is assigned to but never used
./usr/share/pyshared/networkx/generators/directed.py:20: 'math' imported but unused
./usr/share/pyshared/networkx/generators/directed.py:24: 'cycle_graph' imported but unused
./usr/share/pyshared/networkx/generators/directed.py:25: 'MultiDiGraph' imported but unused
./usr/share/pyshared/networkx/generators/bipartite.py:23: 'sys' imported but unused
./usr/share/pyshared/networkx/generators/__init__.py:5: 'from networkx.generators.atlas import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/__init__.py:6: 'from networkx.generators.bipartite import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/__init__.py:7: 'from networkx.generators.classic import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/__init__.py:8: 'from networkx.generators.degree_seq import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/__init__.py:9: 'from networkx.generators.directed import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/__init__.py:10: 'from networkx.generators.ego import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/__init__.py:11: 'from networkx.generators.geometric import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/__init__.py:12: 'from networkx.generators.hybrid import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/__init__.py:13: 'from networkx.generators.line import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/__init__.py:14: 'from networkx.generators.random_graphs import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/__init__.py:15: 'from networkx.generators.small import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/__init__.py:16: 'from networkx.generators.stochastic import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/__init__.py:17: 'from networkx.generators.threshold import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/threshold.py:411: undefined name 'prevsym'
./usr/share/pyshared/networkx/generators/threshold.py:419: local variable 'prevsym' is assigned to but never used
./usr/share/pyshared/networkx/generators/threshold.py:475: local variable 'rd' is assigned to but never used
./usr/share/pyshared/networkx/generators/tests/test_hybrid.py:1: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/tests/test_geometric.py:3: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/tests/test_geometric.py:4: 'from networkx import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/tests/test_geometric.py:5: 'from networkx.generators.geometric import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/tests/test_geometric.py:13: local variable 'G' is assigned to but never used
./usr/share/pyshared/networkx/generators/tests/test_degree_seq.py:2: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/tests/test_degree_seq.py:4: 'from networkx import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/tests/test_degree_seq.py:5: 'from networkx.generators.degree_seq import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/tests/test_degree_seq.py:6: 'graph_could_be_isomorphic' imported but unused
./usr/share/pyshared/networkx/generators/tests/test_degree_seq.py:86: local variable 'G' is assigned to but never used
./usr/share/pyshared/networkx/generators/tests/test_degree_seq.py:126: local variable 'G' is assigned to but never used
./usr/share/pyshared/networkx/generators/tests/test_atlas.py:1: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/tests/test_atlas.py:32: redefinition of function 'test_monotone_nodes' from line 25
./usr/share/pyshared/networkx/generators/tests/test_line.py:8: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/tests/test_classic.py:9: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/tests/test_classic.py:10: 'from networkx import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/tests/test_random_graphs.py:3: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/tests/test_random_graphs.py:4: 'from networkx import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/tests/test_random_graphs.py:5: 'from networkx.generators.random_graphs import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/tests/test_small.py:3: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/tests/test_small.py:4: 'from networkx import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/tests/test_threshold.py:7: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/tests/test_threshold.py:12: 'string' imported but unused
./usr/share/pyshared/networkx/generators/tests/test_threshold.py:152: local variable 's1' is assigned to but never used
./usr/share/pyshared/networkx/generators/tests/test_bipartite.py:3: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/tests/test_bipartite.py:4: 'from networkx import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/tests/test_bipartite.py:5: 'from networkx.generators.bipartite import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/tests/test_bipartite.py:139: local variable 'G' is assigned to but never used
./usr/share/pyshared/networkx/generators/tests/test_directed.py:7: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/tests/test_directed.py:8: 'from networkx import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/tests/test_directed.py:9: 'from networkx.generators.directed import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/generators/tests/test_directed.py:16: local variable 'G' is assigned to but never used
./usr/share/pyshared/networkx/tests/test_utils.py:1: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/tests/test_utils.py:3: 'from networkx.utils import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/tests/test_utils.py:33: local variable 'z' is assigned to but never used
./usr/share/pyshared/networkx/tests/test_convert_scipy.py:2: 'tempfile' imported but unused
./usr/share/pyshared/networkx/tests/test_convert_scipy.py:2: 'os' imported but unused
./usr/share/pyshared/networkx/tests/test_convert_scipy.py:4: 'assert_false' imported but unused
./usr/share/pyshared/networkx/tests/test_convert_scipy.py:14: 'np' imported but unused
./usr/share/pyshared/networkx/tests/test_convert_scipy.py:15: 'sp' imported but unused
./usr/share/pyshared/networkx/tests/test_convert_scipy.py:16: 'sparse' imported but unused
./usr/share/pyshared/networkx/tests/test_convert_scipy.py:73: undefined name 'sp'
./usr/share/pyshared/networkx/tests/test_convert.py:7: 'from nose.tools import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/tests/test_convert.py:8: 'from networkx import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/tests/test_convert.py:9: 'from networkx.convert import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/tests/test_convert.py:10: 'from networkx.algorithms.operators import *' used; unable to detect undefined names
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:2: 'tempfile' imported but unused
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:2: 'os' imported but unused
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:4: 'assert_false' imported but unused
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:14: 'np' imported but unused
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:49: undefined name 'np'
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:60: undefined name 'np'
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:71: undefined name 'np'
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:82: undefined name 'np'
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:93: undefined name 'np'
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:110: undefined name 'np'
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:114: undefined name 'np'
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:114: undefined name 'np'
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:118: undefined name 'np'
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:118: undefined name 'np'
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:122: undefined name 'np'
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:122: undefined name 'np'
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:126: undefined name 'np'
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:126: undefined name 'np'
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:130: undefined name 'np'
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:130: undefined name 'np'
./usr/share/pyshared/networkx/tests/test_convert_numpy.py:135: undefined name 'np'
./usr/share/doc/python-networkx/examples/advanced/iterated_dynamical_systems.py:84: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/advanced/iterated_dynamical_systems.py:85: 'from math import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/advanced/eigenvalues.py:19: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/advanced/eigenvalues.py:27: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/subclass/printgraph.py:16: 'NetworkXException' imported but unused
./usr/share/doc/python-networkx/examples/subclass/printgraph.py:16: 'NetworkXError' imported but unused
./usr/share/doc/python-networkx/examples/subclass/printgraph.py:17: 'convert' imported but unused
./usr/share/doc/python-networkx/examples/subclass/printgraph.py:47: local variable 'adj' is assigned to but never used
./usr/share/doc/python-networkx/examples/drawing/degree_histogram.py:11: 'matplotlib' imported but unused
./usr/share/doc/python-networkx/examples/drawing/circular_tree.py:5: 'graphviz_layout' imported but unused
./usr/share/doc/python-networkx/examples/drawing/lanl_routes.py:47: 'math' imported but unused
./usr/share/doc/python-networkx/examples/drawing/lanl_routes.py:49: 'graphviz_layout' imported but unused
./usr/share/doc/python-networkx/examples/drawing/giant_component.py:25: 'graphviz_layout' imported but unused
./usr/share/doc/python-networkx/examples/drawing/chess_masters.py:71: redefinition of unused 'nx' from line 32
./usr/share/doc/python-networkx/examples/drawing/knuth_miles.py:55: undefined name 'city'
./usr/share/doc/python-networkx/examples/drawing/knuth_miles.py:55: undefined name 'i'
./usr/share/doc/python-networkx/examples/drawing/knuth_miles.py:56: undefined name 'i'
./usr/share/doc/python-networkx/examples/drawing/knuth_miles.py:58: local variable 'i' is assigned to but never used
./usr/share/doc/python-networkx/examples/drawing/knuth_miles.py:71: redefinition of unused 'nx' from line 29
./usr/share/doc/python-networkx/examples/drawing/knuth_miles.py:73: 'sys' imported but unused
./usr/share/doc/python-networkx/examples/drawing/atlas.py:57: redefinition of unused 'nx' from line 14
./usr/share/doc/python-networkx/examples/drawing/atlas.py:67: 'graphviz_layout' imported but unused
./usr/share/doc/python-networkx/examples/basic/properties.py:12: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/basic/read_write.py:13: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/algorithms/krackhardt_centrality.py:16: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/algorithms/davis_club.py:27: 'string' imported but unused
./usr/share/doc/python-networkx/examples/graph/napoleon_russian_campaign.py:15: 'string' imported but unused
./usr/share/doc/python-networkx/examples/graph/football.py:21: 'pyparsing' imported but unused
./usr/share/doc/python-networkx/examples/graph/football.py:25: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/graph/football.py:32: redefinition of unused 'urllib' from line 30
./usr/share/doc/python-networkx/examples/graph/karate_club.py:25: 'string' imported but unused
./usr/share/doc/python-networkx/examples/graph/roget.py:35: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/graph/roget.py:56: local variable 'oldline' is assigned to but never used
./usr/share/doc/python-networkx/examples/graph/roget.py:75: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/graph/erdos_renyi.py:20: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/graph/atlas2.py:19: 'from networkx.generators.atlas import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/graph/atlas2.py:20: 'from pygraphviz import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/graph/words.py:62: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/graph/expected_degree_sequence.py:13: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/graph/expected_degree_sequence.py:14: 'from networkx.generators.degree_seq import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/graph/degree_sequence.py:16: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/graph/degree_sequence.py:17: 'from networkx.generators.degree_seq import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/graph/knuth_miles.py:55: undefined name 'city'
./usr/share/doc/python-networkx/examples/graph/knuth_miles.py:55: undefined name 'i'
./usr/share/doc/python-networkx/examples/graph/knuth_miles.py:56: undefined name 'i'
./usr/share/doc/python-networkx/examples/graph/knuth_miles.py:58: local variable 'i' is assigned to but never used
./usr/share/doc/python-networkx/examples/graph/knuth_miles.py:71: redefinition of unused 'nx' from line 29
./usr/share/doc/python-networkx/examples/graph/knuth_miles.py:73: 'sys' imported but unused
./usr/share/doc/python-networkx/examples/graph/atlas.py:57: redefinition of unused 'nx' from line 14
./usr/share/doc/python-networkx/examples/graph/atlas.py:67: 'graphviz_layout' imported but unused
./usr/share/doc/python-networkx/examples/multigraph/chess_masters.py:71: redefinition of unused 'nx' from line 32
./usr/share/doc/python-networkx/examples/pygraphviz/pygraphviz_draw.py:19: 'from networkx import *' used; unable to detect undefined names
./usr/share/doc/python-networkx/examples/pygraphviz/pygraphviz_simple.py:19: 'from networkx import *' used; unable to detect undefined names

This report was generated on Fri, 10 Jun 2011 06:44:21 +0000, based on results by pyflakes 0.4.0-1