~sidnei/zope3/reduce-deps

« back to all changes in this revision

Viewing changes to src/zope/password/testing.py

  • Committer: Sidnei da Silva
  • Date: 2010-07-05 20:15:44 UTC
  • Revision ID: sidnei.da.silva@canonical.com-20100705201544-nl51oynbbclpyz2o
- Downgrade zope.password

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
##############################################################################
2
2
#
3
 
# Copyright (c) 2009 Zope Foundation and Contributors.
 
3
# Copyright (c) 2009 Zope Corporation and Contributors.
4
4
# All Rights Reserved.
5
5
#
6
6
# This software is subject to the provisions of the Zope Public License,
13
13
##############################################################################
14
14
"""Setup password managers as utilities
15
15
 
16
 
$Id: testing.py 112030 2010-05-05 18:53:49Z tseaver $
 
16
$Id: testing.py 97822 2009-03-11 07:59:29Z nadako $
17
17
"""
18
18
__docformat__ = "reStructuredText"
19
19