~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testing/menu.py

  • Committer: Curtis Hovey
  • Date: 2009-11-11 22:17:17 UTC
  • mto: This revision was merged to the branch mainline in revision 9883.
  • Revision ID: curtis.hovey@canonical.com-20091111221717-8l2hwfi6idgolzl1
Updated the question index to follow the preferred layout for artefacts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
        except:
27
27
            is_sane_menu = False
28
28
            print 'Bad link %s: %s' % (link.name, url)
29
 
    print is_sane_menu
 
29
    return is_sane_menu