Skip to content

Commit

Permalink
Undo pushing drop of some deprecation warnings into future.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Sep 10, 2019
1 parent ab4efb0 commit 5b18820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Testing/ZopeTestCase/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from zope.deferredimport import deprecated


# BBB Zope 6.0
# BBB Zope 5.0
deprecated(
'Please import from Testing.makerequest.',
makerequest='Testing.makerequest:makerequest',
Expand Down
2 changes: 1 addition & 1 deletion src/ZPublisher/Publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from zope.deferredimport import deprecated


# BBB Zope 6.0
# BBB Zope 5.0
deprecated(
'Please import from ZPublisher.',
Retry='ZPublisher:Retry',
Expand Down

0 comments on commit 5b18820

Please sign in to comment.