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

deprecated zclasses

parent 5841ea39
......@@ -26,6 +26,8 @@ Zope Changes
Features added
- ZClasses are deprecated and should no longer be used.
- Added a "clock server" servertype which allows users to
configure methods that should be called periodically as if
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.
$Id$'''
__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 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