comparison autobot/projects/toolbox/__init__.py @ 298:f6dff9fd3f5b

STUB: autobot/projects/toolbox/__init__.py
author Jeff Hammel <k0scist@gmail.com>
date Sun, 11 May 2014 09:16:46 -0700
parents 43e472db4353
children
comparison
equal deleted inserted replaced
297:43e472db4353 298:f6dff9fd3f5b
2 from buildbot.steps.shell import ShellCommand 2 from buildbot.steps.shell import ShellCommand
3 from buildbot.steps.shell import WithProperties 3 from buildbot.steps.shell import WithProperties
4 4
5 class TestToolbox(PythonSourceFactory): 5 class TestToolbox(PythonSourceFactory):
6 """ 6 """
7 an index of software tools: 7 an index of tagged tools
8 """ 8 """
9 9
10 sources = {'hg': ['http://k0s.org/hg/toolbox'],} 10 sources = {'hg': ['http://k0s.org/hg/toolbox'],}
11 11
12 def __init__(self): 12 def __init__(self):