# HG changeset patch # User Jeff Hammel # Date 1294795347 28800 # Node ID 550f9081664a75def940cb15a9db948e6489f03e # Parent 1661f5bb52507bc42b384126ed6794bdf44d59b9 move docstring to the top diff -r 1661f5bb5250 -r 550f9081664a autobot/process/factory.py --- a/autobot/process/factory.py Tue Jan 11 17:21:58 2011 -0800 +++ b/autobot/process/factory.py Tue Jan 11 17:22:27 2011 -0800 @@ -1,13 +1,13 @@ +""" +generic factories +""" + from autobot.steps import CreateVirtualenv from buildbot.process.factory import BuildFactory from buildbot.steps.shell import SetProperty from buildbot.steps.shell import ShellCommand from buildbot.steps.shell import WithProperties -""" -generic factories -""" - def find(*args): """ returns a command to echo the found file cross-platform