Skip to content

Commit

Permalink
Docs: add an 'import' in one spot to make the recipe easier to swallow
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredgrubb committed Mar 1, 2014
1 parent afbf5a9 commit 65e23b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions master/docs/manual/cfg-properties.rst
Expand Up @@ -269,6 +269,7 @@ While Interpolate can handle many simple cases, and even some common conditional
The ``renderer`` decorator creates a renderable object that will be replaced with the result of the function, called when the step it's passed to begins.
The function receives an :class:`~buildbot.interfaces.IProperties` object, which it can use to examine the values of any and all properties. For example::

from buildbot.process import properties
@properties.renderer
def makeCommand(props):
command = [ 'make' ]
Expand Down

0 comments on commit 65e23b2

Please sign in to comment.