changeset 81:550f9081664a

move docstring to the top
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 11 Jan 2011 17:22:27 -0800
parents 1661f5bb5250
children eec994731866
files autobot/process/factory.py
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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