[Zope-CVS] CVS: Products/PluggableAuthService/plugins -
DynamicGroupsPlugin.py:1.3.8.2
Jens Vagelpohl
jens at dataflake.org
Wed Oct 27 02:45:47 EDT 2004
Update of /cvs-repository/Products/PluggableAuthService/plugins
In directory cvs.zope.org:/tmp/cvs-serv2088/plugins
Modified Files:
Tag: jens-implement_caching_branch
DynamicGroupsPlugin.py
Log Message:
- another small fix uncovered by unit tests
=== Products/PluggableAuthService/plugins/DynamicGroupsPlugin.py 1.3.8.1 => 1.3.8.2 ===
--- Products/PluggableAuthService/plugins/DynamicGroupsPlugin.py:1.3.8.1 Tue Oct 26 10:20:50 2004
+++ Products/PluggableAuthService/plugins/DynamicGroupsPlugin.py Wed Oct 27 02:45:47 2004
@@ -16,6 +16,8 @@
$Id$
"""
+import copy
+
from Acquisition import aq_inner, aq_parent
from AccessControl import ClassSecurityInfo
from OFS.SimpleItem import SimpleItem
More information about the Zope-CVS
mailing list