Skip to content

Commit

Permalink
Merge 9782-remove-twisted-news: Remove twisted.news
Browse files Browse the repository at this point in the history
Author: hawkowl
Reviewer: rodrigc
Fixes: ticket:9782
  • Loading branch information
hawkowl committed Mar 30, 2020
1 parent 74f1e54 commit c2699bb
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 2,930 deletions.
12 changes: 0 additions & 12 deletions src/twisted/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,8 @@

import sys
from twisted._version import __version__ as version

# setup 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"
)

if sys.version_info < (3, 5):
raise Exception(
"This version of Twisted is not compatible with Python 3.4 "
Expand Down
6 changes: 0 additions & 6 deletions src/twisted/news/__init__.py

This file was deleted.

0 comments on commit c2699bb

Please sign in to comment.