/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 bzrlib/hooks.py

  • Committer: Robert Collins
  • Date: 2009-03-10 05:14:31 UTC
  • mto: This revision was merged to the branch mainline in revision 4104.
  • Revision ID: robertc@robertcollins.net-20090310051431-ak48mkkj5xzf2m0p
White space difference-of-opinion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
 
138
138
    def __init__(self, name, doc, introduced, deprecated):
139
139
        """Create a HookPoint.
140
 
        
 
140
 
141
141
        :param name: The name of the hook, for clients to use when registering.
142
142
        :param doc: The docs for the hook.
143
143
        :param introduced: When the hook was introduced (e.g. (0, 15)).
153
153
 
154
154
    def docs(self):
155
155
        """Generate the documentation for this HookPoint.
156
 
        
 
156
 
157
157
        :return: A string terminated in \n.
158
158
        """
159
159
        strings = []