Skip to content

Commit

Permalink
Fixed a couple functional tests.
Browse files Browse the repository at this point in the history
Tried to remove the service terminology from the code as much as 
possible.
  • Loading branch information
strichter committed Jan 12, 2005
1 parent 2bb0480 commit 8750c88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xmlobject.py
Expand Up @@ -11,7 +11,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""Service manager interfaces
"""Support classes for XML-based tree
$Id$
"""
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 8750c88

Please sign in to comment.