changeset 542:cacf018eb190

Small documentation fixes.
author wbell
date Mon, 23 Mar 2009 19:19:17 +0000
parents 2479e2a75afa
children ce16a5dcf8b3
files bitten/master.py bitten/slave.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bitten/master.py
+++ b/bitten/master.py
@@ -31,7 +31,7 @@
 
 
 class BuildMaster(Component):
-    """BEEP listener implementation for the build master."""
+    """Trac request handler implementation for the build master."""
 
     implements(IRequestHandler)
 
--- a/bitten/slave.py
+++ b/bitten/slave.py
@@ -70,7 +70,7 @@
 
 
 class BuildSlave(object):
-    """BEEP initiator implementation for the build slave."""
+    """HTTP client implementation for the build slave."""
 
     def __init__(self, urls, name=None, config=None, dry_run=False,
                  work_dir=None, build_dir="build_${build}",
Copyright (C) 2012-2017 Edgewall Software