From ec734026cc1ee5c5ffff437cb61fde84371e28c4 Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 1 Feb 2007 15:55:23 +0100 Subject: [PATCH] [svn r37738] Fixed problem probably caused by removing some comment or something... --HG-- branch : trunk --- py/apigen/apigen.py | 1 - 1 file changed, 1 deletion(-) diff --git a/py/apigen/apigen.py b/py/apigen/apigen.py index f0b35a246..70b9662a6 100644 --- a/py/apigen/apigen.py +++ b/py/apigen/apigen.py @@ -47,7 +47,6 @@ def build(pkgdir, dsa, capture): 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')