[py-svn] r46771 - py/trunk/py

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Sep 20 17:20:46 CEST 2007


Author: cfbolz
Date: Thu Sep 20 17:20:45 2007
New Revision: 46771

Modified:
   py/trunk/py/__init__.py
Log:
remove nonsense __init__.py line -- belongs to the next checkin


Modified: py/trunk/py/__init__.py
==============================================================================
--- py/trunk/py/__init__.py	(original)
+++ py/trunk/py/__init__.py	Thu Sep 20 17:20:45 2007
@@ -33,7 +33,6 @@
     'test.exit'              : ('./test/session.py', 'exit'),
     'test.broken'            : ('./test/item.py', 'Broken'),
     'test.notimplemented'    : ('./test/item.py', '_NotImplemented'),
-    'test._pdb'              : ('./test/custompdb.py', 'set_trace'),
 
     # configuration/initialization related test api
     'test.config'            : ('./test/config.py', 'config_per_process'),


More information about the py-svn mailing list