Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#9782 Remove twisted.news. #1234

Merged
merged 3 commits into from
Mar 30, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 0 additions & 11 deletions src/twisted/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,3 @@
# setup version
from twisted._version import __version__ as version
__version__ = version.short()



from incremental import Version
from twisted.python.deprecate import deprecatedModuleAttribute
deprecatedModuleAttribute(
Version('Twisted', 20, 3, 0),
"morituri nolumus mori",
"twisted",
"news"
)
6 changes: 0 additions & 6 deletions src/twisted/news/__init__.py

This file was deleted.