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 3c2d596 commit 2a001e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions folder.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ def rootFolder():
class FolderSublocations(object):
"""Get the sublocations of a folder
The subobjects of a folder include it's contents and it's service
manager if it is a site.
The subobjects of a folder include it's contents and it's site manager if
it is a site.
>>> folder = Folder()
>>> folder['ob1'] = Contained()
Expand Down

0 comments on commit 2a001e4

Please sign in to comment.