[svn r58021] regen setup

--HG--
branch : trunk
This commit is contained in:
hpk 2008-09-09 20:56:18 +02:00
parent 7dfc85b046
commit 71945dc1cc
2 changed files with 0 additions and 29 deletions

View File

@ -202,23 +202,6 @@ py/execnet/testing/__init__.py
py/execnet/testing/test_gateway.py
py/execnet/testing/test_pickle.py
py/execnet/testing/test_rsync.py
py/green/__init__.py
py/green/conftest.py
py/green/greenexecnet.py
py/green/greensock2.py
py/green/msgstruct.py
py/green/pipe/__init__.py
py/green/pipe/common.py
py/green/pipe/fd.py
py/green/pipe/gsocket.py
py/green/pipe/mp.py
py/green/pipelayer.py
py/green/server/__init__.py
py/green/server/httpserver.py
py/green/test/__init__.py
py/green/test/test_greenexecnet.py
py/green/test/test_greensock2.py
py/green/test/test_pipelayer.py
py/initpkg.py
py/io/__init__.py
py/io/dupfile.py
@ -354,7 +337,6 @@ py/test/dsession/hostmanage.py
py/test/dsession/masterslave.py
py/test/dsession/mypickle.py
py/test/dsession/testing/__init__.py
py/test/dsession/testing/basetest.py
py/test/dsession/testing/test_dsession.py
py/test/dsession/testing/test_functional_dsession.py
py/test/dsession/testing/test_hostmanage.py
@ -396,7 +378,6 @@ py/test/testing/import_test/package/absolute_import_shared_lib.py
py/test/testing/import_test/package/module_that_imports_shared_lib.py
py/test/testing/import_test/package/shared_lib.py
py/test/testing/import_test/package/test_import.py
py/test/testing/setupdata.py
py/test/testing/suptest.py
py/test/testing/test_collect.py
py/test/testing/test_compat.py
@ -406,14 +387,9 @@ py/test/testing/test_deprecated_api.py
py/test/testing/test_doctest.py
py/test/testing/test_event.py
py/test/testing/test_outcome.py
py/test/testing/test_repevent.py
py/test/testing/test_runner_functional.py
py/test/testing/test_session.py
py/test/testing/test_setup_nested.py
py/test/web/__init__.py
py/test/web/exception.py
py/test/web/post_multipart.py
py/test/web/webcheck.py
py/thread/__init__.py
py/thread/io.py
py/thread/pool.py

View File

@ -90,10 +90,6 @@ def main():
'py.execnet',
'py.execnet.script',
'py.execnet.testing',
'py.green',
'py.green.pipe',
'py.green.server',
'py.green.test',
'py.io',
'py.io.testing',
'py.log',
@ -124,7 +120,6 @@ def main():
'py.test.report.webdata',
'py.test.testing',
'py.test.testing.import_test.package',
'py.test.web',
'py.thread',
'py.thread.testing',
'py.tool',