Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1############################################################################## 

2# 

3# Copyright (c) 2005 Zope Foundation 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"""Deprecation of modules / APIs. 

15""" 

16__docformat__ = "reStructuredText" 

17 

18from zope.deprecation.deprecation import deprecated 

19from zope.deprecation.deprecation import deprecate 

20from zope.deprecation.deprecation import moved 

21from zope.deprecation.deprecation import ShowSwitch 

22from zope.deprecation.deprecation import __show__ 

23from zope.deprecation.deprecation import Suppressor