Skip to content

Commit

Permalink
Merge rip-in-pepperoni-msn-8253: Remove MSN (twisted.words.protocols.…
Browse files Browse the repository at this point in the history
…msn)

Author: hawkowl
Reviewer: adiroiban
Fixes: #8253

git-svn-id: svn://svn.twistedmatrix.com/svn/Twisted/trunk@47099 bbbe8e31-12d6-0310-92fd-ac37d47ddeeb
  • Loading branch information
hawkowl committed Mar 29, 2016
1 parent 1b2b022 commit 0a92a68
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 3,086 deletions.
1 change: 0 additions & 1 deletion docs/words/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Examples

- :download:`ircLogBot.py` - connects to an IRC server and logs all messages
- :download:`minchat.py` - log bot using twisted.im
- :download:`msn_example.py`
- :download:`oscardemo.py`
- :download:`jabber_client.py`
- :download:`pb_client.py`
Expand Down
70 changes: 0 additions & 70 deletions docs/words/examples/msn_example.py

This file was deleted.

7 changes: 0 additions & 7 deletions twisted/words/protocols/__init__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.


"""
Chat protocols.
"""

from twisted.python import deprecate, versions

deprecate.deprecatedModuleAttribute(
versions.Version("Twisted", 15, 1, 0), "MSN has shutdown.", __name__,
"msn")

0 comments on commit 0a92a68

Please sign in to comment.