[py-svn] r45538 - py/trunk/py
hpk at codespeak.net
hpk at codespeak.net
Tue Aug 7 18:59:10 CEST 2007
Author: hpk
Date: Tue Aug 7 18:59:09 2007
New Revision: 45538
Modified:
py/trunk/py/__init__.py
Log:
not exported
Modified: py/trunk/py/__init__.py
==============================================================================
--- py/trunk/py/__init__.py (original)
+++ py/trunk/py/__init__.py Tue Aug 7 18:59:09 2007
@@ -31,7 +31,6 @@
'test.skip' : ('./test/item.py', 'skip'),
'test.fail' : ('./test/item.py', 'fail'),
'test.exit' : ('./test/session.py', 'exit'),
- 'test.pdb' : ('./test/pdbplus.py', 'start_pdb'),
# configuration/initialization related test api
'test.config' : ('./test/config.py', 'config_per_process'),
More information about the py-svn
mailing list