split user-visible BuildSteps out to separate buildbot/steps/* files
commit46bd20ec5d234d13726161d05d5334dbee84c0a3
authorwarner <warner@lothar.com>
Sat, 9 Sep 2006 00:22:35 +0000 (9 01:22 +0100)
committerwarner <warner@lothar.com>
Sat, 9 Sep 2006 00:22:35 +0000 (9 01:22 +0100)
tree1c2ae07c0b0fb27ad0101e72b3435ccbe35484de
parent2e598052a74c014c43a1e4c1499aeec5fa0142d6
split user-visible BuildSteps out to separate buildbot/steps/* files
ChangeLog
buildbot/process/step.py
buildbot/steps/__init__.py [new file with mode: 0644]
buildbot/steps/dummy.py [new file with mode: 0644]
buildbot/steps/shell.py [new file with mode: 0644]
buildbot/steps/source.py [new file with mode: 0644]
buildbot/test/test_steps.py