Commit 0d5f5160 authored by Andreas Jung's avatar Andreas Jung

deprecated zclasses

parent 5841ea39
...@@ -26,6 +26,8 @@ Zope Changes ...@@ -26,6 +26,8 @@ Zope Changes
Features added Features added
- ZClasses are deprecated and should no longer be used.
- Added a "clock server" servertype which allows users to - Added a "clock server" servertype which allows users to
configure methods that should be called periodically as if configure methods that should be called periodically as if
they were being called by a remote user agent on one of Zope's they were being called by a remote user agent on one of Zope's
......
...@@ -17,6 +17,12 @@ This sample product publishes a folder-ish and a simple object. ...@@ -17,6 +17,12 @@ This sample product publishes a folder-ish and a simple object.
$Id$''' $Id$'''
__version__='$Revision: 1.7 $'[11:-2] __version__='$Revision: 1.7 $'[11:-2]
import warnings
warnings.warn('ZClasses are deprecated, unmaintained and should no longer be used',
DeprecationWarning,
stacklevel=2)
import ZClass import ZClass
import ZClassOwner import ZClassOwner
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment