~sidnei/zope3/ztk-1.1

« back to all changes in this revision

Viewing changes to src/zope/securitypolicy/tests/__init__.py

  • Committer: Sidnei da Silva
  • Date: 2011-04-08 22:10:13 UTC
  • Revision ID: sidnei.da.silva@canonical.com-20110408221013-lrjto3qdiupekwdc
- Upgrade to ztk 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
##############################################################################
2
2
#
3
 
# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
 
3
# Copyright (c) 2001, 2002 Zope Foundation and Contributors.
4
4
# All Rights Reserved.
5
5
#
6
6
# This software is subject to the provisions of the Zope Public License,
11
11
# FOR A PARTICULAR PURPOSE.
12
12
#
13
13
##############################################################################
14
 
"""
15
 
$Id: __init__.py 98094 2009-03-14 15:50:25Z nadako $
16
 
"""
17
14
from zope.interface import implements
18
15
from zope.authentication.interfaces import IAuthentication, PrincipalLookupError
19
16
from zope.security.interfaces import IPrincipal