Mercurial > hg > autobot
changeset 60:33fd34a75990
give profilemanager a real docstring
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 10 Jan 2011 22:41:26 -0800 |
parents | e66165f2f31b |
children | 59bbfa7e67bb |
files | autobot/projects/profilemanager/__init__.py |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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):