| Index: third_party/coverage-3.6/coverage.egg-info/SOURCES.txt
|
| diff --git a/third_party/coverage-3.6/coverage.egg-info/SOURCES.txt b/third_party/coverage-3.6/coverage.egg-info/SOURCES.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9810573e4487c7d8568198f9cfcb2dd56264db29
|
| --- /dev/null
|
| +++ b/third_party/coverage-3.6/coverage.egg-info/SOURCES.txt
|
| @@ -0,0 +1,237 @@
|
| +AUTHORS.txt
|
| +CHANGES.txt
|
| +MANIFEST.in
|
| +README.txt
|
| +igor.py
|
| +requirements.txt
|
| +setup.py
|
| +test_old.sh
|
| +tox.ini
|
| +coverage/__init__.py
|
| +coverage/__main__.py
|
| +coverage/annotate.py
|
| +coverage/backward.py
|
| +coverage/bytecode.py
|
| +coverage/cmdline.py
|
| +coverage/codeunit.py
|
| +coverage/collector.py
|
| +coverage/config.py
|
| +coverage/control.py
|
| +coverage/data.py
|
| +coverage/execfile.py
|
| +coverage/files.py
|
| +coverage/html.py
|
| +coverage/misc.py
|
| +coverage/parser.py
|
| +coverage/phystokens.py
|
| +coverage/report.py
|
| +coverage/results.py
|
| +coverage/summary.py
|
| +coverage/templite.py
|
| +coverage/tracer.c
|
| +coverage/version.py
|
| +coverage/xmlreport.py
|
| +coverage.egg-info/PKG-INFO
|
| +coverage.egg-info/SOURCES.txt
|
| +coverage.egg-info/dependency_links.txt
|
| +coverage.egg-info/entry_points.txt
|
| +coverage.egg-info/not-zip-safe
|
| +coverage.egg-info/top_level.txt
|
| +coverage/fullcoverage/encodings.py
|
| +coverage/htmlfiles/coverage_html.js
|
| +coverage/htmlfiles/index.html
|
| +coverage/htmlfiles/jquery-1.4.3.min.js
|
| +coverage/htmlfiles/jquery.hotkeys.js
|
| +coverage/htmlfiles/jquery.isonscreen.js
|
| +coverage/htmlfiles/jquery.tablesorter.min.js
|
| +coverage/htmlfiles/keybd_closed.png
|
| +coverage/htmlfiles/keybd_open.png
|
| +coverage/htmlfiles/pyfile.html
|
| +coverage/htmlfiles/style.css
|
| +doc/api.rst
|
| +doc/branch.rst
|
| +doc/changes.rst
|
| +doc/cmd.rst
|
| +doc/config.rst
|
| +doc/contributing.rst
|
| +doc/excluding.rst
|
| +doc/faq.rst
|
| +doc/index.rst
|
| +doc/install.rst
|
| +doc/source.rst
|
| +doc/subprocess.rst
|
| +doc/trouble.rst
|
| +test/__init__.py
|
| +test/backtest.py
|
| +test/backunittest.py
|
| +test/coveragetest.py
|
| +test/covmodzip1.py
|
| +test/osinfo.py
|
| +test/stress_phystoken.tok
|
| +test/stress_phystoken_dos.tok
|
| +test/test_api.py
|
| +test/test_arcs.py
|
| +test/test_cmdline.py
|
| +test/test_codeunit.py
|
| +test/test_config.py
|
| +test/test_coverage.py
|
| +test/test_data.py
|
| +test/test_execfile.py
|
| +test/test_farm.py
|
| +test/test_files.py
|
| +test/test_html.py
|
| +test/test_misc.py
|
| +test/test_oddball.py
|
| +test/test_parser.py
|
| +test/test_phystokens.py
|
| +test/test_process.py
|
| +test/test_results.py
|
| +test/test_summary.py
|
| +test/test_templite.py
|
| +test/test_testing.py
|
| +test/test_xml.py
|
| +test/try_execfile.py
|
| +test/eggsrc/setup.py
|
| +test/eggsrc/egg1/__init__.py
|
| +test/eggsrc/egg1/egg1.py
|
| +test/farm/annotate/annotate_dir.py
|
| +test/farm/annotate/run.py
|
| +test/farm/annotate/run_multi.py
|
| +test/farm/annotate/gold/white.py,cover
|
| +test/farm/annotate/gold_anno_dir/a___init__.py,cover
|
| +test/farm/annotate/gold_anno_dir/a_a.py,cover
|
| +test/farm/annotate/gold_anno_dir/b___init__.py,cover
|
| +test/farm/annotate/gold_anno_dir/b_b.py,cover
|
| +test/farm/annotate/gold_anno_dir/multi.py,cover
|
| +test/farm/annotate/gold_multi/multi.py,cover
|
| +test/farm/annotate/gold_multi/a/__init__.py,cover
|
| +test/farm/annotate/gold_multi/a/a.py,cover
|
| +test/farm/annotate/gold_multi/b/__init__.py,cover
|
| +test/farm/annotate/gold_multi/b/b.py,cover
|
| +test/farm/annotate/gold_v24/white.py,cover
|
| +test/farm/annotate/src/multi.py
|
| +test/farm/annotate/src/white.py
|
| +test/farm/annotate/src/a/__init__.py
|
| +test/farm/annotate/src/a/a.py
|
| +test/farm/annotate/src/b/__init__.py
|
| +test/farm/annotate/src/b/b.py
|
| +test/farm/html/run_a.py
|
| +test/farm/html/run_a_xml_1.py
|
| +test/farm/html/run_a_xml_2.py
|
| +test/farm/html/run_b_branch.py
|
| +test/farm/html/run_bom.py
|
| +test/farm/html/run_isolatin1.py
|
| +test/farm/html/run_omit_1.py
|
| +test/farm/html/run_omit_2.py
|
| +test/farm/html/run_omit_3.py
|
| +test/farm/html/run_omit_4.py
|
| +test/farm/html/run_omit_5.py
|
| +test/farm/html/run_other.py
|
| +test/farm/html/run_partial.py
|
| +test/farm/html/run_styled.py
|
| +test/farm/html/run_tabbed.py
|
| +test/farm/html/run_unicode.py
|
| +test/farm/html/run_y_xml_branch.py
|
| +test/farm/html/gold_a/a.html
|
| +test/farm/html/gold_a/index.html
|
| +test/farm/html/gold_b_branch/b.html
|
| +test/farm/html/gold_b_branch/index.html
|
| +test/farm/html/gold_bom/bom.html
|
| +test/farm/html/gold_bom/index.html
|
| +test/farm/html/gold_isolatin1/index.html
|
| +test/farm/html/gold_isolatin1/isolatin1.html
|
| +test/farm/html/gold_omit_1/index.html
|
| +test/farm/html/gold_omit_1/m1.html
|
| +test/farm/html/gold_omit_1/m2.html
|
| +test/farm/html/gold_omit_1/m3.html
|
| +test/farm/html/gold_omit_1/main.html
|
| +test/farm/html/gold_omit_2/index.html
|
| +test/farm/html/gold_omit_2/m2.html
|
| +test/farm/html/gold_omit_2/m3.html
|
| +test/farm/html/gold_omit_2/main.html
|
| +test/farm/html/gold_omit_3/index.html
|
| +test/farm/html/gold_omit_3/m3.html
|
| +test/farm/html/gold_omit_3/main.html
|
| +test/farm/html/gold_omit_4/index.html
|
| +test/farm/html/gold_omit_4/m1.html
|
| +test/farm/html/gold_omit_4/m3.html
|
| +test/farm/html/gold_omit_4/main.html
|
| +test/farm/html/gold_omit_5/index.html
|
| +test/farm/html/gold_omit_5/m1.html
|
| +test/farm/html/gold_omit_5/main.html
|
| +test/farm/html/gold_other/blah_blah_other.html
|
| +test/farm/html/gold_other/here.html
|
| +test/farm/html/gold_other/index.html
|
| +test/farm/html/gold_partial/index.html
|
| +test/farm/html/gold_partial/partial.html
|
| +test/farm/html/gold_styled/a.html
|
| +test/farm/html/gold_styled/extra.css
|
| +test/farm/html/gold_styled/index.html
|
| +test/farm/html/gold_styled/style.css
|
| +test/farm/html/gold_unicode/index.html
|
| +test/farm/html/gold_unicode/unicode.html
|
| +test/farm/html/gold_x_xml/coverage.xml
|
| +test/farm/html/gold_y_xml_branch/coverage.xml
|
| +test/farm/html/othersrc/other.py
|
| +test/farm/html/src/a.py
|
| +test/farm/html/src/b.py
|
| +test/farm/html/src/bom.py
|
| +test/farm/html/src/coverage.xml
|
| +test/farm/html/src/extra.css
|
| +test/farm/html/src/here.py
|
| +test/farm/html/src/isolatin1.py
|
| +test/farm/html/src/m1.py
|
| +test/farm/html/src/m2.py
|
| +test/farm/html/src/m3.py
|
| +test/farm/html/src/main.py
|
| +test/farm/html/src/omit4.ini
|
| +test/farm/html/src/omit5.ini
|
| +test/farm/html/src/partial.py
|
| +test/farm/html/src/run_a_xml_2.ini
|
| +test/farm/html/src/tabbed.py
|
| +test/farm/html/src/unicode.py
|
| +test/farm/html/src/y.py
|
| +test/farm/run/run_chdir.py
|
| +test/farm/run/run_timid.py
|
| +test/farm/run/run_xxx.py
|
| +test/farm/run/src/chdir.py
|
| +test/farm/run/src/showtrace.py
|
| +test/farm/run/src/xxx
|
| +test/farm/run/src/subdir/placeholder
|
| +test/js/index.html
|
| +test/js/tests.js
|
| +test/modules/covmod1.py
|
| +test/modules/runmod1.py
|
| +test/modules/usepkgs.py
|
| +test/modules/aa/__init__.py
|
| +test/modules/aa/afile.odd.py
|
| +test/modules/aa/afile.py
|
| +test/modules/aa/zfile.py
|
| +test/modules/aa/bb/__init__.py
|
| +test/modules/aa/bb/bfile.odd.py
|
| +test/modules/aa/bb/bfile.py
|
| +test/modules/aa/bb.odd/bfile.py
|
| +test/modules/aa/bb/cc/__init__.py
|
| +test/modules/aa/bb/cc/cfile.py
|
| +test/modules/pkg1/__init__.py
|
| +test/modules/pkg1/__main__.py
|
| +test/modules/pkg1/p1a.py
|
| +test/modules/pkg1/p1b.py
|
| +test/modules/pkg1/p1c.py
|
| +test/modules/pkg1/runmod2.py
|
| +test/modules/pkg1/sub/__init__.py
|
| +test/modules/pkg1/sub/__main__.py
|
| +test/modules/pkg1/sub/ps1a.py
|
| +test/modules/pkg1/sub/runmod3.py
|
| +test/modules/pkg2/__init__.py
|
| +test/modules/pkg2/p2a.py
|
| +test/modules/pkg2/p2b.py
|
| +test/moremodules/othermods/__init__.py
|
| +test/moremodules/othermods/othera.py
|
| +test/moremodules/othermods/otherb.py
|
| +test/moremodules/othermods/sub/__init__.py
|
| +test/moremodules/othermods/sub/osa.py
|
| +test/moremodules/othermods/sub/osb.py
|
| +test/qunit/jquery.tmpl.min.js
|
| +test/qunit/qunit.css
|
| +test/qunit/qunit.js
|
|
|