~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/doc_generate/builders/texinfo.py

  • Committer: Martin Packman
  • Date: 2012-02-27 14:50:41 UTC
  • mfrom: (6437.23.17 2.5)
  • mto: This revision was merged to the branch mainline in revision 6477.
  • Revision ID: martin.packman@canonical.com-20120227145041-gc9wmhu97liqc9se
Merge 2.5 into bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
 
43
43
def setup(app):
44
 
    import pdb; pdb.set_trace()
45
44
    app.add_builder(TexinfoBuilder)