aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-03-26 04:47:11 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2012-03-26 04:47:11 +0200
commite90d4dbd9a37eed803c0159419c651ad266246c8 (patch)
treeeff1b5bdfcaecb7db639fa56823772599394b157
parentc4618252f9442b4f6a9bf57ce01bb9d8649b67d7 (diff)
downloadbuildbot_ext-e90d4dbd9a37eed803c0159419c651ad266246c8.tar.gz
buildbot_ext-e90d4dbd9a37eed803c0159419c651ad266246c8.tar.xz
buildbot_ext-e90d4dbd9a37eed803c0159419c651ad266246c8.zip
README: no line numbers
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index f50e093..97fb4bb 100644
--- a/README
+++ b/README
@@ -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()