[py-svn] r13224 - py/dist/py

hpk at codespeak.net hpk at codespeak.net
Thu Jun 9 11:48:26 CEST 2005


Author: hpk
Date: Thu Jun  9 11:48:26 2005
New Revision: 13224

Modified:
   py/dist/py/__init__.py
Log:
forgot the __init__ export 


Modified: py/dist/py/__init__.py
==============================================================================
--- py/dist/py/__init__.py	(original)
+++ py/dist/py/__init__.py	Thu Jun  9 11:48:26 2005
@@ -98,4 +98,7 @@
     'xml.Tag'                : ('./xmlobj/xml.py', 'Tag'),
     'xml.Namespace'          : ('./xmlobj/xml.py', 'Namespace'),
     'xml.escape'             : ('./xmlobj/misc.py', 'escape'),
+
+    # trace 
+    'trace'                  : ('./misc/trace.py', 'trace'),
 })



More information about the pytest-commit mailing list