/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to generated_docs.py

  • Committer: James Blackwell
  • Date: 2005-12-12 00:15:09 UTC
  • mto: (1185.50.63 bzr-jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1554.
  • Revision ID: jblack@pluto-20051212001509-a28b6c6e9618d973
Fixing up autodoc

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
        parser.error("incorrect number of arguments")
74
74
 
75
75
    infogen_type = args[1]
76
 
    infogen_mod = bzrinfogen.generate(infogen_type)
 
76
    infogen_mod = doc_generate.generate(infogen_type)
77
77
 
78
78
    if options.filename:
79
79
        outfilename = options.filename