Commit 9b8ecc03 authored by Andreas Jung's avatar Andreas Jung

deprecated ZGadfly/Gadfly

parent 0d5f5160
......@@ -28,6 +28,8 @@ Zope Changes
- ZClasses are deprecated and should no longer be used.
- ZGadyFlyDA/Gadfly is deprecated
- 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
......
......@@ -15,6 +15,12 @@
$Id$
"""
import warnings
warnings.warn('Using Gadfly and ZGadflyDA is deprecated. The module will be '
'removed in Zope 2.11)',
DeprecationWarning,
stacklevel=2)
import Globals, os
classes=('DA.Connection',)
......
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