[py-svn] r37738 - py/trunk/py/apigen

guido at codespeak.net guido at codespeak.net
Thu Feb 1 15:55:24 CET 2007


Author: guido
Date: Thu Feb  1 15:55:23 2007
New Revision: 37738

Modified:
   py/trunk/py/apigen/apigen.py
Log:
Fixed problem probably caused by removing some comment or something...


Modified: py/trunk/py/apigen/apigen.py
==============================================================================
--- py/trunk/py/apigen/apigen.py	(original)
+++ py/trunk/py/apigen/apigen.py	Thu Feb  1 15:55:23 2007
@@ -47,7 +47,6 @@
     apb.build_namespace_pages(ns_data, proj)
     capture.err.writeorg('building class pages\n')
     apb.build_class_pages(class_data, proj)
-    apb.build_method_pages(method_data, proj)
     capture.err.writeorg('building function pages\n')
     apb.build_function_pages(func_data, proj)
     capture.err.writeorg('building source pages\n')



More information about the pytest-commit mailing list