~ubuntu-branches/ubuntu/raring/zope.app.security/raring

« back to all changes in this revision

Viewing changes to src/zope/app/security/vocabulary.py

  • Committer: Bazaar Package Importer
  • Author(s): Gediminas Paulauskas
  • Date: 2010-12-02 19:34:05 UTC
  • Revision ID: james.westby@ubuntu.com-20101202193405-ssc1x1c1pznqdrnc
Tags: upstream-3.7.5
ImportĀ upstreamĀ versionĀ 3.7.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
##############################################################################
 
2
#
 
3
# Copyright (c) 2009 Zope Corporation and Contributors.
 
4
# All Rights Reserved.
 
5
#
 
6
# This software is subject to the provisions of the Zope Public License,
 
7
# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
 
8
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 
9
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 
10
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 
11
# FOR A PARTICULAR PURPOSE.
 
12
#
 
13
##############################################################################
 
14
"""Backward-compatibility imports for PrincipalSource and permission vocabularies.
 
15
 
 
16
$Id: vocabulary.py 97943 2009-03-12 00:38:29Z nadako $
 
17
"""
 
18
 
 
19
# BBB
 
20
from zope.security.permission import PermissionsVocabulary
 
21
from zope.security.permission import PermissionIdsVocabulary
 
22
from zope.authentication.principal import PrincipalSource