File: __init__.py

package info (click to toggle)
python-pyface 6.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,756 kB
  • sloc: python: 39,728; makefile: 79
file content (8 lines) | stat: -rw-r--r-- 190 bytes parent folder | download
1
2
3
4
5
6
7
8
import warnings

warnings.warn(
    PendingDeprecationWarning(
        "Workbench will be moved from pyface.workbench to apptools.workbench "
        "in Pyface 7.0.0"
    ), stacklevel=2
)