• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zopefoundation / Zope / 6081053323

05 Sep 2023 06:33AM CUT coverage: 81.123%. Remained the same
6081053323

push

github

icemac
Post release fixes.

4327 of 7062 branches covered (0.0%)

Branch coverage included in aggregate %.

27164 of 31757 relevant lines covered (85.54%)

0.86 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/App/class_init.py
1
##############################################################################
2
#
3
# Copyright (c) 2002 Zope Foundation and Contributors.
4
#
5
# This software is subject to the provisions of the Zope Public License,
6
# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
7
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
8
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
9
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
10
# FOR A PARTICULAR PURPOSE.
11
#
12
##############################################################################
13
"""Class initialization.
×
14
"""
15

16
from zope.deferredimport import deprecated
×
17

18

19
# BBB Zope 5.0
20
deprecated(
×
21
    'Please import from AccessControl.Permission.',
22
    ApplicationDefaultPermissions=(
23
        'AccessControl.Permission:ApplicationDefaultPermissions'),
24
)
25

26
deprecated(
×
27
    'Please import from AccessControl.class_init.',
28
    default__class_init__='AccessControl.class_init:InitializeClass',
29
    InitializeClass='AccessControl.class_init:InitializeClass',
30
)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc