rosdoc: trying using package keys instead

This commit is contained in:
Ken Conley 2009-09-23 17:53:15 +00:00
parent ee8e0932fc
commit c20f6389f8
1 changed files with 2 additions and 2 deletions

View File

@ -95,8 +95,8 @@ def generate_links(ctx, package, base_dir, rd_configs):
def generate_landing_page(ctx):
success = []
template = load_tmpl('landing.template')
print "landing_page: packages are", ctx.packages
for package, path in ctx.packages.iteritems():
print "landing_page: packages are", ctx.keys()
for package in ctx.packages.iterkeys():
print "landing page", package
try:
if package in ctx.doc_packages and ctx.should_document(package) and \