# HG changeset patch # User Jeff Hammel # Date 1294728086 28800 # Node ID 33fd34a759901a9259293f97deeb4d4a8ae33c53 # Parent e66165f2f31b5758459bd2cb9b6e770dc9df1f2e give profilemanager a real docstring diff -r e66165f2f31b -r 33fd34a75990 autobot/projects/profilemanager/__init__.py --- a/autobot/projects/profilemanager/__init__.py Mon Jan 10 22:40:18 2011 -0800 +++ b/autobot/projects/profilemanager/__init__.py Mon Jan 10 22:41:26 2011 -0800 @@ -2,6 +2,11 @@ from buildbot.steps.shell import ShellCommand class TestProfileManager(BuildFactory): + """ + Test the ProfileManager standalone XUL application: + http://hg.mozilla.org/automation/profilemanager/ + """ + def __init__(self):