Commit acb64629 authored by Jim Fulton's avatar Jim Fulton

Added test url needed by aqueduct clients. :-|

parent 9e9e4cf1
"""Folder object
$Id: Folder.py,v 1.11 1997/09/23 10:30:45 jim Exp $"""
$Id: Folder.py,v 1.12 1997/09/24 20:32:45 jim Exp $"""
__version__='$Revision: 1.11 $'[11:-2]
__version__='$Revision: 1.12 $'[11:-2]
from Globals import HTMLFile
......@@ -54,6 +54,12 @@ class FolderHandler:
t.append((n,getattr(self,n)))
return t
test_url___allow_groups__=None
def test_url_(self):
'''Method for testing server connection information
when configuring aqueduct clients'''
return 'PING'
class Folder(ObjectManager,RoleManager,DocumentHandler,
ImageHandler,FolderHandler,UserFolderHandler,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment