Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
9b8ecc03
Commit
9b8ecc03
authored
Dec 22, 2005
by
Andreas Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deprecated ZGadfly/Gadfly
parent
0d5f5160
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
doc/CHANGES.txt
doc/CHANGES.txt
+2
-0
lib/python/Products/ZGadflyDA/__init__.py
lib/python/Products/ZGadflyDA/__init__.py
+6
-0
No files found.
doc/CHANGES.txt
View file @
9b8ecc03
...
...
@@ -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
...
...
lib/python/Products/ZGadflyDA/__init__.py
View file @
9b8ecc03
...
...
@@ -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'
,)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment