[py-svn] r35807 - py/dist/py

stephan at codespeak.net stephan at codespeak.net
Fri Dec 15 16:19:48 CET 2006


Author: stephan
Date: Fri Dec 15 16:19:47 2006
New Revision: 35807

Modified:
   py/dist/py/__init__.py
Log:
upps, forgot the changed py.__init__.py

Modified: py/dist/py/__init__.py
==============================================================================
--- py/dist/py/__init__.py	(original)
+++ py/dist/py/__init__.py	Fri Dec 15 16:19:47 2006
@@ -81,6 +81,7 @@
     'magic.autopath'         : ('./magic/autopath.py', 'autopath'),
     'magic.View'             : ('./magic/viewtype.py', 'View'),
     'magic.AssertionError'   : ('./magic/assertion.py', 'AssertionError'),
+    'magic.coroutine'         : ('./magic/coroutine.py', 'coroutine'),
 
     # python inspection/code-generation API
     'code.compile'           : ('./code/source.py', 'compile_'),


More information about the py-svn mailing list