[py-svn] r36950 - py/dist/py/apigen

guido at codespeak.net guido at codespeak.net
Thu Jan 18 16:56:31 CET 2007


Author: guido
Date: Thu Jan 18 16:56:31 2007
New Revision: 36950

Modified:
   py/dist/py/apigen/linker.py
Log:
Oops, debug print.


Modified: py/dist/py/apigen/linker.py
==============================================================================
--- py/dist/py/apigen/linker.py	(original)
+++ py/dist/py/apigen/linker.py	Thu Jan 18 16:56:31 2007
@@ -20,8 +20,6 @@
         self._linkid2target = {}
 
     def get_lazyhref(self, linkid):
-        if linkid == '_thread.ThreadOut._get':
-            raise '_get'
         return LazyHref(self, linkid)
 
     def set_link(self, linkid, target):



More information about the pytest-commit mailing list