Commit 8a4a3cf2 authored by 's avatar

Added cvs log!

parent 2e8c2877
"""Access control package""" """Access control package"""
__version__='$Revision: 1.3 $'[11:-2] __version__='$Revision: 1.4 $'[11:-2]
import Globals import Globals
from Persistence import Persistent from Persistence import Persistent
...@@ -232,3 +232,11 @@ class UserFolderHandler: ...@@ -232,3 +232,11 @@ class UserFolderHandler:
n=i['id'] n=i['id']
t.append((n,getattr(self,n))) t.append((n,getattr(self,n)))
return t return t
# $Log: User.py,v $
# Revision 1.4 1997/08/27 13:16:27 brian
# Added cvs log!
#
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