# -*- test-case-name: twisted.words.test -*- # Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. """ Twisted Words: Client and server implementations for IRC, XMPP, and other chat services. """ from incremental import Version from twisted.python.deprecate import deprecatedModuleAttribute from twisted._version import __version__ as version __version__ = version.short() deprecatedModuleAttribute( Version("Twisted", 16, 0, 0), "Use twisted.__version__ instead.", "twisted.words", "__version__")
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
im | Folder | 0755 |
|
|
protocols | Folder | 0755 |
|
|
test | Folder | 0755 |
|
|
xish | Folder | 0755 |
|
|
__init__.py | File | 532 B | 0644 |
|
ewords.py | File | 623 B | 0644 |
|
iwords.py | File | 8.33 KB | 0644 |
|
service.py | File | 37.28 KB | 0644 |
|
tap.py | File | 2.37 KB | 0644 |
|
xmpproutertap.py | File | 820 B | 0644 |
|