diff options
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -12,7 +12,7 @@ display the step in the build details with a nice heading. To use the step you could use the following snippet, assuming that this repository is cloned next to your master.cfg: - #!python + :::python from buildbot_ext.Doxygen import Doxygen build = factory.BuildFactory() @@ -22,7 +22,7 @@ repository is cloned next to your master.cfg: # CPPUnitTest - #!python + :::python from buildbot_ext.CPPUnitTest import CPPUnitTest build = factory.BuildFactory() @@ -32,7 +32,7 @@ repository is cloned next to your master.cfg: # GroupBuildStep - #!python + :::python from buildbot_ext.GroupBuildStep import GroupBuildStep build = factory.BuildFactory() |