~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to generated_docs.py

  • Committer: James Blackwell
  • Date: 2005-12-11 23:53: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-20051211235309-bbaa35713c759536
Hacked up ndim's code

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
 
53
53
import sys
54
 
import bzrinfogen
 
54
import doc_generate
55
55
 
56
56
 
57
57
def main(argv):
73
73
        parser.error("incorrect number of arguments")
74
74
 
75
75
    infogen_type = args[1]
76
 
    infogen_mod = bzrinfogen.get_infogen_mod(infogen_type)
 
76
    infogen_mod = bzrinfogen.generate(infogen_type)
77
77
 
78
78
    if options.filename:
79
79
        outfilename = options.filename