From 8750c887cf1cd7c19697654463409623c84e5350 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Wed, 12 Jan 2005 22:10:50 +0000 Subject: [PATCH] Fixed a couple functional tests. Tried to remove the service terminology from the code as much as possible. --- xmlobject.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xmlobject.py b/xmlobject.py index 92be0a5..851551d 100644 --- a/xmlobject.py +++ b/xmlobject.py @@ -11,7 +11,7 @@ # FOR A PARTICULAR PURPOSE. # ############################################################################## -"""Service manager interfaces +"""Support classes for XML-based tree $Id$ """ @@ -70,7 +70,7 @@ def children_utility(self, container): keys = list(container.keys()) - # include the service manager + # include the site manager keys.append('++etc++site') for name in keys: @@ -123,7 +123,7 @@ def singleBranchTree(self, root=''): else: keys = [] - # include the service manager + # include the site manager keys.append('++etc++site') for name in keys: