From e90d4dbd9a37eed803c0159419c651ad266246c8 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Mon, 26 Mar 2012 04:47:11 +0200 Subject: README: no line numbers --- README | 6 +++--- 1 file 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() -- cgit v1.2.3