~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/lsconf.py

  • Committer: Curtis Hovey
  • Date: 2008-05-27 15:20:12 UTC
  • mto: This revision was merged to the branch mainline in revision 6375.
  • Revision ID: curtis.hovey@canonical.com-20080527152012-hp203q04zn9638yi
Added the verbose and section_name params to the docstring.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
        Print the final state of configuration after all the conf files
60
60
        are loaded.
 
61
        
 
62
        :param verbose: If True, each key has a comment stating where it
 
63
            was defined.
 
64
        :param section_name: Only print the named section.
61
65
        """
62
66
        print '# This configuration derives from:'
63
67
        for config_data in self.config.overlays: