summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-09-11 18:11:19 +0000
committerwiz <wiz@pkgsrc.org>2022-09-11 18:11:19 +0000
commitfeca0220a1e0a2198ec5c117dd612c99e7f65a8a (patch)
treefe0eb4ba283fbf021f095601bbaed85ecbc26a2c /net
parent052dac39c82ec07f3fcf0f105365f8a851ec2bda (diff)
downloadpkgsrc-feca0220a1e0a2198ec5c117dd612c99e7f65a8a.tar.gz
py-twisted19: remove
Not used any longer
Diffstat (limited to 'net')
-rw-r--r--net/Makefile3
-rw-r--r--net/py-twisted19/ALTERNATIVES9
-rw-r--r--net/py-twisted19/DESCR14
-rw-r--r--net/py-twisted19/Makefile44
-rw-r--r--net/py-twisted19/PLIST2599
-rw-r--r--net/py-twisted19/distinfo6
-rw-r--r--net/py-twisted19/patches/patch-src_twisted_python___setup.py16
7 files changed, 1 insertions, 2690 deletions
diff --git a/net/Makefile b/net/Makefile
index 633f5a1a4b7..c5c783a36e7 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1479 2022/09/11 17:24:17 wiz Exp $
+# $NetBSD: Makefile,v 1.1480 2022/09/11 18:11:19 wiz Exp $
#
COMMENT= Networking tools
@@ -779,7 +779,6 @@ SUBDIR+= py-tweepy
SUBDIR+= py-twine
SUBDIR+= py-twisted
SUBDIR+= py-twisted-docs
-SUBDIR+= py-twisted19
SUBDIR+= py-twython
SUBDIR+= py-txamqp
SUBDIR+= py-txtorcon
diff --git a/net/py-twisted19/ALTERNATIVES b/net/py-twisted19/ALTERNATIVES
deleted file mode 100644
index b91724b0489..00000000000
--- a/net/py-twisted19/ALTERNATIVES
+++ /dev/null
@@ -1,9 +0,0 @@
-bin/cftp @PREFIX@/bin/cftp-@PYVERSSUFFIX@
-bin/ckeygen @PREFIX@/bin/ckeygen-@PYVERSSUFFIX@
-bin/conch @PREFIX@/bin/conch-@PYVERSSUFFIX@
-bin/mailmail @PREFIX@/bin/mailmail-@PYVERSSUFFIX@
-bin/pyhtmlizer @PREFIX@/bin/pyhtmlizer-@PYVERSSUFFIX@
-bin/tkconch @PREFIX@/bin/tkconch-@PYVERSSUFFIX@
-bin/trial @PREFIX@/bin/trial-@PYVERSSUFFIX@
-bin/twist @PREFIX@/bin/twist-@PYVERSSUFFIX@
-bin/twistd @PREFIX@/bin/twistd-@PYVERSSUFFIX@
diff --git a/net/py-twisted19/DESCR b/net/py-twisted19/DESCR
deleted file mode 100644
index 64227896eb3..00000000000
--- a/net/py-twisted19/DESCR
+++ /dev/null
@@ -1,14 +0,0 @@
-Twisted is a framework, written in Python, for writing networked applications.
-It includes implementations of a number of commonly used network services such
-as a web server, an IRC chat server, a mail server, a relational database
-interface and an object broker. Developers can build applications using all of
-these services as well as custom services that they write themselves. Twisted
-also includes a user authentication system that controls access to services
-and provides services with user context information to implement their own
-security models.
-
-Note that while this package provides most of Twisted, Twisted Conch
-(SSH client/server) only functions if security/py-amkCrypto is also
-installed.
-
-This package contains the last version supporting Python 2.
diff --git a/net/py-twisted19/Makefile b/net/py-twisted19/Makefile
deleted file mode 100644
index 0bbfdeee2c8..00000000000
--- a/net/py-twisted19/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2022/06/28 11:35:19 wiz Exp $
-
-DISTNAME= Twisted-19.10.0
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION= 6
-CATEGORIES= net python
-MASTER_SITES= ${MASTER_SITE_PYPI:=T/Twisted/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-COMMENT= Framework for writing networked applications
-HOMEPAGE= https://www.twistedmatrix.com/
-LICENSE= mit
-
-DEPENDS+= ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs
-DEPENDS+= ${PYPKGPREFIX}-automat>=0.3.0:../../devel/py-automat
-DEPENDS+= ${PYPKGPREFIX}-constantly>=15.1:../../devel/py-constantly
-DEPENDS+= ${PYPKGPREFIX}-hamcrest>=1.9.0:../../devel/py-hamcrest
-DEPENDS+= ${PYPKGPREFIX}-hyperlink>=17.1.1:../../www/py-hyperlink
-DEPENDS+= ${PYPKGPREFIX}-incremental>=16.10.1:../../devel/py-incremental
-DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=4.4.2:../../devel/py-ZopeInterface
-# TLS
-DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=16.0.0:../../security/py-OpenSSL
-DEPENDS+= ${PYPKGPREFIX}-service_identity>=18.1.0:../../security/py-service_identity
-DEPENDS+= ${PYPKGPREFIX}-idna>=2.4:../../www/py-idna
-
-REPLACE_PYTHON+= src/twisted/mail/test/pop3testserver.py
-REPLACE_PYTHON+= src/twisted/trial/test/scripttest.py
-
-USE_LANGUAGES= c99
-
-USE_PKG_RESOURCES= yes
-
-PYTHON_VERSIONS_ACCEPTED= 27
-
-post-install:
-.for bin in cftp ckeygen conch mailmail pyhtmlizer tkconch trial twist twistd
- cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE}
-.endfor
-
-.include "../../lang/python/application.mk"
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/net/py-twisted19/PLIST b/net/py-twisted19/PLIST
deleted file mode 100644
index f3a782fa7aa..00000000000
--- a/net/py-twisted19/PLIST
+++ /dev/null
@@ -1,2599 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2022/02/13 08:43:12 wiz Exp $
-bin/cftp-${PYVERSSUFFIX}
-bin/ckeygen-${PYVERSSUFFIX}
-bin/conch-${PYVERSSUFFIX}
-bin/mailmail-${PYVERSSUFFIX}
-bin/pyhtmlizer-${PYVERSSUFFIX}
-bin/tkconch-${PYVERSSUFFIX}
-bin/trial-${PYVERSSUFFIX}
-bin/twist-${PYVERSSUFFIX}
-bin/twistd-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/twisted/__init__.py
-${PYSITELIB}/twisted/__init__.pyc
-${PYSITELIB}/twisted/__init__.pyo
-${PYSITELIB}/twisted/__main__.py
-${PYSITELIB}/twisted/__main__.pyc
-${PYSITELIB}/twisted/__main__.pyo
-${PYSITELIB}/twisted/_threads/__init__.py
-${PYSITELIB}/twisted/_threads/__init__.pyc
-${PYSITELIB}/twisted/_threads/__init__.pyo
-${PYSITELIB}/twisted/_threads/_convenience.py
-${PYSITELIB}/twisted/_threads/_convenience.pyc
-${PYSITELIB}/twisted/_threads/_convenience.pyo
-${PYSITELIB}/twisted/_threads/_ithreads.py
-${PYSITELIB}/twisted/_threads/_ithreads.pyc
-${PYSITELIB}/twisted/_threads/_ithreads.pyo
-${PYSITELIB}/twisted/_threads/_memory.py
-${PYSITELIB}/twisted/_threads/_memory.pyc
-${PYSITELIB}/twisted/_threads/_memory.pyo
-${PYSITELIB}/twisted/_threads/_pool.py
-${PYSITELIB}/twisted/_threads/_pool.pyc
-${PYSITELIB}/twisted/_threads/_pool.pyo
-${PYSITELIB}/twisted/_threads/_team.py
-${PYSITELIB}/twisted/_threads/_team.pyc
-${PYSITELIB}/twisted/_threads/_team.pyo
-${PYSITELIB}/twisted/_threads/_threadworker.py
-${PYSITELIB}/twisted/_threads/_threadworker.pyc
-${PYSITELIB}/twisted/_threads/_threadworker.pyo
-${PYSITELIB}/twisted/_threads/test/__init__.py
-${PYSITELIB}/twisted/_threads/test/__init__.pyc
-${PYSITELIB}/twisted/_threads/test/__init__.pyo
-${PYSITELIB}/twisted/_threads/test/test_convenience.py
-${PYSITELIB}/twisted/_threads/test/test_convenience.pyc
-${PYSITELIB}/twisted/_threads/test/test_convenience.pyo
-${PYSITELIB}/twisted/_threads/test/test_memory.py
-${PYSITELIB}/twisted/_threads/test/test_memory.pyc
-${PYSITELIB}/twisted/_threads/test/test_memory.pyo
-${PYSITELIB}/twisted/_threads/test/test_team.py
-${PYSITELIB}/twisted/_threads/test/test_team.pyc
-${PYSITELIB}/twisted/_threads/test/test_team.pyo
-${PYSITELIB}/twisted/_threads/test/test_threadworker.py
-${PYSITELIB}/twisted/_threads/test/test_threadworker.pyc
-${PYSITELIB}/twisted/_threads/test/test_threadworker.pyo
-${PYSITELIB}/twisted/_version.py
-${PYSITELIB}/twisted/_version.pyc
-${PYSITELIB}/twisted/_version.pyo
-${PYSITELIB}/twisted/application/__init__.py
-${PYSITELIB}/twisted/application/__init__.pyc
-${PYSITELIB}/twisted/application/__init__.pyo
-${PYSITELIB}/twisted/application/app.py
-${PYSITELIB}/twisted/application/app.pyc
-${PYSITELIB}/twisted/application/app.pyo
-${PYSITELIB}/twisted/application/internet.py
-${PYSITELIB}/twisted/application/internet.pyc
-${PYSITELIB}/twisted/application/internet.pyo
-${PYSITELIB}/twisted/application/reactors.py
-${PYSITELIB}/twisted/application/reactors.pyc
-${PYSITELIB}/twisted/application/reactors.pyo
-${PYSITELIB}/twisted/application/runner/__init__.py
-${PYSITELIB}/twisted/application/runner/__init__.pyc
-${PYSITELIB}/twisted/application/runner/__init__.pyo
-${PYSITELIB}/twisted/application/runner/_exit.py
-${PYSITELIB}/twisted/application/runner/_exit.pyc
-${PYSITELIB}/twisted/application/runner/_exit.pyo
-${PYSITELIB}/twisted/application/runner/_pidfile.py
-${PYSITELIB}/twisted/application/runner/_pidfile.pyc
-${PYSITELIB}/twisted/application/runner/_pidfile.pyo
-${PYSITELIB}/twisted/application/runner/_runner.py
-${PYSITELIB}/twisted/application/runner/_runner.pyc
-${PYSITELIB}/twisted/application/runner/_runner.pyo
-${PYSITELIB}/twisted/application/runner/test/__init__.py
-${PYSITELIB}/twisted/application/runner/test/__init__.pyc
-${PYSITELIB}/twisted/application/runner/test/__init__.pyo
-${PYSITELIB}/twisted/application/runner/test/test_exit.py
-${PYSITELIB}/twisted/application/runner/test/test_exit.pyc
-${PYSITELIB}/twisted/application/runner/test/test_exit.pyo
-${PYSITELIB}/twisted/application/runner/test/test_pidfile.py
-${PYSITELIB}/twisted/application/runner/test/test_pidfile.pyc
-${PYSITELIB}/twisted/application/runner/test/test_pidfile.pyo
-${PYSITELIB}/twisted/application/runner/test/test_runner.py
-${PYSITELIB}/twisted/application/runner/test/test_runner.pyc
-${PYSITELIB}/twisted/application/runner/test/test_runner.pyo
-${PYSITELIB}/twisted/application/service.py
-${PYSITELIB}/twisted/application/service.pyc
-${PYSITELIB}/twisted/application/service.pyo
-${PYSITELIB}/twisted/application/strports.py
-${PYSITELIB}/twisted/application/strports.pyc
-${PYSITELIB}/twisted/application/strports.pyo
-${PYSITELIB}/twisted/application/test/__init__.py
-${PYSITELIB}/twisted/application/test/__init__.pyc
-${PYSITELIB}/twisted/application/test/__init__.pyo
-${PYSITELIB}/twisted/application/test/test_internet.py
-${PYSITELIB}/twisted/application/test/test_internet.pyc
-${PYSITELIB}/twisted/application/test/test_internet.pyo
-${PYSITELIB}/twisted/application/test/test_service.py
-${PYSITELIB}/twisted/application/test/test_service.pyc
-${PYSITELIB}/twisted/application/test/test_service.pyo
-${PYSITELIB}/twisted/application/twist/__init__.py
-${PYSITELIB}/twisted/application/twist/__init__.pyc
-${PYSITELIB}/twisted/application/twist/__init__.pyo
-${PYSITELIB}/twisted/application/twist/_options.py
-${PYSITELIB}/twisted/application/twist/_options.pyc
-${PYSITELIB}/twisted/application/twist/_options.pyo
-${PYSITELIB}/twisted/application/twist/_twist.py
-${PYSITELIB}/twisted/application/twist/_twist.pyc
-${PYSITELIB}/twisted/application/twist/_twist.pyo
-${PYSITELIB}/twisted/application/twist/test/__init__.py
-${PYSITELIB}/twisted/application/twist/test/__init__.pyc
-${PYSITELIB}/twisted/application/twist/test/__init__.pyo
-${PYSITELIB}/twisted/application/twist/test/test_options.py
-${PYSITELIB}/twisted/application/twist/test/test_options.pyc
-${PYSITELIB}/twisted/application/twist/test/test_options.pyo
-${PYSITELIB}/twisted/application/twist/test/test_twist.py
-${PYSITELIB}/twisted/application/twist/test/test_twist.pyc
-${PYSITELIB}/twisted/application/twist/test/test_twist.pyo
-${PYSITELIB}/twisted/conch/__init__.py
-${PYSITELIB}/twisted/conch/__init__.pyc
-${PYSITELIB}/twisted/conch/__init__.pyo
-${PYSITELIB}/twisted/conch/avatar.py
-${PYSITELIB}/twisted/conch/avatar.pyc
-${PYSITELIB}/twisted/conch/avatar.pyo
-${PYSITELIB}/twisted/conch/checkers.py
-${PYSITELIB}/twisted/conch/checkers.pyc
-${PYSITELIB}/twisted/conch/checkers.pyo
-${PYSITELIB}/twisted/conch/client/__init__.py
-${PYSITELIB}/twisted/conch/client/__init__.pyc
-${PYSITELIB}/twisted/conch/client/__init__.pyo
-${PYSITELIB}/twisted/conch/client/agent.py
-${PYSITELIB}/twisted/conch/client/agent.pyc
-${PYSITELIB}/twisted/conch/client/agent.pyo
-${PYSITELIB}/twisted/conch/client/connect.py
-${PYSITELIB}/twisted/conch/client/connect.pyc
-${PYSITELIB}/twisted/conch/client/connect.pyo
-${PYSITELIB}/twisted/conch/client/default.py
-${PYSITELIB}/twisted/conch/client/default.pyc
-${PYSITELIB}/twisted/conch/client/default.pyo
-${PYSITELIB}/twisted/conch/client/direct.py
-${PYSITELIB}/twisted/conch/client/direct.pyc
-${PYSITELIB}/twisted/conch/client/direct.pyo
-${PYSITELIB}/twisted/conch/client/knownhosts.py
-${PYSITELIB}/twisted/conch/client/knownhosts.pyc
-${PYSITELIB}/twisted/conch/client/knownhosts.pyo
-${PYSITELIB}/twisted/conch/client/options.py
-${PYSITELIB}/twisted/conch/client/options.pyc
-${PYSITELIB}/twisted/conch/client/options.pyo
-${PYSITELIB}/twisted/conch/endpoints.py
-${PYSITELIB}/twisted/conch/endpoints.pyc
-${PYSITELIB}/twisted/conch/endpoints.pyo
-${PYSITELIB}/twisted/conch/error.py
-${PYSITELIB}/twisted/conch/error.pyc
-${PYSITELIB}/twisted/conch/error.pyo
-${PYSITELIB}/twisted/conch/insults/__init__.py
-${PYSITELIB}/twisted/conch/insults/__init__.pyc
-${PYSITELIB}/twisted/conch/insults/__init__.pyo
-${PYSITELIB}/twisted/conch/insults/helper.py
-${PYSITELIB}/twisted/conch/insults/helper.pyc
-${PYSITELIB}/twisted/conch/insults/helper.pyo
-${PYSITELIB}/twisted/conch/insults/insults.py
-${PYSITELIB}/twisted/conch/insults/insults.pyc
-${PYSITELIB}/twisted/conch/insults/insults.pyo
-${PYSITELIB}/twisted/conch/insults/text.py
-${PYSITELIB}/twisted/conch/insults/text.pyc
-${PYSITELIB}/twisted/conch/insults/text.pyo
-${PYSITELIB}/twisted/conch/insults/window.py
-${PYSITELIB}/twisted/conch/insults/window.pyc
-${PYSITELIB}/twisted/conch/insults/window.pyo
-${PYSITELIB}/twisted/conch/interfaces.py
-${PYSITELIB}/twisted/conch/interfaces.pyc
-${PYSITELIB}/twisted/conch/interfaces.pyo
-${PYSITELIB}/twisted/conch/ls.py
-${PYSITELIB}/twisted/conch/ls.pyc
-${PYSITELIB}/twisted/conch/ls.pyo
-${PYSITELIB}/twisted/conch/manhole.py
-${PYSITELIB}/twisted/conch/manhole.pyc
-${PYSITELIB}/twisted/conch/manhole.pyo
-${PYSITELIB}/twisted/conch/manhole_ssh.py
-${PYSITELIB}/twisted/conch/manhole_ssh.pyc
-${PYSITELIB}/twisted/conch/manhole_ssh.pyo
-${PYSITELIB}/twisted/conch/manhole_tap.py
-${PYSITELIB}/twisted/conch/manhole_tap.pyc
-${PYSITELIB}/twisted/conch/manhole_tap.pyo
-${PYSITELIB}/twisted/conch/mixin.py
-${PYSITELIB}/twisted/conch/mixin.pyc
-${PYSITELIB}/twisted/conch/mixin.pyo
-${PYSITELIB}/twisted/conch/openssh_compat/__init__.py
-${PYSITELIB}/twisted/conch/openssh_compat/__init__.pyc
-${PYSITELIB}/twisted/conch/openssh_compat/__init__.pyo
-${PYSITELIB}/twisted/conch/openssh_compat/factory.py
-${PYSITELIB}/twisted/conch/openssh_compat/factory.pyc
-${PYSITELIB}/twisted/conch/openssh_compat/factory.pyo
-${PYSITELIB}/twisted/conch/openssh_compat/primes.py
-${PYSITELIB}/twisted/conch/openssh_compat/primes.pyc
-${PYSITELIB}/twisted/conch/openssh_compat/primes.pyo
-${PYSITELIB}/twisted/conch/recvline.py
-${PYSITELIB}/twisted/conch/recvline.pyc
-${PYSITELIB}/twisted/conch/recvline.pyo
-${PYSITELIB}/twisted/conch/scripts/__init__.py
-${PYSITELIB}/twisted/conch/scripts/__init__.pyc
-${PYSITELIB}/twisted/conch/scripts/__init__.pyo
-${PYSITELIB}/twisted/conch/scripts/cftp.py
-${PYSITELIB}/twisted/conch/scripts/cftp.pyc
-${PYSITELIB}/twisted/conch/scripts/cftp.pyo
-${PYSITELIB}/twisted/conch/scripts/ckeygen.py
-${PYSITELIB}/twisted/conch/scripts/ckeygen.pyc
-${PYSITELIB}/twisted/conch/scripts/ckeygen.pyo
-${PYSITELIB}/twisted/conch/scripts/conch.py
-${PYSITELIB}/twisted/conch/scripts/conch.pyc
-${PYSITELIB}/twisted/conch/scripts/conch.pyo
-${PYSITELIB}/twisted/conch/scripts/tkconch.py
-${PYSITELIB}/twisted/conch/scripts/tkconch.pyc
-${PYSITELIB}/twisted/conch/scripts/tkconch.pyo
-${PYSITELIB}/twisted/conch/ssh/__init__.py
-${PYSITELIB}/twisted/conch/ssh/__init__.pyc
-${PYSITELIB}/twisted/conch/ssh/__init__.pyo
-${PYSITELIB}/twisted/conch/ssh/_kex.py
-${PYSITELIB}/twisted/conch/ssh/_kex.pyc
-${PYSITELIB}/twisted/conch/ssh/_kex.pyo
-${PYSITELIB}/twisted/conch/ssh/address.py
-${PYSITELIB}/twisted/conch/ssh/address.pyc
-${PYSITELIB}/twisted/conch/ssh/address.pyo
-${PYSITELIB}/twisted/conch/ssh/agent.py
-${PYSITELIB}/twisted/conch/ssh/agent.pyc
-${PYSITELIB}/twisted/conch/ssh/agent.pyo
-${PYSITELIB}/twisted/conch/ssh/channel.py
-${PYSITELIB}/twisted/conch/ssh/channel.pyc
-${PYSITELIB}/twisted/conch/ssh/channel.pyo
-${PYSITELIB}/twisted/conch/ssh/common.py
-${PYSITELIB}/twisted/conch/ssh/common.pyc
-${PYSITELIB}/twisted/conch/ssh/common.pyo
-${PYSITELIB}/twisted/conch/ssh/connection.py
-${PYSITELIB}/twisted/conch/ssh/connection.pyc
-${PYSITELIB}/twisted/conch/ssh/connection.pyo
-${PYSITELIB}/twisted/conch/ssh/factory.py
-${PYSITELIB}/twisted/conch/ssh/factory.pyc
-${PYSITELIB}/twisted/conch/ssh/factory.pyo
-${PYSITELIB}/twisted/conch/ssh/filetransfer.py
-${PYSITELIB}/twisted/conch/ssh/filetransfer.pyc
-${PYSITELIB}/twisted/conch/ssh/filetransfer.pyo
-${PYSITELIB}/twisted/conch/ssh/forwarding.py
-${PYSITELIB}/twisted/conch/ssh/forwarding.pyc
-${PYSITELIB}/twisted/conch/ssh/forwarding.pyo
-${PYSITELIB}/twisted/conch/ssh/keys.py
-${PYSITELIB}/twisted/conch/ssh/keys.pyc
-${PYSITELIB}/twisted/conch/ssh/keys.pyo
-${PYSITELIB}/twisted/conch/ssh/service.py
-${PYSITELIB}/twisted/conch/ssh/service.pyc
-${PYSITELIB}/twisted/conch/ssh/service.pyo
-${PYSITELIB}/twisted/conch/ssh/session.py
-${PYSITELIB}/twisted/conch/ssh/session.pyc
-${PYSITELIB}/twisted/conch/ssh/session.pyo
-${PYSITELIB}/twisted/conch/ssh/sexpy.py
-${PYSITELIB}/twisted/conch/ssh/sexpy.pyc
-${PYSITELIB}/twisted/conch/ssh/sexpy.pyo
-${PYSITELIB}/twisted/conch/ssh/transport.py
-${PYSITELIB}/twisted/conch/ssh/transport.pyc
-${PYSITELIB}/twisted/conch/ssh/transport.pyo
-${PYSITELIB}/twisted/conch/ssh/userauth.py
-${PYSITELIB}/twisted/conch/ssh/userauth.pyc
-${PYSITELIB}/twisted/conch/ssh/userauth.pyo
-${PYSITELIB}/twisted/conch/stdio.py
-${PYSITELIB}/twisted/conch/stdio.pyc
-${PYSITELIB}/twisted/conch/stdio.pyo
-${PYSITELIB}/twisted/conch/tap.py
-${PYSITELIB}/twisted/conch/tap.pyc
-${PYSITELIB}/twisted/conch/tap.pyo
-${PYSITELIB}/twisted/conch/telnet.py
-${PYSITELIB}/twisted/conch/telnet.pyc
-${PYSITELIB}/twisted/conch/telnet.pyo
-${PYSITELIB}/twisted/conch/test/__init__.py
-${PYSITELIB}/twisted/conch/test/__init__.pyc
-${PYSITELIB}/twisted/conch/test/__init__.pyo
-${PYSITELIB}/twisted/conch/test/keydata.py
-${PYSITELIB}/twisted/conch/test/keydata.pyc
-${PYSITELIB}/twisted/conch/test/keydata.pyo
-${PYSITELIB}/twisted/conch/test/loopback.py
-${PYSITELIB}/twisted/conch/test/loopback.pyc
-${PYSITELIB}/twisted/conch/test/loopback.pyo
-${PYSITELIB}/twisted/conch/test/test_address.py
-${PYSITELIB}/twisted/conch/test/test_address.pyc
-${PYSITELIB}/twisted/conch/test/test_address.pyo
-${PYSITELIB}/twisted/conch/test/test_agent.py
-${PYSITELIB}/twisted/conch/test/test_agent.pyc
-${PYSITELIB}/twisted/conch/test/test_agent.pyo
-${PYSITELIB}/twisted/conch/test/test_cftp.py
-${PYSITELIB}/twisted/conch/test/test_cftp.pyc
-${PYSITELIB}/twisted/conch/test/test_cftp.pyo
-${PYSITELIB}/twisted/conch/test/test_channel.py
-${PYSITELIB}/twisted/conch/test/test_channel.pyc
-${PYSITELIB}/twisted/conch/test/test_channel.pyo
-${PYSITELIB}/twisted/conch/test/test_checkers.py
-${PYSITELIB}/twisted/conch/test/test_checkers.pyc
-${PYSITELIB}/twisted/conch/test/test_checkers.pyo
-${PYSITELIB}/twisted/conch/test/test_ckeygen.py
-${PYSITELIB}/twisted/conch/test/test_ckeygen.pyc
-${PYSITELIB}/twisted/conch/test/test_ckeygen.pyo
-${PYSITELIB}/twisted/conch/test/test_conch.py
-${PYSITELIB}/twisted/conch/test/test_conch.pyc
-${PYSITELIB}/twisted/conch/test/test_conch.pyo
-${PYSITELIB}/twisted/conch/test/test_connection.py
-${PYSITELIB}/twisted/conch/test/test_connection.pyc
-${PYSITELIB}/twisted/conch/test/test_connection.pyo
-${PYSITELIB}/twisted/conch/test/test_default.py
-${PYSITELIB}/twisted/conch/test/test_default.pyc
-${PYSITELIB}/twisted/conch/test/test_default.pyo
-${PYSITELIB}/twisted/conch/test/test_endpoints.py
-${PYSITELIB}/twisted/conch/test/test_endpoints.pyc
-${PYSITELIB}/twisted/conch/test/test_endpoints.pyo
-${PYSITELIB}/twisted/conch/test/test_filetransfer.py
-${PYSITELIB}/twisted/conch/test/test_filetransfer.pyc
-${PYSITELIB}/twisted/conch/test/test_filetransfer.pyo
-${PYSITELIB}/twisted/conch/test/test_forwarding.py
-${PYSITELIB}/twisted/conch/test/test_forwarding.pyc
-${PYSITELIB}/twisted/conch/test/test_forwarding.pyo
-${PYSITELIB}/twisted/conch/test/test_helper.py
-${PYSITELIB}/twisted/conch/test/test_helper.pyc
-${PYSITELIB}/twisted/conch/test/test_helper.pyo
-${PYSITELIB}/twisted/conch/test/test_insults.py
-${PYSITELIB}/twisted/conch/test/test_insults.pyc
-${PYSITELIB}/twisted/conch/test/test_insults.pyo
-${PYSITELIB}/twisted/conch/test/test_keys.py
-${PYSITELIB}/twisted/conch/test/test_keys.pyc
-${PYSITELIB}/twisted/conch/test/test_keys.pyo
-${PYSITELIB}/twisted/conch/test/test_knownhosts.py
-${PYSITELIB}/twisted/conch/test/test_knownhosts.pyc
-${PYSITELIB}/twisted/conch/test/test_knownhosts.pyo
-${PYSITELIB}/twisted/conch/test/test_manhole.py
-${PYSITELIB}/twisted/conch/test/test_manhole.pyc
-${PYSITELIB}/twisted/conch/test/test_manhole.pyo
-${PYSITELIB}/twisted/conch/test/test_manhole_tap.py
-${PYSITELIB}/twisted/conch/test/test_manhole_tap.pyc
-${PYSITELIB}/twisted/conch/test/test_manhole_tap.pyo
-${PYSITELIB}/twisted/conch/test/test_mixin.py
-${PYSITELIB}/twisted/conch/test/test_mixin.pyc
-${PYSITELIB}/twisted/conch/test/test_mixin.pyo
-${PYSITELIB}/twisted/conch/test/test_openssh_compat.py
-${PYSITELIB}/twisted/conch/test/test_openssh_compat.pyc
-${PYSITELIB}/twisted/conch/test/test_openssh_compat.pyo
-${PYSITELIB}/twisted/conch/test/test_recvline.py
-${PYSITELIB}/twisted/conch/test/test_recvline.pyc
-${PYSITELIB}/twisted/conch/test/test_recvline.pyo
-${PYSITELIB}/twisted/conch/test/test_scripts.py
-${PYSITELIB}/twisted/conch/test/test_scripts.pyc
-${PYSITELIB}/twisted/conch/test/test_scripts.pyo
-${PYSITELIB}/twisted/conch/test/test_session.py
-${PYSITELIB}/twisted/conch/test/test_session.pyc
-${PYSITELIB}/twisted/conch/test/test_session.pyo
-${PYSITELIB}/twisted/conch/test/test_ssh.py
-${PYSITELIB}/twisted/conch/test/test_ssh.pyc
-${PYSITELIB}/twisted/conch/test/test_ssh.pyo
-${PYSITELIB}/twisted/conch/test/test_tap.py
-${PYSITELIB}/twisted/conch/test/test_tap.pyc
-${PYSITELIB}/twisted/conch/test/test_tap.pyo
-${PYSITELIB}/twisted/conch/test/test_telnet.py
-${PYSITELIB}/twisted/conch/test/test_telnet.pyc
-${PYSITELIB}/twisted/conch/test/test_telnet.pyo
-${PYSITELIB}/twisted/conch/test/test_text.py
-${PYSITELIB}/twisted/conch/test/test_text.pyc
-${PYSITELIB}/twisted/conch/test/test_text.pyo
-${PYSITELIB}/twisted/conch/test/test_transport.py
-${PYSITELIB}/twisted/conch/test/test_transport.pyc
-${PYSITELIB}/twisted/conch/test/test_transport.pyo
-${PYSITELIB}/twisted/conch/test/test_unix.py
-${PYSITELIB}/twisted/conch/test/test_unix.pyc
-${PYSITELIB}/twisted/conch/test/test_unix.pyo
-${PYSITELIB}/twisted/conch/test/test_userauth.py
-${PYSITELIB}/twisted/conch/test/test_userauth.pyc
-${PYSITELIB}/twisted/conch/test/test_userauth.pyo
-${PYSITELIB}/twisted/conch/test/test_window.py
-${PYSITELIB}/twisted/conch/test/test_window.pyc
-${PYSITELIB}/twisted/conch/test/test_window.pyo
-${PYSITELIB}/twisted/conch/ttymodes.py
-${PYSITELIB}/twisted/conch/ttymodes.pyc
-${PYSITELIB}/twisted/conch/ttymodes.pyo
-${PYSITELIB}/twisted/conch/ui/__init__.py
-${PYSITELIB}/twisted/conch/ui/__init__.pyc
-${PYSITELIB}/twisted/conch/ui/__init__.pyo
-${PYSITELIB}/twisted/conch/ui/ansi.py
-${PYSITELIB}/twisted/conch/ui/ansi.pyc
-${PYSITELIB}/twisted/conch/ui/ansi.pyo
-${PYSITELIB}/twisted/conch/ui/tkvt100.py
-${PYSITELIB}/twisted/conch/ui/tkvt100.pyc
-${PYSITELIB}/twisted/conch/ui/tkvt100.pyo
-${PYSITELIB}/twisted/conch/unix.py
-${PYSITELIB}/twisted/conch/unix.pyc
-${PYSITELIB}/twisted/conch/unix.pyo
-${PYSITELIB}/twisted/copyright.py
-${PYSITELIB}/twisted/copyright.pyc
-${PYSITELIB}/twisted/copyright.pyo
-${PYSITELIB}/twisted/cred/__init__.py
-${PYSITELIB}/twisted/cred/__init__.pyc
-${PYSITELIB}/twisted/cred/__init__.pyo
-${PYSITELIB}/twisted/cred/_digest.py
-${PYSITELIB}/twisted/cred/_digest.pyc
-${PYSITELIB}/twisted/cred/_digest.pyo
-${PYSITELIB}/twisted/cred/checkers.py
-${PYSITELIB}/twisted/cred/checkers.pyc
-${PYSITELIB}/twisted/cred/checkers.pyo
-${PYSITELIB}/twisted/cred/credentials.py
-${PYSITELIB}/twisted/cred/credentials.pyc
-${PYSITELIB}/twisted/cred/credentials.pyo
-${PYSITELIB}/twisted/cred/error.py
-${PYSITELIB}/twisted/cred/error.pyc
-${PYSITELIB}/twisted/cred/error.pyo
-${PYSITELIB}/twisted/cred/portal.py
-${PYSITELIB}/twisted/cred/portal.pyc
-${PYSITELIB}/twisted/cred/portal.pyo
-${PYSITELIB}/twisted/cred/strcred.py
-${PYSITELIB}/twisted/cred/strcred.pyc
-${PYSITELIB}/twisted/cred/strcred.pyo
-${PYSITELIB}/twisted/cred/test/__init__.py
-${PYSITELIB}/twisted/cred/test/__init__.pyc
-${PYSITELIB}/twisted/cred/test/__init__.pyo
-${PYSITELIB}/twisted/cred/test/test_cramauth.py
-${PYSITELIB}/twisted/cred/test/test_cramauth.pyc
-${PYSITELIB}/twisted/cred/test/test_cramauth.pyo
-${PYSITELIB}/twisted/cred/test/test_cred.py
-${PYSITELIB}/twisted/cred/test/test_cred.pyc
-${PYSITELIB}/twisted/cred/test/test_cred.pyo
-${PYSITELIB}/twisted/cred/test/test_digestauth.py
-${PYSITELIB}/twisted/cred/test/test_digestauth.pyc
-${PYSITELIB}/twisted/cred/test/test_digestauth.pyo
-${PYSITELIB}/twisted/cred/test/test_simpleauth.py
-${PYSITELIB}/twisted/cred/test/test_simpleauth.pyc
-${PYSITELIB}/twisted/cred/test/test_simpleauth.pyo
-${PYSITELIB}/twisted/cred/test/test_strcred.py
-${PYSITELIB}/twisted/cred/test/test_strcred.pyc
-${PYSITELIB}/twisted/cred/test/test_strcred.pyo
-${PYSITELIB}/twisted/enterprise/__init__.py
-${PYSITELIB}/twisted/enterprise/__init__.pyc
-${PYSITELIB}/twisted/enterprise/__init__.pyo
-${PYSITELIB}/twisted/enterprise/adbapi.py
-${PYSITELIB}/twisted/enterprise/adbapi.pyc
-${PYSITELIB}/twisted/enterprise/adbapi.pyo
-${PYSITELIB}/twisted/internet/__init__.py
-${PYSITELIB}/twisted/internet/__init__.pyc
-${PYSITELIB}/twisted/internet/__init__.pyo
-${PYSITELIB}/twisted/internet/_baseprocess.py
-${PYSITELIB}/twisted/internet/_baseprocess.pyc
-${PYSITELIB}/twisted/internet/_baseprocess.pyo
-${PYSITELIB}/twisted/internet/_dumbwin32proc.py
-${PYSITELIB}/twisted/internet/_dumbwin32proc.pyc
-${PYSITELIB}/twisted/internet/_dumbwin32proc.pyo
-${PYSITELIB}/twisted/internet/_glibbase.py
-${PYSITELIB}/twisted/internet/_glibbase.pyc
-${PYSITELIB}/twisted/internet/_glibbase.pyo
-${PYSITELIB}/twisted/internet/_idna.py
-${PYSITELIB}/twisted/internet/_idna.pyc
-${PYSITELIB}/twisted/internet/_idna.pyo
-${PYSITELIB}/twisted/internet/_newtls.py
-${PYSITELIB}/twisted/internet/_newtls.pyc
-${PYSITELIB}/twisted/internet/_newtls.pyo
-${PYSITELIB}/twisted/internet/_pollingfile.py
-${PYSITELIB}/twisted/internet/_pollingfile.pyc
-${PYSITELIB}/twisted/internet/_pollingfile.pyo
-${PYSITELIB}/twisted/internet/_posixserialport.py
-${PYSITELIB}/twisted/internet/_posixserialport.pyc
-${PYSITELIB}/twisted/internet/_posixserialport.pyo
-${PYSITELIB}/twisted/internet/_posixstdio.py
-${PYSITELIB}/twisted/internet/_posixstdio.pyc
-${PYSITELIB}/twisted/internet/_posixstdio.pyo
-${PYSITELIB}/twisted/internet/_producer_helpers.py
-${PYSITELIB}/twisted/internet/_producer_helpers.pyc
-${PYSITELIB}/twisted/internet/_producer_helpers.pyo
-${PYSITELIB}/twisted/internet/_resolver.py
-${PYSITELIB}/twisted/internet/_resolver.pyc
-${PYSITELIB}/twisted/internet/_resolver.pyo
-${PYSITELIB}/twisted/internet/_signals.py
-${PYSITELIB}/twisted/internet/_signals.pyc
-${PYSITELIB}/twisted/internet/_signals.pyo
-${PYSITELIB}/twisted/internet/_sslverify.py
-${PYSITELIB}/twisted/internet/_sslverify.pyc
-${PYSITELIB}/twisted/internet/_sslverify.pyo
-${PYSITELIB}/twisted/internet/_threadedselect.py
-${PYSITELIB}/twisted/internet/_threadedselect.pyc
-${PYSITELIB}/twisted/internet/_threadedselect.pyo
-${PYSITELIB}/twisted/internet/_win32serialport.py
-${PYSITELIB}/twisted/internet/_win32serialport.pyc
-${PYSITELIB}/twisted/internet/_win32serialport.pyo
-${PYSITELIB}/twisted/internet/_win32stdio.py
-${PYSITELIB}/twisted/internet/_win32stdio.pyc
-${PYSITELIB}/twisted/internet/_win32stdio.pyo
-${PYSITELIB}/twisted/internet/abstract.py
-${PYSITELIB}/twisted/internet/abstract.pyc
-${PYSITELIB}/twisted/internet/abstract.pyo
-${PYSITELIB}/twisted/internet/address.py
-${PYSITELIB}/twisted/internet/address.pyc
-${PYSITELIB}/twisted/internet/address.pyo
-${PYSITELIB}/twisted/internet/asyncioreactor.py
-${PYSITELIB}/twisted/internet/asyncioreactor.pyc
-${PYSITELIB}/twisted/internet/asyncioreactor.pyo
-${PYSITELIB}/twisted/internet/base.py
-${PYSITELIB}/twisted/internet/base.pyc
-${PYSITELIB}/twisted/internet/base.pyo
-${PYSITELIB}/twisted/internet/cfreactor.py
-${PYSITELIB}/twisted/internet/cfreactor.pyc
-${PYSITELIB}/twisted/internet/cfreactor.pyo
-${PYSITELIB}/twisted/internet/default.py
-${PYSITELIB}/twisted/internet/default.pyc
-${PYSITELIB}/twisted/internet/default.pyo
-${PYSITELIB}/twisted/internet/defer.py
-${PYSITELIB}/twisted/internet/defer.pyc
-${PYSITELIB}/twisted/internet/defer.pyo
-${PYSITELIB}/twisted/internet/endpoints.py
-${PYSITELIB}/twisted/internet/endpoints.pyc
-${PYSITELIB}/twisted/internet/endpoints.pyo
-${PYSITELIB}/twisted/internet/epollreactor.py
-${PYSITELIB}/twisted/internet/epollreactor.pyc
-${PYSITELIB}/twisted/internet/epollreactor.pyo
-${PYSITELIB}/twisted/internet/error.py
-${PYSITELIB}/twisted/internet/error.pyc
-${PYSITELIB}/twisted/internet/error.pyo
-${PYSITELIB}/twisted/internet/fdesc.py
-${PYSITELIB}/twisted/internet/fdesc.pyc
-${PYSITELIB}/twisted/internet/fdesc.pyo
-${PYSITELIB}/twisted/internet/gireactor.py
-${PYSITELIB}/twisted/internet/gireactor.pyc
-${PYSITELIB}/twisted/internet/gireactor.pyo
-${PYSITELIB}/twisted/internet/glib2reactor.py
-${PYSITELIB}/twisted/internet/glib2reactor.pyc
-${PYSITELIB}/twisted/internet/glib2reactor.pyo
-${PYSITELIB}/twisted/internet/gtk2reactor.py
-${PYSITELIB}/twisted/internet/gtk2reactor.pyc
-${PYSITELIB}/twisted/internet/gtk2reactor.pyo
-${PYSITELIB}/twisted/internet/gtk3reactor.py
-${PYSITELIB}/twisted/internet/gtk3reactor.pyc
-${PYSITELIB}/twisted/internet/gtk3reactor.pyo
-${PYSITELIB}/twisted/internet/inotify.py
-${PYSITELIB}/twisted/internet/inotify.pyc
-${PYSITELIB}/twisted/internet/inotify.pyo
-${PYSITELIB}/twisted/internet/interfaces.py
-${PYSITELIB}/twisted/internet/interfaces.pyc
-${PYSITELIB}/twisted/internet/interfaces.pyo
-${PYSITELIB}/twisted/internet/iocpreactor/__init__.py
-${PYSITELIB}/twisted/internet/iocpreactor/__init__.pyc
-${PYSITELIB}/twisted/internet/iocpreactor/__init__.pyo
-${PYSITELIB}/twisted/internet/iocpreactor/abstract.py
-${PYSITELIB}/twisted/internet/iocpreactor/abstract.pyc
-${PYSITELIB}/twisted/internet/iocpreactor/abstract.pyo
-${PYSITELIB}/twisted/internet/iocpreactor/const.py
-${PYSITELIB}/twisted/internet/iocpreactor/const.pyc
-${PYSITELIB}/twisted/internet/iocpreactor/const.pyo
-${PYSITELIB}/twisted/internet/iocpreactor/interfaces.py
-${PYSITELIB}/twisted/internet/iocpreactor/interfaces.pyc
-${PYSITELIB}/twisted/internet/iocpreactor/interfaces.pyo
-${PYSITELIB}/twisted/internet/iocpreactor/notes.txt
-${PYSITELIB}/twisted/internet/iocpreactor/reactor.py
-${PYSITELIB}/twisted/internet/iocpreactor/reactor.pyc
-${PYSITELIB}/twisted/internet/iocpreactor/reactor.pyo
-${PYSITELIB}/twisted/internet/iocpreactor/setup.py
-${PYSITELIB}/twisted/internet/iocpreactor/setup.pyc
-${PYSITELIB}/twisted/internet/iocpreactor/setup.pyo
-${PYSITELIB}/twisted/internet/iocpreactor/tcp.py
-${PYSITELIB}/twisted/internet/iocpreactor/tcp.pyc
-${PYSITELIB}/twisted/internet/iocpreactor/tcp.pyo
-${PYSITELIB}/twisted/internet/iocpreactor/udp.py
-${PYSITELIB}/twisted/internet/iocpreactor/udp.pyc
-${PYSITELIB}/twisted/internet/iocpreactor/udp.pyo
-${PYSITELIB}/twisted/internet/kqreactor.py
-${PYSITELIB}/twisted/internet/kqreactor.pyc
-${PYSITELIB}/twisted/internet/kqreactor.pyo
-${PYSITELIB}/twisted/internet/main.py
-${PYSITELIB}/twisted/internet/main.pyc
-${PYSITELIB}/twisted/internet/main.pyo
-${PYSITELIB}/twisted/internet/pollreactor.py
-${PYSITELIB}/twisted/internet/pollreactor.pyc
-${PYSITELIB}/twisted/internet/pollreactor.pyo
-${PYSITELIB}/twisted/internet/posixbase.py
-${PYSITELIB}/twisted/internet/posixbase.pyc
-${PYSITELIB}/twisted/internet/posixbase.pyo
-${PYSITELIB}/twisted/internet/process.py
-${PYSITELIB}/twisted/internet/process.pyc
-${PYSITELIB}/twisted/internet/process.pyo
-${PYSITELIB}/twisted/internet/protocol.py
-${PYSITELIB}/twisted/internet/protocol.pyc
-${PYSITELIB}/twisted/internet/protocol.pyo
-${PYSITELIB}/twisted/internet/pyuisupport.py
-${PYSITELIB}/twisted/internet/pyuisupport.pyc
-${PYSITELIB}/twisted/internet/pyuisupport.pyo
-${PYSITELIB}/twisted/internet/reactor.py
-${PYSITELIB}/twisted/internet/reactor.pyc
-${PYSITELIB}/twisted/internet/reactor.pyo
-${PYSITELIB}/twisted/internet/selectreactor.py
-${PYSITELIB}/twisted/internet/selectreactor.pyc
-${PYSITELIB}/twisted/internet/selectreactor.pyo
-${PYSITELIB}/twisted/internet/serialport.py
-${PYSITELIB}/twisted/internet/serialport.pyc
-${PYSITELIB}/twisted/internet/serialport.pyo
-${PYSITELIB}/twisted/internet/ssl.py
-${PYSITELIB}/twisted/internet/ssl.pyc
-${PYSITELIB}/twisted/internet/ssl.pyo
-${PYSITELIB}/twisted/internet/stdio.py
-${PYSITELIB}/twisted/internet/stdio.pyc
-${PYSITELIB}/twisted/internet/stdio.pyo
-${PYSITELIB}/twisted/internet/task.py
-${PYSITELIB}/twisted/internet/task.pyc
-${PYSITELIB}/twisted/internet/task.pyo
-${PYSITELIB}/twisted/internet/tcp.py
-${PYSITELIB}/twisted/internet/tcp.pyc
-${PYSITELIB}/twisted/internet/tcp.pyo
-${PYSITELIB}/twisted/internet/test/__init__.py
-${PYSITELIB}/twisted/internet/test/__init__.pyc
-${PYSITELIB}/twisted/internet/test/__init__.pyo
-${PYSITELIB}/twisted/internet/test/_awaittests.py.3only
-${PYSITELIB}/twisted/internet/test/_posixifaces.py
-${PYSITELIB}/twisted/internet/test/_posixifaces.pyc
-${PYSITELIB}/twisted/internet/test/_posixifaces.pyo
-${PYSITELIB}/twisted/internet/test/_win32ifaces.py
-${PYSITELIB}/twisted/internet/test/_win32ifaces.pyc
-${PYSITELIB}/twisted/internet/test/_win32ifaces.pyo
-${PYSITELIB}/twisted/internet/test/_yieldfromtests.py.3only
-${PYSITELIB}/twisted/internet/test/connectionmixins.py
-${PYSITELIB}/twisted/internet/test/connectionmixins.pyc
-${PYSITELIB}/twisted/internet/test/connectionmixins.pyo
-${PYSITELIB}/twisted/internet/test/fake_CAs/chain.pem
-${PYSITELIB}/twisted/internet/test/fake_CAs/not-a-certificate
-${PYSITELIB}/twisted/internet/test/fake_CAs/thing1.pem
-${PYSITELIB}/twisted/internet/test/fake_CAs/thing2-duplicate.pem
-${PYSITELIB}/twisted/internet/test/fake_CAs/thing2.pem
-${PYSITELIB}/twisted/internet/test/fakeendpoint.py
-${PYSITELIB}/twisted/internet/test/fakeendpoint.pyc
-${PYSITELIB}/twisted/internet/test/fakeendpoint.pyo
-${PYSITELIB}/twisted/internet/test/modulehelpers.py
-${PYSITELIB}/twisted/internet/test/modulehelpers.pyc
-${PYSITELIB}/twisted/internet/test/modulehelpers.pyo
-${PYSITELIB}/twisted/internet/test/process_cli.py
-${PYSITELIB}/twisted/internet/test/process_cli.pyc
-${PYSITELIB}/twisted/internet/test/process_cli.pyo
-${PYSITELIB}/twisted/internet/test/process_connectionlost.py
-${PYSITELIB}/twisted/internet/test/process_connectionlost.pyc
-${PYSITELIB}/twisted/internet/test/process_connectionlost.pyo
-${PYSITELIB}/twisted/internet/test/process_gireactornocompat.py
-${PYSITELIB}/twisted/internet/test/process_gireactornocompat.pyc
-${PYSITELIB}/twisted/internet/test/process_gireactornocompat.pyo
-${PYSITELIB}/twisted/internet/test/process_helper.py
-${PYSITELIB}/twisted/internet/test/process_helper.pyc
-${PYSITELIB}/twisted/internet/test/process_helper.pyo
-${PYSITELIB}/twisted/internet/test/reactormixins.py
-${PYSITELIB}/twisted/internet/test/reactormixins.pyc
-${PYSITELIB}/twisted/internet/test/reactormixins.pyo
-${PYSITELIB}/twisted/internet/test/test_abstract.py
-${PYSITELIB}/twisted/internet/test/test_abstract.pyc
-${PYSITELIB}/twisted/internet/test/test_abstract.pyo
-${PYSITELIB}/twisted/internet/test/test_address.py
-${PYSITELIB}/twisted/internet/test/test_address.pyc
-${PYSITELIB}/twisted/internet/test/test_address.pyo
-${PYSITELIB}/twisted/internet/test/test_asyncioreactor.py
-${PYSITELIB}/twisted/internet/test/test_asyncioreactor.pyc
-${PYSITELIB}/twisted/internet/test/test_asyncioreactor.pyo
-${PYSITELIB}/twisted/internet/test/test_base.py
-${PYSITELIB}/twisted/internet/test/test_base.pyc
-${PYSITELIB}/twisted/internet/test/test_base.pyo
-${PYSITELIB}/twisted/internet/test/test_baseprocess.py
-${PYSITELIB}/twisted/internet/test/test_baseprocess.pyc
-${PYSITELIB}/twisted/internet/test/test_baseprocess.pyo
-${PYSITELIB}/twisted/internet/test/test_core.py
-${PYSITELIB}/twisted/internet/test/test_core.pyc
-${PYSITELIB}/twisted/internet/test/test_core.pyo
-${PYSITELIB}/twisted/internet/test/test_coroutines.py
-${PYSITELIB}/twisted/internet/test/test_coroutines.pyc
-${PYSITELIB}/twisted/internet/test/test_coroutines.pyo
-${PYSITELIB}/twisted/internet/test/test_default.py
-${PYSITELIB}/twisted/internet/test/test_default.pyc
-${PYSITELIB}/twisted/internet/test/test_default.pyo
-${PYSITELIB}/twisted/internet/test/test_endpoints.py
-${PYSITELIB}/twisted/internet/test/test_endpoints.pyc
-${PYSITELIB}/twisted/internet/test/test_endpoints.pyo
-${PYSITELIB}/twisted/internet/test/test_epollreactor.py
-${PYSITELIB}/twisted/internet/test/test_epollreactor.pyc
-${PYSITELIB}/twisted/internet/test/test_epollreactor.pyo
-${PYSITELIB}/twisted/internet/test/test_error.py
-${PYSITELIB}/twisted/internet/test/test_error.pyc
-${PYSITELIB}/twisted/internet/test/test_error.pyo
-${PYSITELIB}/twisted/internet/test/test_fdset.py
-${PYSITELIB}/twisted/internet/test/test_fdset.pyc
-${PYSITELIB}/twisted/internet/test/test_fdset.pyo
-${PYSITELIB}/twisted/internet/test/test_filedescriptor.py
-${PYSITELIB}/twisted/internet/test/test_filedescriptor.pyc
-${PYSITELIB}/twisted/internet/test/test_filedescriptor.pyo
-${PYSITELIB}/twisted/internet/test/test_gireactor.py
-${PYSITELIB}/twisted/internet/test/test_gireactor.pyc
-${PYSITELIB}/twisted/internet/test/test_gireactor.pyo
-${PYSITELIB}/twisted/internet/test/test_glibbase.py
-${PYSITELIB}/twisted/internet/test/test_glibbase.pyc
-${PYSITELIB}/twisted/internet/test/test_glibbase.pyo
-${PYSITELIB}/twisted/internet/test/test_inlinecb.py
-${PYSITELIB}/twisted/internet/test/test_inlinecb.pyc
-${PYSITELIB}/twisted/internet/test/test_inlinecb.pyo
-${PYSITELIB}/twisted/internet/test/test_inotify.py
-${PYSITELIB}/twisted/internet/test/test_inotify.pyc
-${PYSITELIB}/twisted/internet/test/test_inotify.pyo
-${PYSITELIB}/twisted/internet/test/test_iocp.py
-${PYSITELIB}/twisted/internet/test/test_iocp.pyc
-${PYSITELIB}/twisted/internet/test/test_iocp.pyo
-${PYSITELIB}/twisted/internet/test/test_kqueuereactor.py
-${PYSITELIB}/twisted/internet/test/test_kqueuereactor.pyc
-${PYSITELIB}/twisted/internet/test/test_kqueuereactor.pyo
-${PYSITELIB}/twisted/internet/test/test_main.py
-${PYSITELIB}/twisted/internet/test/test_main.pyc
-${PYSITELIB}/twisted/internet/test/test_main.pyo
-${PYSITELIB}/twisted/internet/test/test_newtls.py
-${PYSITELIB}/twisted/internet/test/test_newtls.pyc
-${PYSITELIB}/twisted/internet/test/test_newtls.pyo
-${PYSITELIB}/twisted/internet/test/test_pollingfile.py
-${PYSITELIB}/twisted/internet/test/test_pollingfile.pyc
-${PYSITELIB}/twisted/internet/test/test_pollingfile.pyo
-${PYSITELIB}/twisted/internet/test/test_posixbase.py
-${PYSITELIB}/twisted/internet/test/test_posixbase.pyc
-${PYSITELIB}/twisted/internet/test/test_posixbase.pyo
-${PYSITELIB}/twisted/internet/test/test_posixprocess.py
-${PYSITELIB}/twisted/internet/test/test_posixprocess.pyc
-${PYSITELIB}/twisted/internet/test/test_posixprocess.pyo
-${PYSITELIB}/twisted/internet/test/test_process.py
-${PYSITELIB}/twisted/internet/test/test_process.pyc
-${PYSITELIB}/twisted/internet/test/test_process.pyo
-${PYSITELIB}/twisted/internet/test/test_protocol.py
-${PYSITELIB}/twisted/internet/test/test_protocol.pyc
-${PYSITELIB}/twisted/internet/test/test_protocol.pyo
-${PYSITELIB}/twisted/internet/test/test_resolver.py
-${PYSITELIB}/twisted/internet/test/test_resolver.pyc
-${PYSITELIB}/twisted/internet/test/test_resolver.pyo
-${PYSITELIB}/twisted/internet/test/test_serialport.py
-${PYSITELIB}/twisted/internet/test/test_serialport.pyc
-${PYSITELIB}/twisted/internet/test/test_serialport.pyo
-${PYSITELIB}/twisted/internet/test/test_sigchld.py
-${PYSITELIB}/twisted/internet/test/test_sigchld.pyc
-${PYSITELIB}/twisted/internet/test/test_sigchld.pyo
-${PYSITELIB}/twisted/internet/test/test_socket.py
-${PYSITELIB}/twisted/internet/test/test_socket.pyc
-${PYSITELIB}/twisted/internet/test/test_socket.pyo
-${PYSITELIB}/twisted/internet/test/test_stdio.py
-${PYSITELIB}/twisted/internet/test/test_stdio.pyc
-${PYSITELIB}/twisted/internet/test/test_stdio.pyo
-${PYSITELIB}/twisted/internet/test/test_tcp.py
-${PYSITELIB}/twisted/internet/test/test_tcp.pyc
-${PYSITELIB}/twisted/internet/test/test_tcp.pyo
-${PYSITELIB}/twisted/internet/test/test_testing.py
-${PYSITELIB}/twisted/internet/test/test_testing.pyc
-${PYSITELIB}/twisted/internet/test/test_testing.pyo
-${PYSITELIB}/twisted/internet/test/test_threads.py
-${PYSITELIB}/twisted/internet/test/test_threads.pyc
-${PYSITELIB}/twisted/internet/test/test_threads.pyo
-${PYSITELIB}/twisted/internet/test/test_time.py
-${PYSITELIB}/twisted/internet/test/test_time.pyc
-${PYSITELIB}/twisted/internet/test/test_time.pyo
-${PYSITELIB}/twisted/internet/test/test_tls.py
-${PYSITELIB}/twisted/internet/test/test_tls.pyc
-${PYSITELIB}/twisted/internet/test/test_tls.pyo
-${PYSITELIB}/twisted/internet/test/test_udp.py
-${PYSITELIB}/twisted/internet/test/test_udp.pyc
-${PYSITELIB}/twisted/internet/test/test_udp.pyo
-${PYSITELIB}/twisted/internet/test/test_udp_internals.py
-${PYSITELIB}/twisted/internet/test/test_udp_internals.pyc
-${PYSITELIB}/twisted/internet/test/test_udp_internals.pyo
-${PYSITELIB}/twisted/internet/test/test_unix.py
-${PYSITELIB}/twisted/internet/test/test_unix.pyc
-${PYSITELIB}/twisted/internet/test/test_unix.pyo
-${PYSITELIB}/twisted/internet/test/test_win32events.py
-${PYSITELIB}/twisted/internet/test/test_win32events.pyc
-${PYSITELIB}/twisted/internet/test/test_win32events.pyo
-${PYSITELIB}/twisted/internet/test/test_win32serialport.py
-${PYSITELIB}/twisted/internet/test/test_win32serialport.pyc
-${PYSITELIB}/twisted/internet/test/test_win32serialport.pyo
-${PYSITELIB}/twisted/internet/testing.py
-${PYSITELIB}/twisted/internet/testing.pyc
-${PYSITELIB}/twisted/internet/testing.pyo
-${PYSITELIB}/twisted/internet/threads.py
-${PYSITELIB}/twisted/internet/threads.pyc
-${PYSITELIB}/twisted/internet/threads.pyo
-${PYSITELIB}/twisted/internet/tksupport.py
-${PYSITELIB}/twisted/internet/tksupport.pyc
-${PYSITELIB}/twisted/internet/tksupport.pyo
-${PYSITELIB}/twisted/internet/udp.py
-${PYSITELIB}/twisted/internet/udp.pyc
-${PYSITELIB}/twisted/internet/udp.pyo
-${PYSITELIB}/twisted/internet/unix.py
-${PYSITELIB}/twisted/internet/unix.pyc
-${PYSITELIB}/twisted/internet/unix.pyo
-${PYSITELIB}/twisted/internet/utils.py
-${PYSITELIB}/twisted/internet/utils.pyc
-${PYSITELIB}/twisted/internet/utils.pyo
-${PYSITELIB}/twisted/internet/win32eventreactor.py
-${PYSITELIB}/twisted/internet/win32eventreactor.pyc
-${PYSITELIB}/twisted/internet/win32eventreactor.pyo
-${PYSITELIB}/twisted/internet/wxreactor.py
-${PYSITELIB}/twisted/internet/wxreactor.pyc
-${PYSITELIB}/twisted/internet/wxreactor.pyo
-${PYSITELIB}/twisted/internet/wxsupport.py
-${PYSITELIB}/twisted/internet/wxsupport.pyc
-${PYSITELIB}/twisted/internet/wxsupport.pyo
-${PYSITELIB}/twisted/logger/__init__.py
-${PYSITELIB}/twisted/logger/__init__.pyc
-${PYSITELIB}/twisted/logger/__init__.pyo
-${PYSITELIB}/twisted/logger/_buffer.py
-${PYSITELIB}/twisted/logger/_buffer.pyc
-${PYSITELIB}/twisted/logger/_buffer.pyo
-${PYSITELIB}/twisted/logger/_capture.py
-${PYSITELIB}/twisted/logger/_capture.pyc
-${PYSITELIB}/twisted/logger/_capture.pyo
-${PYSITELIB}/twisted/logger/_file.py
-${PYSITELIB}/twisted/logger/_file.pyc
-${PYSITELIB}/twisted/logger/_file.pyo
-${PYSITELIB}/twisted/logger/_filter.py
-${PYSITELIB}/twisted/logger/_filter.pyc
-${PYSITELIB}/twisted/logger/_filter.pyo
-${PYSITELIB}/twisted/logger/_flatten.py
-${PYSITELIB}/twisted/logger/_flatten.pyc
-${PYSITELIB}/twisted/logger/_flatten.pyo
-${PYSITELIB}/twisted/logger/_format.py
-${PYSITELIB}/twisted/logger/_format.pyc
-${PYSITELIB}/twisted/logger/_format.pyo
-${PYSITELIB}/twisted/logger/_global.py
-${PYSITELIB}/twisted/logger/_global.pyc
-${PYSITELIB}/twisted/logger/_global.pyo
-${PYSITELIB}/twisted/logger/_io.py
-${PYSITELIB}/twisted/logger/_io.pyc
-${PYSITELIB}/twisted/logger/_io.pyo
-${PYSITELIB}/twisted/logger/_json.py
-${PYSITELIB}/twisted/logger/_json.pyc
-${PYSITELIB}/twisted/logger/_json.pyo
-${PYSITELIB}/twisted/logger/_legacy.py
-${PYSITELIB}/twisted/logger/_legacy.pyc
-${PYSITELIB}/twisted/logger/_legacy.pyo
-${PYSITELIB}/twisted/logger/_levels.py
-${PYSITELIB}/twisted/logger/_levels.pyc
-${PYSITELIB}/twisted/logger/_levels.pyo
-${PYSITELIB}/twisted/logger/_logger.py
-${PYSITELIB}/twisted/logger/_logger.pyc
-${PYSITELIB}/twisted/logger/_logger.pyo
-${PYSITELIB}/twisted/logger/_observer.py
-${PYSITELIB}/twisted/logger/_observer.pyc
-${PYSITELIB}/twisted/logger/_observer.pyo
-${PYSITELIB}/twisted/logger/_stdlib.py
-${PYSITELIB}/twisted/logger/_stdlib.pyc
-${PYSITELIB}/twisted/logger/_stdlib.pyo
-${PYSITELIB}/twisted/logger/_util.py
-${PYSITELIB}/twisted/logger/_util.pyc
-${PYSITELIB}/twisted/logger/_util.pyo
-${PYSITELIB}/twisted/logger/test/__init__.py
-${PYSITELIB}/twisted/logger/test/__init__.pyc
-${PYSITELIB}/twisted/logger/test/__init__.pyo
-${PYSITELIB}/twisted/logger/test/test_buffer.py
-${PYSITELIB}/twisted/logger/test/test_buffer.pyc
-${PYSITELIB}/twisted/logger/test/test_buffer.pyo
-${PYSITELIB}/twisted/logger/test/test_capture.py
-${PYSITELIB}/twisted/logger/test/test_capture.pyc
-${PYSITELIB}/twisted/logger/test/test_capture.pyo
-${PYSITELIB}/twisted/logger/test/test_file.py
-${PYSITELIB}/twisted/logger/test/test_file.pyc
-${PYSITELIB}/twisted/logger/test/test_file.pyo
-${PYSITELIB}/twisted/logger/test/test_filter.py
-${PYSITELIB}/twisted/logger/test/test_filter.pyc
-${PYSITELIB}/twisted/logger/test/test_filter.pyo
-${PYSITELIB}/twisted/logger/test/test_flatten.py
-${PYSITELIB}/twisted/logger/test/test_flatten.pyc
-${PYSITELIB}/twisted/logger/test/test_flatten.pyo
-${PYSITELIB}/twisted/logger/test/test_format.py
-${PYSITELIB}/twisted/logger/test/test_format.pyc
-${PYSITELIB}/twisted/logger/test/test_format.pyo
-${PYSITELIB}/twisted/logger/test/test_global.py
-${PYSITELIB}/twisted/logger/test/test_global.pyc
-${PYSITELIB}/twisted/logger/test/test_global.pyo
-${PYSITELIB}/twisted/logger/test/test_io.py
-${PYSITELIB}/twisted/logger/test/test_io.pyc
-${PYSITELIB}/twisted/logger/test/test_io.pyo
-${PYSITELIB}/twisted/logger/test/test_json.py
-${PYSITELIB}/twisted/logger/test/test_json.pyc
-${PYSITELIB}/twisted/logger/test/test_json.pyo
-${PYSITELIB}/twisted/logger/test/test_legacy.py
-${PYSITELIB}/twisted/logger/test/test_legacy.pyc
-${PYSITELIB}/twisted/logger/test/test_legacy.pyo
-${PYSITELIB}/twisted/logger/test/test_levels.py
-${PYSITELIB}/twisted/logger/test/test_levels.pyc
-${PYSITELIB}/twisted/logger/test/test_levels.pyo
-${PYSITELIB}/twisted/logger/test/test_logger.py
-${PYSITELIB}/twisted/logger/test/test_logger.pyc
-${PYSITELIB}/twisted/logger/test/test_logger.pyo
-${PYSITELIB}/twisted/logger/test/test_observer.py
-${PYSITELIB}/twisted/logger/test/test_observer.pyc
-${PYSITELIB}/twisted/logger/test/test_observer.pyo
-${PYSITELIB}/twisted/logger/test/test_stdlib.py
-${PYSITELIB}/twisted/logger/test/test_stdlib.pyc
-${PYSITELIB}/twisted/logger/test/test_stdlib.pyo
-${PYSITELIB}/twisted/logger/test/test_util.py
-${PYSITELIB}/twisted/logger/test/test_util.pyc
-${PYSITELIB}/twisted/logger/test/test_util.pyo
-${PYSITELIB}/twisted/mail/__init__.py
-${PYSITELIB}/twisted/mail/__init__.pyc
-${PYSITELIB}/twisted/mail/__init__.pyo
-${PYSITELIB}/twisted/mail/_cred.py
-${PYSITELIB}/twisted/mail/_cred.pyc
-${PYSITELIB}/twisted/mail/_cred.pyo
-${PYSITELIB}/twisted/mail/_except.py
-${PYSITELIB}/twisted/mail/_except.pyc
-${PYSITELIB}/twisted/mail/_except.pyo
-${PYSITELIB}/twisted/mail/alias.py
-${PYSITELIB}/twisted/mail/alias.pyc
-${PYSITELIB}/twisted/mail/alias.pyo
-${PYSITELIB}/twisted/mail/bounce.py
-${PYSITELIB}/twisted/mail/bounce.pyc
-${PYSITELIB}/twisted/mail/bounce.pyo
-${PYSITELIB}/twisted/mail/imap4.py
-${PYSITELIB}/twisted/mail/imap4.pyc
-${PYSITELIB}/twisted/mail/imap4.pyo
-${PYSITELIB}/twisted/mail/interfaces.py
-${PYSITELIB}/twisted/mail/interfaces.pyc
-${PYSITELIB}/twisted/mail/interfaces.pyo
-${PYSITELIB}/twisted/mail/mail.py
-${PYSITELIB}/twisted/mail/mail.pyc
-${PYSITELIB}/twisted/mail/mail.pyo
-${PYSITELIB}/twisted/mail/maildir.py
-${PYSITELIB}/twisted/mail/maildir.pyc
-${PYSITELIB}/twisted/mail/maildir.pyo
-${PYSITELIB}/twisted/mail/pb.py
-${PYSITELIB}/twisted/mail/pb.pyc
-${PYSITELIB}/twisted/mail/pb.pyo
-${PYSITELIB}/twisted/mail/pop3.py
-${PYSITELIB}/twisted/mail/pop3.pyc
-${PYSITELIB}/twisted/mail/pop3.pyo
-${PYSITELIB}/twisted/mail/pop3client.py
-${PYSITELIB}/twisted/mail/pop3client.pyc
-${PYSITELIB}/twisted/mail/pop3client.pyo
-${PYSITELIB}/twisted/mail/protocols.py
-${PYSITELIB}/twisted/mail/protocols.pyc
-${PYSITELIB}/twisted/mail/protocols.pyo
-${PYSITELIB}/twisted/mail/relay.py
-${PYSITELIB}/twisted/mail/relay.pyc
-${PYSITELIB}/twisted/mail/relay.pyo
-${PYSITELIB}/twisted/mail/relaymanager.py
-${PYSITELIB}/twisted/mail/relaymanager.pyc
-${PYSITELIB}/twisted/mail/relaymanager.pyo
-${PYSITELIB}/twisted/mail/scripts/__init__.py
-${PYSITELIB}/twisted/mail/scripts/__init__.pyc
-${PYSITELIB}/twisted/mail/scripts/__init__.pyo
-${PYSITELIB}/twisted/mail/scripts/mailmail.py
-${PYSITELIB}/twisted/mail/scripts/mailmail.pyc
-${PYSITELIB}/twisted/mail/scripts/mailmail.pyo
-${PYSITELIB}/twisted/mail/smtp.py
-${PYSITELIB}/twisted/mail/smtp.pyc
-${PYSITELIB}/twisted/mail/smtp.pyo
-${PYSITELIB}/twisted/mail/tap.py
-${PYSITELIB}/twisted/mail/tap.pyc
-${PYSITELIB}/twisted/mail/tap.pyo
-${PYSITELIB}/twisted/mail/test/__init__.py
-${PYSITELIB}/twisted/mail/test/__init__.pyc
-${PYSITELIB}/twisted/mail/test/__init__.pyo
-${PYSITELIB}/twisted/mail/test/pop3testserver.py
-${PYSITELIB}/twisted/mail/test/pop3testserver.pyc
-${PYSITELIB}/twisted/mail/test/pop3testserver.pyo
-${PYSITELIB}/twisted/mail/test/rfc822.message
-${PYSITELIB}/twisted/mail/test/test_bounce.py
-${PYSITELIB}/twisted/mail/test/test_bounce.pyc
-${PYSITELIB}/twisted/mail/test/test_bounce.pyo
-${PYSITELIB}/twisted/mail/test/test_imap.py
-${PYSITELIB}/twisted/mail/test/test_imap.pyc
-${PYSITELIB}/twisted/mail/test/test_imap.pyo
-${PYSITELIB}/twisted/mail/test/test_mail.py
-${PYSITELIB}/twisted/mail/test/test_mail.pyc
-${PYSITELIB}/twisted/mail/test/test_mail.pyo
-${PYSITELIB}/twisted/mail/test/test_mailmail.py
-${PYSITELIB}/twisted/mail/test/test_mailmail.pyc
-${PYSITELIB}/twisted/mail/test/test_mailmail.pyo
-${PYSITELIB}/twisted/mail/test/test_options.py
-${PYSITELIB}/twisted/mail/test/test_options.pyc
-${PYSITELIB}/twisted/mail/test/test_options.pyo
-${PYSITELIB}/twisted/mail/test/test_pop3.py
-${PYSITELIB}/twisted/mail/test/test_pop3.pyc
-${PYSITELIB}/twisted/mail/test/test_pop3.pyo
-${PYSITELIB}/twisted/mail/test/test_pop3client.py
-${PYSITELIB}/twisted/mail/test/test_pop3client.pyc
-${PYSITELIB}/twisted/mail/test/test_pop3client.pyo
-${PYSITELIB}/twisted/mail/test/test_scripts.py
-${PYSITELIB}/twisted/mail/test/test_scripts.pyc
-${PYSITELIB}/twisted/mail/test/test_scripts.pyo
-${PYSITELIB}/twisted/mail/test/test_smtp.py
-${PYSITELIB}/twisted/mail/test/test_smtp.pyc
-${PYSITELIB}/twisted/mail/test/test_smtp.pyo
-${PYSITELIB}/twisted/names/__init__.py
-${PYSITELIB}/twisted/names/__init__.pyc
-${PYSITELIB}/twisted/names/__init__.pyo
-${PYSITELIB}/twisted/names/_rfc1982.py
-${PYSITELIB}/twisted/names/_rfc1982.pyc
-${PYSITELIB}/twisted/names/_rfc1982.pyo
-${PYSITELIB}/twisted/names/authority.py
-${PYSITELIB}/twisted/names/authority.pyc
-${PYSITELIB}/twisted/names/authority.pyo
-${PYSITELIB}/twisted/names/cache.py
-${PYSITELIB}/twisted/names/cache.pyc
-${PYSITELIB}/twisted/names/cache.pyo
-${PYSITELIB}/twisted/names/client.py
-${PYSITELIB}/twisted/names/client.pyc
-${PYSITELIB}/twisted/names/client.pyo
-${PYSITELIB}/twisted/names/common.py
-${PYSITELIB}/twisted/names/common.pyc
-${PYSITELIB}/twisted/names/common.pyo
-${PYSITELIB}/twisted/names/dns.py
-${PYSITELIB}/twisted/names/dns.pyc
-${PYSITELIB}/twisted/names/dns.pyo
-${PYSITELIB}/twisted/names/error.py
-${PYSITELIB}/twisted/names/error.pyc
-${PYSITELIB}/twisted/names/error.pyo
-${PYSITELIB}/twisted/names/hosts.py
-${PYSITELIB}/twisted/names/hosts.pyc
-${PYSITELIB}/twisted/names/hosts.pyo
-${PYSITELIB}/twisted/names/resolve.py
-${PYSITELIB}/twisted/names/resolve.pyc
-${PYSITELIB}/twisted/names/resolve.pyo
-${PYSITELIB}/twisted/names/root.py
-${PYSITELIB}/twisted/names/root.pyc
-${PYSITELIB}/twisted/names/root.pyo
-${PYSITELIB}/twisted/names/secondary.py
-${PYSITELIB}/twisted/names/secondary.pyc
-${PYSITELIB}/twisted/names/secondary.pyo
-${PYSITELIB}/twisted/names/server.py
-${PYSITELIB}/twisted/names/server.pyc
-${PYSITELIB}/twisted/names/server.pyo
-${PYSITELIB}/twisted/names/srvconnect.py
-${PYSITELIB}/twisted/names/srvconnect.pyc
-${PYSITELIB}/twisted/names/srvconnect.pyo
-${PYSITELIB}/twisted/names/tap.py
-${PYSITELIB}/twisted/names/tap.pyc
-${PYSITELIB}/twisted/names/tap.pyo
-${PYSITELIB}/twisted/names/test/__init__.py
-${PYSITELIB}/twisted/names/test/__init__.pyc
-${PYSITELIB}/twisted/names/test/__init__.pyo
-${PYSITELIB}/twisted/names/test/test_cache.py
-${PYSITELIB}/twisted/names/test/test_cache.pyc
-${PYSITELIB}/twisted/names/test/test_cache.pyo
-${PYSITELIB}/twisted/names/test/test_client.py
-${PYSITELIB}/twisted/names/test/test_client.pyc
-${PYSITELIB}/twisted/names/test/test_client.pyo
-${PYSITELIB}/twisted/names/test/test_common.py
-${PYSITELIB}/twisted/names/test/test_common.pyc
-${PYSITELIB}/twisted/names/test/test_common.pyo
-${PYSITELIB}/twisted/names/test/test_dns.py
-${PYSITELIB}/twisted/names/test/test_dns.pyc
-${PYSITELIB}/twisted/names/test/test_dns.pyo
-${PYSITELIB}/twisted/names/test/test_examples.py
-${PYSITELIB}/twisted/names/test/test_examples.pyc
-${PYSITELIB}/twisted/names/test/test_examples.pyo
-${PYSITELIB}/twisted/names/test/test_hosts.py
-${PYSITELIB}/twisted/names/test/test_hosts.pyc
-${PYSITELIB}/twisted/names/test/test_hosts.pyo
-${PYSITELIB}/twisted/names/test/test_names.py
-${PYSITELIB}/twisted/names/test/test_names.pyc
-${PYSITELIB}/twisted/names/test/test_names.pyo
-${PYSITELIB}/twisted/names/test/test_resolve.py
-${PYSITELIB}/twisted/names/test/test_resolve.pyc
-${PYSITELIB}/twisted/names/test/test_resolve.pyo
-${PYSITELIB}/twisted/names/test/test_rfc1982.py
-${PYSITELIB}/twisted/names/test/test_rfc1982.pyc
-${PYSITELIB}/twisted/names/test/test_rfc1982.pyo
-${PYSITELIB}/twisted/names/test/test_rootresolve.py
-${PYSITELIB}/twisted/names/test/test_rootresolve.pyc
-${PYSITELIB}/twisted/names/test/test_rootresolve.pyo
-${PYSITELIB}/twisted/names/test/test_server.py
-${PYSITELIB}/twisted/names/test/test_server.pyc
-${PYSITELIB}/twisted/names/test/test_server.pyo
-${PYSITELIB}/twisted/names/test/test_srvconnect.py
-${PYSITELIB}/twisted/names/test/test_srvconnect.pyc
-${PYSITELIB}/twisted/names/test/test_srvconnect.pyo
-${PYSITELIB}/twisted/names/test/test_tap.py
-${PYSITELIB}/twisted/names/test/test_tap.pyc
-${PYSITELIB}/twisted/names/test/test_tap.pyo
-${PYSITELIB}/twisted/names/test/test_util.py
-${PYSITELIB}/twisted/names/test/test_util.pyc
-${PYSITELIB}/twisted/names/test/test_util.pyo
-${PYSITELIB}/twisted/news/__init__.py
-${PYSITELIB}/twisted/news/__init__.pyc
-${PYSITELIB}/twisted/news/__init__.pyo
-${PYSITELIB}/twisted/news/database.py
-${PYSITELIB}/twisted/news/database.pyc
-${PYSITELIB}/twisted/news/database.pyo
-${PYSITELIB}/twisted/news/news.py
-${PYSITELIB}/twisted/news/news.pyc
-${PYSITELIB}/twisted/news/news.pyo
-${PYSITELIB}/twisted/news/nntp.py
-${PYSITELIB}/twisted/news/nntp.pyc
-${PYSITELIB}/twisted/news/nntp.pyo
-${PYSITELIB}/twisted/news/tap.py
-${PYSITELIB}/twisted/news/tap.pyc
-${PYSITELIB}/twisted/news/tap.pyo
-${PYSITELIB}/twisted/news/test/__init__.py
-${PYSITELIB}/twisted/news/test/__init__.pyc
-${PYSITELIB}/twisted/news/test/__init__.pyo
-${PYSITELIB}/twisted/news/test/test_database.py
-${PYSITELIB}/twisted/news/test/test_database.pyc
-${PYSITELIB}/twisted/news/test/test_database.pyo
-${PYSITELIB}/twisted/news/test/test_news.py
-${PYSITELIB}/twisted/news/test/test_news.pyc
-${PYSITELIB}/twisted/news/test/test_news.pyo
-${PYSITELIB}/twisted/news/test/test_nntp.py
-${PYSITELIB}/twisted/news/test/test_nntp.pyc
-${PYSITELIB}/twisted/news/test/test_nntp.pyo
-${PYSITELIB}/twisted/pair/__init__.py
-${PYSITELIB}/twisted/pair/__init__.pyc
-${PYSITELIB}/twisted/pair/__init__.pyo
-${PYSITELIB}/twisted/pair/ethernet.py
-${PYSITELIB}/twisted/pair/ethernet.pyc
-${PYSITELIB}/twisted/pair/ethernet.pyo
-${PYSITELIB}/twisted/pair/ip.py
-${PYSITELIB}/twisted/pair/ip.pyc
-${PYSITELIB}/twisted/pair/ip.pyo
-${PYSITELIB}/twisted/pair/raw.py
-${PYSITELIB}/twisted/pair/raw.pyc
-${PYSITELIB}/twisted/pair/raw.pyo
-${PYSITELIB}/twisted/pair/rawudp.py
-${PYSITELIB}/twisted/pair/rawudp.pyc
-${PYSITELIB}/twisted/pair/rawudp.pyo
-${PYSITELIB}/twisted/pair/test/__init__.py
-${PYSITELIB}/twisted/pair/test/__init__.pyc
-${PYSITELIB}/twisted/pair/test/__init__.pyo
-${PYSITELIB}/twisted/pair/test/test_ethernet.py
-${PYSITELIB}/twisted/pair/test/test_ethernet.pyc
-${PYSITELIB}/twisted/pair/test/test_ethernet.pyo
-${PYSITELIB}/twisted/pair/test/test_ip.py
-${PYSITELIB}/twisted/pair/test/test_ip.pyc
-${PYSITELIB}/twisted/pair/test/test_ip.pyo
-${PYSITELIB}/twisted/pair/test/test_rawudp.py
-${PYSITELIB}/twisted/pair/test/test_rawudp.pyc
-${PYSITELIB}/twisted/pair/test/test_rawudp.pyo
-${PYSITELIB}/twisted/pair/test/test_tuntap.py
-${PYSITELIB}/twisted/pair/test/test_tuntap.pyc
-${PYSITELIB}/twisted/pair/test/test_tuntap.pyo
-${PYSITELIB}/twisted/pair/testing.py
-${PYSITELIB}/twisted/pair/testing.pyc
-${PYSITELIB}/twisted/pair/testing.pyo
-${PYSITELIB}/twisted/pair/tuntap.py
-${PYSITELIB}/twisted/pair/tuntap.pyc
-${PYSITELIB}/twisted/pair/tuntap.pyo
-${PYSITELIB}/twisted/persisted/__init__.py
-${PYSITELIB}/twisted/persisted/__init__.pyc
-${PYSITELIB}/twisted/persisted/__init__.pyo
-${PYSITELIB}/twisted/persisted/aot.py
-${PYSITELIB}/twisted/persisted/aot.pyc
-${PYSITELIB}/twisted/persisted/aot.pyo
-${PYSITELIB}/twisted/persisted/crefutil.py
-${PYSITELIB}/twisted/persisted/crefutil.pyc
-${PYSITELIB}/twisted/persisted/crefutil.pyo
-${PYSITELIB}/twisted/persisted/dirdbm.py
-${PYSITELIB}/twisted/persisted/dirdbm.pyc
-${PYSITELIB}/twisted/persisted/dirdbm.pyo
-${PYSITELIB}/twisted/persisted/sob.py
-${PYSITELIB}/twisted/persisted/sob.pyc
-${PYSITELIB}/twisted/persisted/sob.pyo
-${PYSITELIB}/twisted/persisted/styles.py
-${PYSITELIB}/twisted/persisted/styles.pyc
-${PYSITELIB}/twisted/persisted/styles.pyo
-${PYSITELIB}/twisted/persisted/test/__init__.py
-${PYSITELIB}/twisted/persisted/test/__init__.pyc
-${PYSITELIB}/twisted/persisted/test/__init__.pyo
-${PYSITELIB}/twisted/persisted/test/test_styles.py
-${PYSITELIB}/twisted/persisted/test/test_styles.pyc
-${PYSITELIB}/twisted/persisted/test/test_styles.pyo
-${PYSITELIB}/twisted/plugin.py
-${PYSITELIB}/twisted/plugin.pyc
-${PYSITELIB}/twisted/plugin.pyo
-${PYSITELIB}/twisted/plugins/__init__.py
-${PYSITELIB}/twisted/plugins/__init__.pyc
-${PYSITELIB}/twisted/plugins/__init__.pyo
-${PYSITELIB}/twisted/plugins/cred_anonymous.py
-${PYSITELIB}/twisted/plugins/cred_anonymous.pyc
-${PYSITELIB}/twisted/plugins/cred_anonymous.pyo
-${PYSITELIB}/twisted/plugins/cred_file.py
-${PYSITELIB}/twisted/plugins/cred_file.pyc
-${PYSITELIB}/twisted/plugins/cred_file.pyo
-${PYSITELIB}/twisted/plugins/cred_memory.py
-${PYSITELIB}/twisted/plugins/cred_memory.pyc
-${PYSITELIB}/twisted/plugins/cred_memory.pyo
-${PYSITELIB}/twisted/plugins/cred_sshkeys.py
-${PYSITELIB}/twisted/plugins/cred_sshkeys.pyc
-${PYSITELIB}/twisted/plugins/cred_sshkeys.pyo
-${PYSITELIB}/twisted/plugins/cred_unix.py
-${PYSITELIB}/twisted/plugins/cred_unix.pyc
-${PYSITELIB}/twisted/plugins/cred_unix.pyo
-${PYSITELIB}/twisted/plugins/twisted_conch.py
-${PYSITELIB}/twisted/plugins/twisted_conch.pyc
-${PYSITELIB}/twisted/plugins/twisted_conch.pyo
-${PYSITELIB}/twisted/plugins/twisted_core.py
-${PYSITELIB}/twisted/plugins/twisted_core.pyc
-${PYSITELIB}/twisted/plugins/twisted_core.pyo
-${PYSITELIB}/twisted/plugins/twisted_ftp.py
-${PYSITELIB}/twisted/plugins/twisted_ftp.pyc
-${PYSITELIB}/twisted/plugins/twisted_ftp.pyo
-${PYSITELIB}/twisted/plugins/twisted_inet.py
-${PYSITELIB}/twisted/plugins/twisted_inet.pyc
-${PYSITELIB}/twisted/plugins/twisted_inet.pyo
-${PYSITELIB}/twisted/plugins/twisted_mail.py
-${PYSITELIB}/twisted/plugins/twisted_mail.pyc
-${PYSITELIB}/twisted/plugins/twisted_mail.pyo
-${PYSITELIB}/twisted/plugins/twisted_names.py
-${PYSITELIB}/twisted/plugins/twisted_names.pyc
-${PYSITELIB}/twisted/plugins/twisted_names.pyo
-${PYSITELIB}/twisted/plugins/twisted_news.py
-${PYSITELIB}/twisted/plugins/twisted_news.pyc
-${PYSITELIB}/twisted/plugins/twisted_news.pyo
-${PYSITELIB}/twisted/plugins/twisted_portforward.py
-${PYSITELIB}/twisted/plugins/twisted_portforward.pyc
-${PYSITELIB}/twisted/plugins/twisted_portforward.pyo
-${PYSITELIB}/twisted/plugins/twisted_reactors.py
-${PYSITELIB}/twisted/plugins/twisted_reactors.pyc
-${PYSITELIB}/twisted/plugins/twisted_reactors.pyo
-${PYSITELIB}/twisted/plugins/twisted_runner.py
-${PYSITELIB}/twisted/plugins/twisted_runner.pyc
-${PYSITELIB}/twisted/plugins/twisted_runner.pyo
-${PYSITELIB}/twisted/plugins/twisted_socks.py
-${PYSITELIB}/twisted/plugins/twisted_socks.pyc
-${PYSITELIB}/twisted/plugins/twisted_socks.pyo
-${PYSITELIB}/twisted/plugins/twisted_trial.py
-${PYSITELIB}/twisted/plugins/twisted_trial.pyc
-${PYSITELIB}/twisted/plugins/twisted_trial.pyo
-${PYSITELIB}/twisted/plugins/twisted_web.py
-${PYSITELIB}/twisted/plugins/twisted_web.pyc
-${PYSITELIB}/twisted/plugins/twisted_web.pyo
-${PYSITELIB}/twisted/plugins/twisted_words.py
-${PYSITELIB}/twisted/plugins/twisted_words.pyc
-${PYSITELIB}/twisted/plugins/twisted_words.pyo
-${PYSITELIB}/twisted/positioning/__init__.py
-${PYSITELIB}/twisted/positioning/__init__.pyc
-${PYSITELIB}/twisted/positioning/__init__.pyo
-${PYSITELIB}/twisted/positioning/_sentence.py
-${PYSITELIB}/twisted/positioning/_sentence.pyc
-${PYSITELIB}/twisted/positioning/_sentence.pyo
-${PYSITELIB}/twisted/positioning/base.py
-${PYSITELIB}/twisted/positioning/base.pyc
-${PYSITELIB}/twisted/positioning/base.pyo
-${PYSITELIB}/twisted/positioning/ipositioning.py
-${PYSITELIB}/twisted/positioning/ipositioning.pyc
-${PYSITELIB}/twisted/positioning/ipositioning.pyo
-${PYSITELIB}/twisted/positioning/nmea.py
-${PYSITELIB}/twisted/positioning/nmea.pyc
-${PYSITELIB}/twisted/positioning/nmea.pyo
-${PYSITELIB}/twisted/positioning/test/__init__.py
-${PYSITELIB}/twisted/positioning/test/__init__.pyc
-${PYSITELIB}/twisted/positioning/test/__init__.pyo
-${PYSITELIB}/twisted/positioning/test/receiver.py
-${PYSITELIB}/twisted/positioning/test/receiver.pyc
-${PYSITELIB}/twisted/positioning/test/receiver.pyo
-${PYSITELIB}/twisted/positioning/test/test_base.py
-${PYSITELIB}/twisted/positioning/test/test_base.pyc
-${PYSITELIB}/twisted/positioning/test/test_base.pyo
-${PYSITELIB}/twisted/positioning/test/test_nmea.py
-${PYSITELIB}/twisted/positioning/test/test_nmea.pyc
-${PYSITELIB}/twisted/positioning/test/test_nmea.pyo
-${PYSITELIB}/twisted/positioning/test/test_sentence.py
-${PYSITELIB}/twisted/positioning/test/test_sentence.pyc
-${PYSITELIB}/twisted/positioning/test/test_sentence.pyo
-${PYSITELIB}/twisted/protocols/__init__.py
-${PYSITELIB}/twisted/protocols/__init__.pyc
-${PYSITELIB}/twisted/protocols/__init__.pyo
-${PYSITELIB}/twisted/protocols/amp.py
-${PYSITELIB}/twisted/protocols/amp.pyc
-${PYSITELIB}/twisted/protocols/amp.pyo
-${PYSITELIB}/twisted/protocols/basic.py
-${PYSITELIB}/twisted/protocols/basic.pyc
-${PYSITELIB}/twisted/protocols/basic.pyo
-${PYSITELIB}/twisted/protocols/dict.py
-${PYSITELIB}/twisted/protocols/dict.pyc
-${PYSITELIB}/twisted/protocols/dict.pyo
-${PYSITELIB}/twisted/protocols/finger.py
-${PYSITELIB}/twisted/protocols/finger.pyc
-${PYSITELIB}/twisted/protocols/finger.pyo
-${PYSITELIB}/twisted/protocols/ftp.py
-${PYSITELIB}/twisted/protocols/ftp.pyc
-${PYSITELIB}/twisted/protocols/ftp.pyo
-${PYSITELIB}/twisted/protocols/haproxy/__init__.py
-${PYSITELIB}/twisted/protocols/haproxy/__init__.pyc
-${PYSITELIB}/twisted/protocols/haproxy/__init__.pyo
-${PYSITELIB}/twisted/protocols/haproxy/_exceptions.py
-${PYSITELIB}/twisted/protocols/haproxy/_exceptions.pyc
-${PYSITELIB}/twisted/protocols/haproxy/_exceptions.pyo
-${PYSITELIB}/twisted/protocols/haproxy/_info.py
-${PYSITELIB}/twisted/protocols/haproxy/_info.pyc
-${PYSITELIB}/twisted/protocols/haproxy/_info.pyo
-${PYSITELIB}/twisted/protocols/haproxy/_interfaces.py
-${PYSITELIB}/twisted/protocols/haproxy/_interfaces.pyc
-${PYSITELIB}/twisted/protocols/haproxy/_interfaces.pyo
-${PYSITELIB}/twisted/protocols/haproxy/_parser.py
-${PYSITELIB}/twisted/protocols/haproxy/_parser.pyc
-${PYSITELIB}/twisted/protocols/haproxy/_parser.pyo
-${PYSITELIB}/twisted/protocols/haproxy/_v1parser.py
-${PYSITELIB}/twisted/protocols/haproxy/_v1parser.pyc
-${PYSITELIB}/twisted/protocols/haproxy/_v1parser.pyo
-${PYSITELIB}/twisted/protocols/haproxy/_v2parser.py
-${PYSITELIB}/twisted/protocols/haproxy/_v2parser.pyc
-${PYSITELIB}/twisted/protocols/haproxy/_v2parser.pyo
-${PYSITELIB}/twisted/protocols/haproxy/_wrapper.py
-${PYSITELIB}/twisted/protocols/haproxy/_wrapper.pyc
-${PYSITELIB}/twisted/protocols/haproxy/_wrapper.pyo
-${PYSITELIB}/twisted/protocols/haproxy/test/__init__.py
-${PYSITELIB}/twisted/protocols/haproxy/test/__init__.pyc
-${PYSITELIB}/twisted/protocols/haproxy/test/__init__.pyo
-${PYSITELIB}/twisted/protocols/haproxy/test/test_parser.py
-${PYSITELIB}/twisted/protocols/haproxy/test/test_parser.pyc
-${PYSITELIB}/twisted/protocols/haproxy/test/test_parser.pyo
-${PYSITELIB}/twisted/protocols/haproxy/test/test_v1parser.py
-${PYSITELIB}/twisted/protocols/haproxy/test/test_v1parser.pyc
-${PYSITELIB}/twisted/protocols/haproxy/test/test_v1parser.pyo
-${PYSITELIB}/twisted/protocols/haproxy/test/test_v2parser.py
-${PYSITELIB}/twisted/protocols/haproxy/test/test_v2parser.pyc
-${PYSITELIB}/twisted/protocols/haproxy/test/test_v2parser.pyo
-${PYSITELIB}/twisted/protocols/haproxy/test/test_wrapper.py
-${PYSITELIB}/twisted/protocols/haproxy/test/test_wrapper.pyc
-${PYSITELIB}/twisted/protocols/haproxy/test/test_wrapper.pyo
-${PYSITELIB}/twisted/protocols/htb.py
-${PYSITELIB}/twisted/protocols/htb.pyc
-${PYSITELIB}/twisted/protocols/htb.pyo
-${PYSITELIB}/twisted/protocols/ident.py
-${PYSITELIB}/twisted/protocols/ident.pyc
-${PYSITELIB}/twisted/protocols/ident.pyo
-${PYSITELIB}/twisted/protocols/loopback.py
-${PYSITELIB}/twisted/protocols/loopback.pyc
-${PYSITELIB}/twisted/protocols/loopback.pyo
-${PYSITELIB}/twisted/protocols/memcache.py
-${PYSITELIB}/twisted/protocols/memcache.pyc
-${PYSITELIB}/twisted/protocols/memcache.pyo
-${PYSITELIB}/twisted/protocols/pcp.py
-${PYSITELIB}/twisted/protocols/pcp.pyc
-${PYSITELIB}/twisted/protocols/pcp.pyo
-${PYSITELIB}/twisted/protocols/policies.py
-${PYSITELIB}/twisted/protocols/policies.pyc
-${PYSITELIB}/twisted/protocols/policies.pyo
-${PYSITELIB}/twisted/protocols/portforward.py
-${PYSITELIB}/twisted/protocols/portforward.pyc
-${PYSITELIB}/twisted/protocols/portforward.pyo
-${PYSITELIB}/twisted/protocols/postfix.py
-${PYSITELIB}/twisted/protocols/postfix.pyc
-${PYSITELIB}/twisted/protocols/postfix.pyo
-${PYSITELIB}/twisted/protocols/shoutcast.py
-${PYSITELIB}/twisted/protocols/shoutcast.pyc
-${PYSITELIB}/twisted/protocols/shoutcast.pyo
-${PYSITELIB}/twisted/protocols/sip.py
-${PYSITELIB}/twisted/protocols/sip.pyc
-${PYSITELIB}/twisted/protocols/sip.pyo
-${PYSITELIB}/twisted/protocols/socks.py
-${PYSITELIB}/twisted/protocols/socks.pyc
-${PYSITELIB}/twisted/protocols/socks.pyo
-${PYSITELIB}/twisted/protocols/stateful.py
-${PYSITELIB}/twisted/protocols/stateful.pyc
-${PYSITELIB}/twisted/protocols/stateful.pyo
-${PYSITELIB}/twisted/protocols/test/__init__.py
-${PYSITELIB}/twisted/protocols/test/__init__.pyc
-${PYSITELIB}/twisted/protocols/test/__init__.pyo
-${PYSITELIB}/twisted/protocols/test/test_basic.py
-${PYSITELIB}/twisted/protocols/test/test_basic.pyc
-${PYSITELIB}/twisted/protocols/test/test_basic.pyo
-${PYSITELIB}/twisted/protocols/test/test_tls.py
-${PYSITELIB}/twisted/protocols/test/test_tls.pyc
-${PYSITELIB}/twisted/protocols/test/test_tls.pyo
-${PYSITELIB}/twisted/protocols/tls.py
-${PYSITELIB}/twisted/protocols/tls.pyc
-${PYSITELIB}/twisted/protocols/tls.pyo
-${PYSITELIB}/twisted/protocols/wire.py
-${PYSITELIB}/twisted/protocols/wire.pyc
-${PYSITELIB}/twisted/protocols/wire.pyo
-${PYSITELIB}/twisted/python/__init__.py
-${PYSITELIB}/twisted/python/__init__.pyc
-${PYSITELIB}/twisted/python/__init__.pyo
-${PYSITELIB}/twisted/python/_appdirs.py
-${PYSITELIB}/twisted/python/_appdirs.pyc
-${PYSITELIB}/twisted/python/_appdirs.pyo
-${PYSITELIB}/twisted/python/_inotify.py
-${PYSITELIB}/twisted/python/_inotify.pyc
-${PYSITELIB}/twisted/python/_inotify.pyo
-${PYSITELIB}/twisted/python/_oldstyle.py
-${PYSITELIB}/twisted/python/_oldstyle.pyc
-${PYSITELIB}/twisted/python/_oldstyle.pyo
-${PYSITELIB}/twisted/python/_pydoctor.py
-${PYSITELIB}/twisted/python/_pydoctor.pyc
-${PYSITELIB}/twisted/python/_pydoctor.pyo
-${PYSITELIB}/twisted/python/_pydoctortemplates/common.html
-${PYSITELIB}/twisted/python/_pydoctortemplates/index.html
-${PYSITELIB}/twisted/python/_pydoctortemplates/summary.html
-${PYSITELIB}/twisted/python/_release.py
-${PYSITELIB}/twisted/python/_release.pyc
-${PYSITELIB}/twisted/python/_release.pyo
-${PYSITELIB}/twisted/python/_sendmsg.so
-${PYSITELIB}/twisted/python/_setup.py
-${PYSITELIB}/twisted/python/_setup.pyc
-${PYSITELIB}/twisted/python/_setup.pyo
-${PYSITELIB}/twisted/python/_shellcomp.py
-${PYSITELIB}/twisted/python/_shellcomp.pyc
-${PYSITELIB}/twisted/python/_shellcomp.pyo
-${PYSITELIB}/twisted/python/_textattributes.py
-${PYSITELIB}/twisted/python/_textattributes.pyc
-${PYSITELIB}/twisted/python/_textattributes.pyo
-${PYSITELIB}/twisted/python/_tzhelper.py
-${PYSITELIB}/twisted/python/_tzhelper.pyc
-${PYSITELIB}/twisted/python/_tzhelper.pyo
-${PYSITELIB}/twisted/python/_url.py
-${PYSITELIB}/twisted/python/_url.pyc
-${PYSITELIB}/twisted/python/_url.pyo
-${PYSITELIB}/twisted/python/compat.py
-${PYSITELIB}/twisted/python/compat.pyc
-${PYSITELIB}/twisted/python/compat.pyo
-${PYSITELIB}/twisted/python/components.py
-${PYSITELIB}/twisted/python/components.pyc
-${PYSITELIB}/twisted/python/components.pyo
-${PYSITELIB}/twisted/python/constants.py
-${PYSITELIB}/twisted/python/constants.pyc
-${PYSITELIB}/twisted/python/constants.pyo
-${PYSITELIB}/twisted/python/context.py
-${PYSITELIB}/twisted/python/context.pyc
-${PYSITELIB}/twisted/python/context.pyo
-${PYSITELIB}/twisted/python/deprecate.py
-${PYSITELIB}/twisted/python/deprecate.pyc
-${PYSITELIB}/twisted/python/deprecate.pyo
-${PYSITELIB}/twisted/python/failure.py
-${PYSITELIB}/twisted/python/failure.pyc
-${PYSITELIB}/twisted/python/failure.pyo
-${PYSITELIB}/twisted/python/fakepwd.py
-${PYSITELIB}/twisted/python/fakepwd.pyc
-${PYSITELIB}/twisted/python/fakepwd.pyo
-${PYSITELIB}/twisted/python/filepath.py
-${PYSITELIB}/twisted/python/filepath.pyc
-${PYSITELIB}/twisted/python/filepath.pyo
-${PYSITELIB}/twisted/python/finalize.py
-${PYSITELIB}/twisted/python/finalize.pyc
-${PYSITELIB}/twisted/python/finalize.pyo
-${PYSITELIB}/twisted/python/formmethod.py
-${PYSITELIB}/twisted/python/formmethod.pyc
-${PYSITELIB}/twisted/python/formmethod.pyo
-${PYSITELIB}/twisted/python/hook.py
-${PYSITELIB}/twisted/python/hook.pyc
-${PYSITELIB}/twisted/python/hook.pyo
-${PYSITELIB}/twisted/python/htmlizer.py
-${PYSITELIB}/twisted/python/htmlizer.pyc
-${PYSITELIB}/twisted/python/htmlizer.pyo
-${PYSITELIB}/twisted/python/lockfile.py
-${PYSITELIB}/twisted/python/lockfile.pyc
-${PYSITELIB}/twisted/python/lockfile.pyo
-${PYSITELIB}/twisted/python/log.py
-${PYSITELIB}/twisted/python/log.pyc
-${PYSITELIB}/twisted/python/log.pyo
-${PYSITELIB}/twisted/python/logfile.py
-${PYSITELIB}/twisted/python/logfile.pyc
-${PYSITELIB}/twisted/python/logfile.pyo
-${PYSITELIB}/twisted/python/modules.py
-${PYSITELIB}/twisted/python/modules.pyc
-${PYSITELIB}/twisted/python/modules.pyo
-${PYSITELIB}/twisted/python/monkey.py
-${PYSITELIB}/twisted/python/monkey.pyc
-${PYSITELIB}/twisted/python/monkey.pyo
-${PYSITELIB}/twisted/python/procutils.py
-${PYSITELIB}/twisted/python/procutils.pyc
-${PYSITELIB}/twisted/python/procutils.pyo
-${PYSITELIB}/twisted/python/randbytes.py
-${PYSITELIB}/twisted/python/randbytes.pyc
-${PYSITELIB}/twisted/python/randbytes.pyo
-${PYSITELIB}/twisted/python/rebuild.py
-${PYSITELIB}/twisted/python/rebuild.pyc
-${PYSITELIB}/twisted/python/rebuild.pyo
-${PYSITELIB}/twisted/python/reflect.py
-${PYSITELIB}/twisted/python/reflect.pyc
-${PYSITELIB}/twisted/python/reflect.pyo
-${PYSITELIB}/twisted/python/release.py
-${PYSITELIB}/twisted/python/release.pyc
-${PYSITELIB}/twisted/python/release.pyo
-${PYSITELIB}/twisted/python/roots.py
-${PYSITELIB}/twisted/python/roots.pyc
-${PYSITELIB}/twisted/python/roots.pyo
-${PYSITELIB}/twisted/python/runtime.py
-${PYSITELIB}/twisted/python/runtime.pyc
-${PYSITELIB}/twisted/python/runtime.pyo
-${PYSITELIB}/twisted/python/sendmsg.py
-${PYSITELIB}/twisted/python/sendmsg.pyc
-${PYSITELIB}/twisted/python/sendmsg.pyo
-${PYSITELIB}/twisted/python/shortcut.py
-${PYSITELIB}/twisted/python/shortcut.pyc
-${PYSITELIB}/twisted/python/shortcut.pyo
-${PYSITELIB}/twisted/python/syslog.py
-${PYSITELIB}/twisted/python/syslog.pyc
-${PYSITELIB}/twisted/python/syslog.pyo
-${PYSITELIB}/twisted/python/systemd.py
-${PYSITELIB}/twisted/python/systemd.pyc
-${PYSITELIB}/twisted/python/systemd.pyo
-${PYSITELIB}/twisted/python/test/__init__.py
-${PYSITELIB}/twisted/python/test/__init__.pyc
-${PYSITELIB}/twisted/python/test/__init__.pyo
-${PYSITELIB}/twisted/python/test/_deprecatetests.py.3only
-${PYSITELIB}/twisted/python/test/cmodulepullpipe.py
-${PYSITELIB}/twisted/python/test/cmodulepullpipe.pyc
-${PYSITELIB}/twisted/python/test/cmodulepullpipe.pyo
-${PYSITELIB}/twisted/python/test/deprecatedattributes.py
-${PYSITELIB}/twisted/python/test/deprecatedattributes.pyc
-${PYSITELIB}/twisted/python/test/deprecatedattributes.pyo
-${PYSITELIB}/twisted/python/test/modules_helpers.py
-${PYSITELIB}/twisted/python/test/modules_helpers.pyc
-${PYSITELIB}/twisted/python/test/modules_helpers.pyo
-${PYSITELIB}/twisted/python/test/pullpipe.py
-${PYSITELIB}/twisted/python/test/pullpipe.pyc
-${PYSITELIB}/twisted/python/test/pullpipe.pyo
-${PYSITELIB}/twisted/python/test/test_appdirs.py
-${PYSITELIB}/twisted/python/test/test_appdirs.pyc
-${PYSITELIB}/twisted/python/test/test_appdirs.pyo
-${PYSITELIB}/twisted/python/test/test_components.py
-${PYSITELIB}/twisted/python/test/test_components.pyc
-${PYSITELIB}/twisted/python/test/test_components.pyo
-${PYSITELIB}/twisted/python/test/test_constants.py
-${PYSITELIB}/twisted/python/test/test_constants.pyc
-${PYSITELIB}/twisted/python/test/test_constants.pyo
-${PYSITELIB}/twisted/python/test/test_deprecate.py
-${PYSITELIB}/twisted/python/test/test_deprecate.pyc
-${PYSITELIB}/twisted/python/test/test_deprecate.pyo
-${PYSITELIB}/twisted/python/test/test_dist3.py
-${PYSITELIB}/twisted/python/test/test_dist3.pyc
-${PYSITELIB}/twisted/python/test/test_dist3.pyo
-${PYSITELIB}/twisted/python/test/test_fakepwd.py
-${PYSITELIB}/twisted/python/test/test_fakepwd.pyc
-${PYSITELIB}/twisted/python/test/test_fakepwd.pyo
-${PYSITELIB}/twisted/python/test/test_htmlizer.py
-${PYSITELIB}/twisted/python/test/test_htmlizer.pyc
-${PYSITELIB}/twisted/python/test/test_htmlizer.pyo
-${PYSITELIB}/twisted/python/test/test_inotify.py
-${PYSITELIB}/twisted/python/test/test_inotify.pyc
-${PYSITELIB}/twisted/python/test/test_inotify.pyo
-${PYSITELIB}/twisted/python/test/test_pydoctor.py
-${PYSITELIB}/twisted/python/test/test_pydoctor.pyc
-${PYSITELIB}/twisted/python/test/test_pydoctor.pyo
-${PYSITELIB}/twisted/python/test/test_release.py
-${PYSITELIB}/twisted/python/test/test_release.pyc
-${PYSITELIB}/twisted/python/test/test_release.pyo
-${PYSITELIB}/twisted/python/test/test_runtime.py
-${PYSITELIB}/twisted/python/test/test_runtime.pyc
-${PYSITELIB}/twisted/python/test/test_runtime.pyo
-${PYSITELIB}/twisted/python/test/test_sendmsg.py
-${PYSITELIB}/twisted/python/test/test_sendmsg.pyc
-${PYSITELIB}/twisted/python/test/test_sendmsg.pyo
-${PYSITELIB}/twisted/python/test/test_setup.py
-${PYSITELIB}/twisted/python/test/test_setup.pyc
-${PYSITELIB}/twisted/python/test/test_setup.pyo
-${PYSITELIB}/twisted/python/test/test_shellcomp.py
-${PYSITELIB}/twisted/python/test/test_shellcomp.pyc
-${PYSITELIB}/twisted/python/test/test_shellcomp.pyo
-${PYSITELIB}/twisted/python/test/test_syslog.py
-${PYSITELIB}/twisted/python/test/test_syslog.pyc
-${PYSITELIB}/twisted/python/test/test_syslog.pyo
-${PYSITELIB}/twisted/python/test/test_systemd.py
-${PYSITELIB}/twisted/python/test/test_systemd.pyc
-${PYSITELIB}/twisted/python/test/test_systemd.pyo
-${PYSITELIB}/twisted/python/test/test_textattributes.py
-${PYSITELIB}/twisted/python/test/test_textattributes.pyc
-${PYSITELIB}/twisted/python/test/test_textattributes.pyo
-${PYSITELIB}/twisted/python/test/test_tzhelper.py
-${PYSITELIB}/twisted/python/test/test_tzhelper.pyc
-${PYSITELIB}/twisted/python/test/test_tzhelper.pyo
-${PYSITELIB}/twisted/python/test/test_url.py
-${PYSITELIB}/twisted/python/test/test_url.pyc
-${PYSITELIB}/twisted/python/test/test_url.pyo
-${PYSITELIB}/twisted/python/test/test_urlpath.py
-${PYSITELIB}/twisted/python/test/test_urlpath.pyc
-${PYSITELIB}/twisted/python/test/test_urlpath.pyo
-${PYSITELIB}/twisted/python/test/test_util.py
-${PYSITELIB}/twisted/python/test/test_util.pyc
-${PYSITELIB}/twisted/python/test/test_util.pyo
-${PYSITELIB}/twisted/python/test/test_versions.py
-${PYSITELIB}/twisted/python/test/test_versions.pyc
-${PYSITELIB}/twisted/python/test/test_versions.pyo
-${PYSITELIB}/twisted/python/test/test_win32.py
-${PYSITELIB}/twisted/python/test/test_win32.pyc
-${PYSITELIB}/twisted/python/test/test_win32.pyo
-${PYSITELIB}/twisted/python/test/test_zippath.py
-${PYSITELIB}/twisted/python/test/test_zippath.pyc
-${PYSITELIB}/twisted/python/test/test_zippath.pyo
-${PYSITELIB}/twisted/python/test/test_zipstream.py
-${PYSITELIB}/twisted/python/test/test_zipstream.pyc
-${PYSITELIB}/twisted/python/test/test_zipstream.pyo
-${PYSITELIB}/twisted/python/text.py
-${PYSITELIB}/twisted/python/text.pyc
-${PYSITELIB}/twisted/python/text.pyo
-${PYSITELIB}/twisted/python/threadable.py
-${PYSITELIB}/twisted/python/threadable.pyc
-${PYSITELIB}/twisted/python/threadable.pyo
-${PYSITELIB}/twisted/python/threadpool.py
-${PYSITELIB}/twisted/python/threadpool.pyc
-${PYSITELIB}/twisted/python/threadpool.pyo
-${PYSITELIB}/twisted/python/twisted-completion.zsh
-${PYSITELIB}/twisted/python/url.py
-${PYSITELIB}/twisted/python/url.pyc
-${PYSITELIB}/twisted/python/url.pyo
-${PYSITELIB}/twisted/python/urlpath.py
-${PYSITELIB}/twisted/python/urlpath.pyc
-${PYSITELIB}/twisted/python/urlpath.pyo
-${PYSITELIB}/twisted/python/usage.py
-${PYSITELIB}/twisted/python/usage.pyc
-${PYSITELIB}/twisted/python/usage.pyo
-${PYSITELIB}/twisted/python/util.py
-${PYSITELIB}/twisted/python/util.pyc
-${PYSITELIB}/twisted/python/util.pyo
-${PYSITELIB}/twisted/python/versions.py
-${PYSITELIB}/twisted/python/versions.pyc
-${PYSITELIB}/twisted/python/versions.pyo
-${PYSITELIB}/twisted/python/win32.py
-${PYSITELIB}/twisted/python/win32.pyc
-${PYSITELIB}/twisted/python/win32.pyo
-${PYSITELIB}/twisted/python/zippath.py
-${PYSITELIB}/twisted/python/zippath.pyc
-${PYSITELIB}/twisted/python/zippath.pyo
-${PYSITELIB}/twisted/python/zipstream.py
-${PYSITELIB}/twisted/python/zipstream.pyc
-${PYSITELIB}/twisted/python/zipstream.pyo
-${PYSITELIB}/twisted/runner/__init__.py
-${PYSITELIB}/twisted/runner/__init__.pyc
-${PYSITELIB}/twisted/runner/__init__.pyo
-${PYSITELIB}/twisted/runner/inetd.py
-${PYSITELIB}/twisted/runner/inetd.pyc
-${PYSITELIB}/twisted/runner/inetd.pyo
-${PYSITELIB}/twisted/runner/inetdconf.py
-${PYSITELIB}/twisted/runner/inetdconf.pyc
-${PYSITELIB}/twisted/runner/inetdconf.pyo
-${PYSITELIB}/twisted/runner/inetdtap.py
-${PYSITELIB}/twisted/runner/inetdtap.pyc
-${PYSITELIB}/twisted/runner/inetdtap.pyo
-${PYSITELIB}/twisted/runner/procmon.py
-${PYSITELIB}/twisted/runner/procmon.pyc
-${PYSITELIB}/twisted/runner/procmon.pyo
-${PYSITELIB}/twisted/runner/procmontap.py
-${PYSITELIB}/twisted/runner/procmontap.pyc
-${PYSITELIB}/twisted/runner/procmontap.pyo
-${PYSITELIB}/twisted/runner/test/__init__.py
-${PYSITELIB}/twisted/runner/test/__init__.pyc
-${PYSITELIB}/twisted/runner/test/__init__.pyo
-${PYSITELIB}/twisted/runner/test/test_inetdconf.py
-${PYSITELIB}/twisted/runner/test/test_inetdconf.pyc
-${PYSITELIB}/twisted/runner/test/test_inetdconf.pyo
-${PYSITELIB}/twisted/runner/test/test_procmon.py
-${PYSITELIB}/twisted/runner/test/test_procmon.pyc
-${PYSITELIB}/twisted/runner/test/test_procmon.pyo
-${PYSITELIB}/twisted/runner/test/test_procmontap.py
-${PYSITELIB}/twisted/runner/test/test_procmontap.pyc
-${PYSITELIB}/twisted/runner/test/test_procmontap.pyo
-${PYSITELIB}/twisted/scripts/__init__.py
-${PYSITELIB}/twisted/scripts/__init__.pyc
-${PYSITELIB}/twisted/scripts/__init__.pyo
-${PYSITELIB}/twisted/scripts/_twistd_unix.py
-${PYSITELIB}/twisted/scripts/_twistd_unix.pyc
-${PYSITELIB}/twisted/scripts/_twistd_unix.pyo
-${PYSITELIB}/twisted/scripts/_twistw.py
-${PYSITELIB}/twisted/scripts/_twistw.pyc
-${PYSITELIB}/twisted/scripts/_twistw.pyo
-${PYSITELIB}/twisted/scripts/htmlizer.py
-${PYSITELIB}/twisted/scripts/htmlizer.pyc
-${PYSITELIB}/twisted/scripts/htmlizer.pyo
-${PYSITELIB}/twisted/scripts/test/__init__.py
-${PYSITELIB}/twisted/scripts/test/__init__.pyc
-${PYSITELIB}/twisted/scripts/test/__init__.pyo
-${PYSITELIB}/twisted/scripts/test/test_scripts.py
-${PYSITELIB}/twisted/scripts/test/test_scripts.pyc
-${PYSITELIB}/twisted/scripts/test/test_scripts.pyo
-${PYSITELIB}/twisted/scripts/trial.py
-${PYSITELIB}/twisted/scripts/trial.pyc
-${PYSITELIB}/twisted/scripts/trial.pyo
-${PYSITELIB}/twisted/scripts/twistd.py
-${PYSITELIB}/twisted/scripts/twistd.pyc
-${PYSITELIB}/twisted/scripts/twistd.pyo
-${PYSITELIB}/twisted/spread/__init__.py
-${PYSITELIB}/twisted/spread/__init__.pyc
-${PYSITELIB}/twisted/spread/__init__.pyo
-${PYSITELIB}/twisted/spread/banana.py
-${PYSITELIB}/twisted/spread/banana.pyc
-${PYSITELIB}/twisted/spread/banana.pyo
-${PYSITELIB}/twisted/spread/flavors.py
-${PYSITELIB}/twisted/spread/flavors.pyc
-${PYSITELIB}/twisted/spread/flavors.pyo
-${PYSITELIB}/twisted/spread/interfaces.py
-${PYSITELIB}/twisted/spread/interfaces.pyc
-${PYSITELIB}/twisted/spread/interfaces.pyo
-${PYSITELIB}/twisted/spread/jelly.py
-${PYSITELIB}/twisted/spread/jelly.pyc
-${PYSITELIB}/twisted/spread/jelly.pyo
-${PYSITELIB}/twisted/spread/pb.py
-${PYSITELIB}/twisted/spread/pb.pyc
-${PYSITELIB}/twisted/spread/pb.pyo
-${PYSITELIB}/twisted/spread/publish.py
-${PYSITELIB}/twisted/spread/publish.pyc
-${PYSITELIB}/twisted/spread/publish.pyo
-${PYSITELIB}/twisted/spread/test/__init__.py
-${PYSITELIB}/twisted/spread/test/__init__.pyc
-${PYSITELIB}/twisted/spread/test/__init__.pyo
-${PYSITELIB}/twisted/spread/test/test_banana.py
-${PYSITELIB}/twisted/spread/test/test_banana.pyc
-${PYSITELIB}/twisted/spread/test/test_banana.pyo
-${PYSITELIB}/twisted/spread/test/test_jelly.py
-${PYSITELIB}/twisted/spread/test/test_jelly.pyc
-${PYSITELIB}/twisted/spread/test/test_jelly.pyo
-${PYSITELIB}/twisted/spread/test/test_pb.py
-${PYSITELIB}/twisted/spread/test/test_pb.pyc
-${PYSITELIB}/twisted/spread/test/test_pb.pyo
-${PYSITELIB}/twisted/spread/test/test_pbfailure.py
-${PYSITELIB}/twisted/spread/test/test_pbfailure.pyc
-${PYSITELIB}/twisted/spread/test/test_pbfailure.pyo
-${PYSITELIB}/twisted/spread/util.py
-${PYSITELIB}/twisted/spread/util.pyc
-${PYSITELIB}/twisted/spread/util.pyo
-${PYSITELIB}/twisted/tap/__init__.py
-${PYSITELIB}/twisted/tap/__init__.pyc
-${PYSITELIB}/twisted/tap/__init__.pyo
-${PYSITELIB}/twisted/tap/ftp.py
-${PYSITELIB}/twisted/tap/ftp.pyc
-${PYSITELIB}/twisted/tap/ftp.pyo
-${PYSITELIB}/twisted/tap/portforward.py
-${PYSITELIB}/twisted/tap/portforward.pyc
-${PYSITELIB}/twisted/tap/portforward.pyo
-${PYSITELIB}/twisted/tap/socks.py
-${PYSITELIB}/twisted/tap/socks.pyc
-${PYSITELIB}/twisted/tap/socks.pyo
-${PYSITELIB}/twisted/test/__init__.py
-${PYSITELIB}/twisted/test/__init__.pyc
-${PYSITELIB}/twisted/test/__init__.pyo
-${PYSITELIB}/twisted/test/cert.pem.no_trailing_newline
-${PYSITELIB}/twisted/test/crash_test_dummy.py
-${PYSITELIB}/twisted/test/crash_test_dummy.pyc
-${PYSITELIB}/twisted/test/crash_test_dummy.pyo
-${PYSITELIB}/twisted/test/iosim.py
-${PYSITELIB}/twisted/test/iosim.pyc
-${PYSITELIB}/twisted/test/iosim.pyo
-${PYSITELIB}/twisted/test/key.pem.no_trailing_newline
-${PYSITELIB}/twisted/test/mock_win32process.py
-${PYSITELIB}/twisted/test/mock_win32process.pyc
-${PYSITELIB}/twisted/test/mock_win32process.pyo
-${PYSITELIB}/twisted/test/myrebuilder1.py
-${PYSITELIB}/twisted/test/myrebuilder1.pyc
-${PYSITELIB}/twisted/test/myrebuilder1.pyo
-${PYSITELIB}/twisted/test/myrebuilder2.py
-${PYSITELIB}/twisted/test/myrebuilder2.pyc
-${PYSITELIB}/twisted/test/myrebuilder2.pyo
-${PYSITELIB}/twisted/test/plugin_basic.py
-${PYSITELIB}/twisted/test/plugin_basic.pyc
-${PYSITELIB}/twisted/test/plugin_basic.pyo
-${PYSITELIB}/twisted/test/plugin_extra1.py
-${PYSITELIB}/twisted/test/plugin_extra1.pyc
-${PYSITELIB}/twisted/test/plugin_extra1.pyo
-${PYSITELIB}/twisted/test/plugin_extra2.py
-${PYSITELIB}/twisted/test/plugin_extra2.pyc
-${PYSITELIB}/twisted/test/plugin_extra2.pyo
-${PYSITELIB}/twisted/test/process_cmdline.py
-${PYSITELIB}/twisted/test/process_cmdline.pyc
-${PYSITELIB}/twisted/test/process_cmdline.pyo
-${PYSITELIB}/twisted/test/process_echoer.py
-${PYSITELIB}/twisted/test/process_echoer.pyc
-${PYSITELIB}/twisted/test/process_echoer.pyo
-${PYSITELIB}/twisted/test/process_fds.py
-${PYSITELIB}/twisted/test/process_fds.pyc
-${PYSITELIB}/twisted/test/process_fds.pyo
-${PYSITELIB}/twisted/test/process_getargv.py
-${PYSITELIB}/twisted/test/process_getargv.pyc
-${PYSITELIB}/twisted/test/process_getargv.pyo
-${PYSITELIB}/twisted/test/process_getenv.py
-${PYSITELIB}/twisted/test/process_getenv.pyc
-${PYSITELIB}/twisted/test/process_getenv.pyo
-${PYSITELIB}/twisted/test/process_linger.py
-${PYSITELIB}/twisted/test/process_linger.pyc
-${PYSITELIB}/twisted/test/process_linger.pyo
-${PYSITELIB}/twisted/test/process_reader.py
-${PYSITELIB}/twisted/test/process_reader.pyc
-${PYSITELIB}/twisted/test/process_reader.pyo
-${PYSITELIB}/twisted/test/process_signal.py
-${PYSITELIB}/twisted/test/process_signal.pyc
-${PYSITELIB}/twisted/test/process_signal.pyo
-${PYSITELIB}/twisted/test/process_stdinreader.py
-${PYSITELIB}/twisted/test/process_stdinreader.pyc
-${PYSITELIB}/twisted/test/process_stdinreader.pyo
-${PYSITELIB}/twisted/test/process_tester.py
-${PYSITELIB}/twisted/test/process_tester.pyc
-${PYSITELIB}/twisted/test/process_tester.pyo
-${PYSITELIB}/twisted/test/process_tty.py
-${PYSITELIB}/twisted/test/process_tty.pyc
-${PYSITELIB}/twisted/test/process_tty.pyo
-${PYSITELIB}/twisted/test/process_twisted.py
-${PYSITELIB}/twisted/test/process_twisted.pyc
-${PYSITELIB}/twisted/test/process_twisted.pyo
-${PYSITELIB}/twisted/test/proto_helpers.py
-${PYSITELIB}/twisted/test/proto_helpers.pyc
-${PYSITELIB}/twisted/test/proto_helpers.pyo
-${PYSITELIB}/twisted/test/raiser.so
-${PYSITELIB}/twisted/test/reflect_helper_IE.py
-${PYSITELIB}/twisted/test/reflect_helper_IE.pyc
-${PYSITELIB}/twisted/test/reflect_helper_IE.pyo
-${PYSITELIB}/twisted/test/reflect_helper_VE.py
-${PYSITELIB}/twisted/test/reflect_helper_VE.pyc
-${PYSITELIB}/twisted/test/reflect_helper_VE.pyo
-${PYSITELIB}/twisted/test/reflect_helper_ZDE.py
-${PYSITELIB}/twisted/test/reflect_helper_ZDE.pyc
-${PYSITELIB}/twisted/test/reflect_helper_ZDE.pyo
-${PYSITELIB}/twisted/test/server.pem
-${PYSITELIB}/twisted/test/ssl_helpers.py
-${PYSITELIB}/twisted/test/ssl_helpers.pyc
-${PYSITELIB}/twisted/test/ssl_helpers.pyo
-${PYSITELIB}/twisted/test/stdio_test_consumer.py
-${PYSITELIB}/twisted/test/stdio_test_consumer.pyc
-${PYSITELIB}/twisted/test/stdio_test_consumer.pyo
-${PYSITELIB}/twisted/test/stdio_test_halfclose.py
-${PYSITELIB}/twisted/test/stdio_test_halfclose.pyc
-${PYSITELIB}/twisted/test/stdio_test_halfclose.pyo
-${PYSITELIB}/twisted/test/stdio_test_hostpeer.py
-${PYSITELIB}/twisted/test/stdio_test_hostpeer.pyc
-${PYSITELIB}/twisted/test/stdio_test_hostpeer.pyo
-${PYSITELIB}/twisted/test/stdio_test_lastwrite.py
-${PYSITELIB}/twisted/test/stdio_test_lastwrite.pyc
-${PYSITELIB}/twisted/test/stdio_test_lastwrite.pyo
-${PYSITELIB}/twisted/test/stdio_test_loseconn.py
-${PYSITELIB}/twisted/test/stdio_test_loseconn.pyc
-${PYSITELIB}/twisted/test/stdio_test_loseconn.pyo
-${PYSITELIB}/twisted/test/stdio_test_producer.py
-${PYSITELIB}/twisted/test/stdio_test_producer.pyc
-${PYSITELIB}/twisted/test/stdio_test_producer.pyo
-${PYSITELIB}/twisted/test/stdio_test_write.py
-${PYSITELIB}/twisted/test/stdio_test_write.pyc
-${PYSITELIB}/twisted/test/stdio_test_write.pyo
-${PYSITELIB}/twisted/test/stdio_test_writeseq.py
-${PYSITELIB}/twisted/test/stdio_test_writeseq.pyc
-${PYSITELIB}/twisted/test/stdio_test_writeseq.pyo
-${PYSITELIB}/twisted/test/test_abstract.py
-${PYSITELIB}/twisted/test/test_abstract.pyc
-${PYSITELIB}/twisted/test/test_abstract.pyo
-${PYSITELIB}/twisted/test/test_adbapi.py
-${PYSITELIB}/twisted/test/test_adbapi.pyc
-${PYSITELIB}/twisted/test/test_adbapi.pyo
-${PYSITELIB}/twisted/test/test_amp.py
-${PYSITELIB}/twisted/test/test_amp.pyc
-${PYSITELIB}/twisted/test/test_amp.pyo
-${PYSITELIB}/twisted/test/test_application.py
-${PYSITELIB}/twisted/test/test_application.pyc
-${PYSITELIB}/twisted/test/test_application.pyo
-${PYSITELIB}/twisted/test/test_compat.py
-${PYSITELIB}/twisted/test/test_compat.pyc
-${PYSITELIB}/twisted/test/test_compat.pyo
-${PYSITELIB}/twisted/test/test_context.py
-${PYSITELIB}/twisted/test/test_context.pyc
-${PYSITELIB}/twisted/test/test_context.pyo
-${PYSITELIB}/twisted/test/test_cooperator.py
-${PYSITELIB}/twisted/test/test_cooperator.pyc
-${PYSITELIB}/twisted/test/test_cooperator.pyo
-${PYSITELIB}/twisted/test/test_defer.py
-${PYSITELIB}/twisted/test/test_defer.py.3only
-${PYSITELIB}/twisted/test/test_defer.pyc
-${PYSITELIB}/twisted/test/test_defer.pyo
-${PYSITELIB}/twisted/test/test_defgen.py
-${PYSITELIB}/twisted/test/test_defgen.pyc
-${PYSITELIB}/twisted/test/test_defgen.pyo
-${PYSITELIB}/twisted/test/test_dict.py
-${PYSITELIB}/twisted/test/test_dict.pyc
-${PYSITELIB}/twisted/test/test_dict.pyo
-${PYSITELIB}/twisted/test/test_dirdbm.py
-${PYSITELIB}/twisted/test/test_dirdbm.pyc
-${PYSITELIB}/twisted/test/test_dirdbm.pyo
-${PYSITELIB}/twisted/test/test_error.py
-${PYSITELIB}/twisted/test/test_error.pyc
-${PYSITELIB}/twisted/test/test_error.pyo
-${PYSITELIB}/twisted/test/test_factories.py
-${PYSITELIB}/twisted/test/test_factories.pyc
-${PYSITELIB}/twisted/test/test_factories.pyo
-${PYSITELIB}/twisted/test/test_failure.py
-${PYSITELIB}/twisted/test/test_failure.pyc
-${PYSITELIB}/twisted/test/test_failure.pyo
-${PYSITELIB}/twisted/test/test_fdesc.py
-${PYSITELIB}/twisted/test/test_fdesc.pyc
-${PYSITELIB}/twisted/test/test_fdesc.pyo
-${PYSITELIB}/twisted/test/test_finger.py
-${PYSITELIB}/twisted/test/test_finger.pyc
-${PYSITELIB}/twisted/test/test_finger.pyo
-${PYSITELIB}/twisted/test/test_formmethod.py
-${PYSITELIB}/twisted/test/test_formmethod.pyc
-${PYSITELIB}/twisted/test/test_formmethod.pyo
-${PYSITELIB}/twisted/test/test_ftp.py
-${PYSITELIB}/twisted/test/test_ftp.pyc
-${PYSITELIB}/twisted/test/test_ftp.pyo
-${PYSITELIB}/twisted/test/test_ftp_options.py
-${PYSITELIB}/twisted/test/test_ftp_options.pyc
-${PYSITELIB}/twisted/test/test_ftp_options.pyo
-${PYSITELIB}/twisted/test/test_hook.py
-${PYSITELIB}/twisted/test/test_hook.pyc
-${PYSITELIB}/twisted/test/test_hook.pyo
-${PYSITELIB}/twisted/test/test_htb.py
-${PYSITELIB}/twisted/test/test_htb.pyc
-${PYSITELIB}/twisted/test/test_htb.pyo
-${PYSITELIB}/twisted/test/test_ident.py
-${PYSITELIB}/twisted/test/test_ident.pyc
-${PYSITELIB}/twisted/test/test_ident.pyo
-${PYSITELIB}/twisted/test/test_internet.py
-${PYSITELIB}/twisted/test/test_internet.pyc
-${PYSITELIB}/twisted/test/test_internet.pyo
-${PYSITELIB}/twisted/test/test_iosim.py
-${PYSITELIB}/twisted/test/test_iosim.pyc
-${PYSITELIB}/twisted/test/test_iosim.pyo
-${PYSITELIB}/twisted/test/test_iutils.py
-${PYSITELIB}/twisted/test/test_iutils.pyc
-${PYSITELIB}/twisted/test/test_iutils.pyo
-${PYSITELIB}/twisted/test/test_lockfile.py
-${PYSITELIB}/twisted/test/test_lockfile.pyc
-${PYSITELIB}/twisted/test/test_lockfile.pyo
-${PYSITELIB}/twisted/test/test_log.py
-${PYSITELIB}/twisted/test/test_log.pyc
-${PYSITELIB}/twisted/test/test_log.pyo
-${PYSITELIB}/twisted/test/test_logfile.py
-${PYSITELIB}/twisted/test/test_logfile.pyc
-${PYSITELIB}/twisted/test/test_logfile.pyo
-${PYSITELIB}/twisted/test/test_loopback.py
-${PYSITELIB}/twisted/test/test_loopback.pyc
-${PYSITELIB}/twisted/test/test_loopback.pyo
-${PYSITELIB}/twisted/test/test_main.py
-${PYSITELIB}/twisted/test/test_main.pyc
-${PYSITELIB}/twisted/test/test_main.pyo
-${PYSITELIB}/twisted/test/test_memcache.py
-${PYSITELIB}/twisted/test/test_memcache.pyc
-${PYSITELIB}/twisted/test/test_memcache.pyo
-${PYSITELIB}/twisted/test/test_modules.py
-${PYSITELIB}/twisted/test/test_modules.pyc
-${PYSITELIB}/twisted/test/test_modules.pyo
-${PYSITELIB}/twisted/test/test_monkey.py
-${PYSITELIB}/twisted/test/test_monkey.pyc
-${PYSITELIB}/twisted/test/test_monkey.pyo
-${PYSITELIB}/twisted/test/test_nooldstyle.py
-${PYSITELIB}/twisted/test/test_nooldstyle.pyc
-${PYSITELIB}/twisted/test/test_nooldstyle.pyo
-${PYSITELIB}/twisted/test/test_paths.py
-${PYSITELIB}/twisted/test/test_paths.pyc
-${PYSITELIB}/twisted/test/test_paths.pyo
-${PYSITELIB}/twisted/test/test_pcp.py
-${PYSITELIB}/twisted/test/test_pcp.pyc
-${PYSITELIB}/twisted/test/test_pcp.pyo
-${PYSITELIB}/twisted/test/test_persisted.py
-${PYSITELIB}/twisted/test/test_persisted.pyc
-${PYSITELIB}/twisted/test/test_persisted.pyo
-${PYSITELIB}/twisted/test/test_plugin.py
-${PYSITELIB}/twisted/test/test_plugin.pyc
-${PYSITELIB}/twisted/test/test_plugin.pyo
-${PYSITELIB}/twisted/test/test_policies.py
-${PYSITELIB}/twisted/test/test_policies.pyc
-${PYSITELIB}/twisted/test/test_policies.pyo
-${PYSITELIB}/twisted/test/test_postfix.py
-${PYSITELIB}/twisted/test/test_postfix.pyc
-${PYSITELIB}/twisted/test/test_postfix.pyo
-${PYSITELIB}/twisted/test/test_process.py
-${PYSITELIB}/twisted/test/test_process.pyc
-${PYSITELIB}/twisted/test/test_process.pyo
-${PYSITELIB}/twisted/test/test_protocols.py
-${PYSITELIB}/twisted/test/test_protocols.pyc
-${PYSITELIB}/twisted/test/test_protocols.pyo
-${PYSITELIB}/twisted/test/test_randbytes.py
-${PYSITELIB}/twisted/test/test_randbytes.pyc
-${PYSITELIB}/twisted/test/test_randbytes.pyo
-${PYSITELIB}/twisted/test/test_rebuild.py
-${PYSITELIB}/twisted/test/test_rebuild.pyc
-${PYSITELIB}/twisted/test/test_rebuild.pyo
-${PYSITELIB}/twisted/test/test_reflect.py
-${PYSITELIB}/twisted/test/test_reflect.pyc
-${PYSITELIB}/twisted/test/test_reflect.pyo
-${PYSITELIB}/twisted/test/test_roots.py
-${PYSITELIB}/twisted/test/test_roots.pyc
-${PYSITELIB}/twisted/test/test_roots.pyo
-${PYSITELIB}/twisted/test/test_shortcut.py
-${PYSITELIB}/twisted/test/test_shortcut.pyc
-${PYSITELIB}/twisted/test/test_shortcut.pyo
-${PYSITELIB}/twisted/test/test_sip.py
-${PYSITELIB}/twisted/test/test_sip.pyc
-${PYSITELIB}/twisted/test/test_sip.pyo
-${PYSITELIB}/twisted/test/test_sob.py
-${PYSITELIB}/twisted/test/test_sob.pyc
-${PYSITELIB}/twisted/test/test_sob.pyo
-${PYSITELIB}/twisted/test/test_socks.py
-${PYSITELIB}/twisted/test/test_socks.pyc
-${PYSITELIB}/twisted/test/test_socks.pyo
-${PYSITELIB}/twisted/test/test_ssl.py
-${PYSITELIB}/twisted/test/test_ssl.pyc
-${PYSITELIB}/twisted/test/test_ssl.pyo
-${PYSITELIB}/twisted/test/test_sslverify.py
-${PYSITELIB}/twisted/test/test_sslverify.pyc
-${PYSITELIB}/twisted/test/test_sslverify.pyo
-${PYSITELIB}/twisted/test/test_stateful.py
-${PYSITELIB}/twisted/test/test_stateful.pyc
-${PYSITELIB}/twisted/test/test_stateful.pyo
-${PYSITELIB}/twisted/test/test_stdio.py
-${PYSITELIB}/twisted/test/test_stdio.pyc
-${PYSITELIB}/twisted/test/test_stdio.pyo
-${PYSITELIB}/twisted/test/test_strerror.py
-${PYSITELIB}/twisted/test/test_strerror.pyc
-${PYSITELIB}/twisted/test/test_strerror.pyo
-${PYSITELIB}/twisted/test/test_strports.py
-${PYSITELIB}/twisted/test/test_strports.pyc
-${PYSITELIB}/twisted/test/test_strports.pyo
-${PYSITELIB}/twisted/test/test_task.py
-${PYSITELIB}/twisted/test/test_task.pyc
-${PYSITELIB}/twisted/test/test_task.pyo
-${PYSITELIB}/twisted/test/test_tcp.py
-${PYSITELIB}/twisted/test/test_tcp.pyc
-${PYSITELIB}/twisted/test/test_tcp.pyo
-${PYSITELIB}/twisted/test/test_tcp_internals.py
-${PYSITELIB}/twisted/test/test_tcp_internals.pyc
-${PYSITELIB}/twisted/test/test_tcp_internals.pyo
-${PYSITELIB}/twisted/test/test_text.py
-${PYSITELIB}/twisted/test/test_text.pyc
-${PYSITELIB}/twisted/test/test_text.pyo
-${PYSITELIB}/twisted/test/test_threadable.py
-${PYSITELIB}/twisted/test/test_threadable.pyc
-${PYSITELIB}/twisted/test/test_threadable.pyo
-${PYSITELIB}/twisted/test/test_threadpool.py
-${PYSITELIB}/twisted/test/test_threadpool.pyc
-${PYSITELIB}/twisted/test/test_threadpool.pyo
-${PYSITELIB}/twisted/test/test_threads.py
-${PYSITELIB}/twisted/test/test_threads.pyc
-${PYSITELIB}/twisted/test/test_threads.pyo
-${PYSITELIB}/twisted/test/test_tpfile.py
-${PYSITELIB}/twisted/test/test_tpfile.pyc
-${PYSITELIB}/twisted/test/test_tpfile.pyo
-${PYSITELIB}/twisted/test/test_twistd.py
-${PYSITELIB}/twisted/test/test_twistd.pyc
-${PYSITELIB}/twisted/test/test_twistd.pyo
-${PYSITELIB}/twisted/test/test_twisted.py
-${PYSITELIB}/twisted/test/test_twisted.pyc
-${PYSITELIB}/twisted/test/test_twisted.pyo
-${PYSITELIB}/twisted/test/test_udp.py
-${PYSITELIB}/twisted/test/test_udp.pyc
-${PYSITELIB}/twisted/test/test_udp.pyo
-${PYSITELIB}/twisted/test/test_unix.py
-${PYSITELIB}/twisted/test/test_unix.pyc
-${PYSITELIB}/twisted/test/test_unix.pyo
-${PYSITELIB}/twisted/test/test_usage.py
-${PYSITELIB}/twisted/test/test_usage.pyc
-${PYSITELIB}/twisted/test/test_usage.pyo
-${PYSITELIB}/twisted/test/testutils.py
-${PYSITELIB}/twisted/test/testutils.pyc
-${PYSITELIB}/twisted/test/testutils.pyo
-${PYSITELIB}/twisted/trial/__init__.py
-${PYSITELIB}/twisted/trial/__init__.pyc
-${PYSITELIB}/twisted/trial/__init__.pyo
-${PYSITELIB}/twisted/trial/__main__.py
-${PYSITELIB}/twisted/trial/__main__.pyc
-${PYSITELIB}/twisted/trial/__main__.pyo
-${PYSITELIB}/twisted/trial/_asyncrunner.py
-${PYSITELIB}/twisted/trial/_asyncrunner.pyc
-${PYSITELIB}/twisted/trial/_asyncrunner.pyo
-${PYSITELIB}/twisted/trial/_asynctest.py
-${PYSITELIB}/twisted/trial/_asynctest.pyc
-${PYSITELIB}/twisted/trial/_asynctest.pyo
-${PYSITELIB}/twisted/trial/_dist/__init__.py
-${PYSITELIB}/twisted/trial/_dist/__init__.pyc
-${PYSITELIB}/twisted/trial/_dist/__init__.pyo
-${PYSITELIB}/twisted/trial/_dist/distreporter.py
-${PYSITELIB}/twisted/trial/_dist/distreporter.pyc
-${PYSITELIB}/twisted/trial/_dist/distreporter.pyo
-${PYSITELIB}/twisted/trial/_dist/disttrial.py
-${PYSITELIB}/twisted/trial/_dist/disttrial.pyc
-${PYSITELIB}/twisted/trial/_dist/disttrial.pyo
-${PYSITELIB}/twisted/trial/_dist/managercommands.py
-${PYSITELIB}/twisted/trial/_dist/managercommands.pyc
-${PYSITELIB}/twisted/trial/_dist/managercommands.pyo
-${PYSITELIB}/twisted/trial/_dist/options.py
-${PYSITELIB}/twisted/trial/_dist/options.pyc
-${PYSITELIB}/twisted/trial/_dist/options.pyo
-${PYSITELIB}/twisted/trial/_dist/test/__init__.py
-${PYSITELIB}/twisted/trial/_dist/test/__init__.pyc
-${PYSITELIB}/twisted/trial/_dist/test/__init__.pyo
-${PYSITELIB}/twisted/trial/_dist/test/test_distreporter.py
-${PYSITELIB}/twisted/trial/_dist/test/test_distreporter.pyc
-${PYSITELIB}/twisted/trial/_dist/test/test_distreporter.pyo
-${PYSITELIB}/twisted/trial/_dist/test/test_disttrial.py
-${PYSITELIB}/twisted/trial/_dist/test/test_disttrial.pyc
-${PYSITELIB}/twisted/trial/_dist/test/test_disttrial.pyo
-${PYSITELIB}/twisted/trial/_dist/test/test_options.py
-${PYSITELIB}/twisted/trial/_dist/test/test_options.pyc
-${PYSITELIB}/twisted/trial/_dist/test/test_options.pyo
-${PYSITELIB}/twisted/trial/_dist/test/test_worker.py
-${PYSITELIB}/twisted/trial/_dist/test/test_worker.pyc
-${PYSITELIB}/twisted/trial/_dist/test/test_worker.pyo
-${PYSITELIB}/twisted/trial/_dist/test/test_workerreporter.py
-${PYSITELIB}/twisted/trial/_dist/test/test_workerreporter.pyc
-${PYSITELIB}/twisted/trial/_dist/test/test_workerreporter.pyo
-${PYSITELIB}/twisted/trial/_dist/test/test_workertrial.py
-${PYSITELIB}/twisted/trial/_dist/test/test_workertrial.pyc
-${PYSITELIB}/twisted/trial/_dist/test/test_workertrial.pyo
-${PYSITELIB}/twisted/trial/_dist/worker.py
-${PYSITELIB}/twisted/trial/_dist/worker.pyc
-${PYSITELIB}/twisted/trial/_dist/worker.pyo
-${PYSITELIB}/twisted/trial/_dist/workercommands.py
-${PYSITELIB}/twisted/trial/_dist/workercommands.pyc
-${PYSITELIB}/twisted/trial/_dist/workercommands.pyo
-${PYSITELIB}/twisted/trial/_dist/workerreporter.py
-${PYSITELIB}/twisted/trial/_dist/workerreporter.pyc
-${PYSITELIB}/twisted/trial/_dist/workerreporter.pyo
-${PYSITELIB}/twisted/trial/_dist/workertrial.py
-${PYSITELIB}/twisted/trial/_dist/workertrial.pyc
-${PYSITELIB}/twisted/trial/_dist/workertrial.pyo
-${PYSITELIB}/twisted/trial/_synctest.py
-${PYSITELIB}/twisted/trial/_synctest.pyc
-${PYSITELIB}/twisted/trial/_synctest.pyo
-${PYSITELIB}/twisted/trial/itrial.py
-${PYSITELIB}/twisted/trial/itrial.pyc
-${PYSITELIB}/twisted/trial/itrial.pyo
-${PYSITELIB}/twisted/trial/reporter.py
-${PYSITELIB}/twisted/trial/reporter.pyc
-${PYSITELIB}/twisted/trial/reporter.pyo
-${PYSITELIB}/twisted/trial/runner.py
-${PYSITELIB}/twisted/trial/runner.pyc
-${PYSITELIB}/twisted/trial/runner.pyo
-${PYSITELIB}/twisted/trial/test/__init__.py
-${PYSITELIB}/twisted/trial/test/__init__.pyc
-${PYSITELIB}/twisted/trial/test/__init__.pyo
-${PYSITELIB}/twisted/trial/test/_assertiontests.py.3only
-${PYSITELIB}/twisted/trial/test/detests.py
-${PYSITELIB}/twisted/trial/test/detests.pyc
-${PYSITELIB}/twisted/trial/test/detests.pyo
-${PYSITELIB}/twisted/trial/test/erroneous.py
-${PYSITELIB}/twisted/trial/test/erroneous.pyc
-${PYSITELIB}/twisted/trial/test/erroneous.pyo
-${PYSITELIB}/twisted/trial/test/mockcustomsuite.py
-${PYSITELIB}/twisted/trial/test/mockcustomsuite.pyc
-${PYSITELIB}/twisted/trial/test/mockcustomsuite.pyo
-${PYSITELIB}/twisted/trial/test/mockcustomsuite2.py
-${PYSITELIB}/twisted/trial/test/mockcustomsuite2.pyc
-${PYSITELIB}/twisted/trial/test/mockcustomsuite2.pyo
-${PYSITELIB}/twisted/trial/test/mockcustomsuite3.py
-${PYSITELIB}/twisted/trial/test/mockcustomsuite3.pyc
-${PYSITELIB}/twisted/trial/test/mockcustomsuite3.pyo
-${PYSITELIB}/twisted/trial/test/mockdoctest.py
-${PYSITELIB}/twisted/trial/test/mockdoctest.pyc
-${PYSITELIB}/twisted/trial/test/mockdoctest.pyo
-${PYSITELIB}/twisted/trial/test/moduleself.py
-${PYSITELIB}/twisted/trial/test/moduleself.pyc
-${PYSITELIB}/twisted/trial/test/moduleself.pyo
-${PYSITELIB}/twisted/trial/test/moduletest.py
-${PYSITELIB}/twisted/trial/test/moduletest.pyc
-${PYSITELIB}/twisted/trial/test/moduletest.pyo
-${PYSITELIB}/twisted/trial/test/novars.py
-${PYSITELIB}/twisted/trial/test/novars.pyc
-${PYSITELIB}/twisted/trial/test/novars.pyo
-${PYSITELIB}/twisted/trial/test/ordertests.py
-${PYSITELIB}/twisted/trial/test/ordertests.pyc
-${PYSITELIB}/twisted/trial/test/ordertests.pyo
-${PYSITELIB}/twisted/trial/test/packages.py
-${PYSITELIB}/twisted/trial/test/packages.pyc
-${PYSITELIB}/twisted/trial/test/packages.pyo
-${PYSITELIB}/twisted/trial/test/sample.py
-${PYSITELIB}/twisted/trial/test/sample.pyc
-${PYSITELIB}/twisted/trial/test/sample.pyo
-${PYSITELIB}/twisted/trial/test/scripttest.py
-${PYSITELIB}/twisted/trial/test/scripttest.pyc
-${PYSITELIB}/twisted/trial/test/scripttest.pyo
-${PYSITELIB}/twisted/trial/test/skipping.py
-${PYSITELIB}/twisted/trial/test/skipping.pyc
-${PYSITELIB}/twisted/trial/test/skipping.pyo
-${PYSITELIB}/twisted/trial/test/suppression.py
-${PYSITELIB}/twisted/trial/test/suppression.pyc
-${PYSITELIB}/twisted/trial/test/suppression.pyo
-${PYSITELIB}/twisted/trial/test/test_assertions.py
-${PYSITELIB}/twisted/trial/test/test_assertions.pyc
-${PYSITELIB}/twisted/trial/test/test_assertions.pyo
-${PYSITELIB}/twisted/trial/test/test_asyncassertions.py
-${PYSITELIB}/twisted/trial/test/test_asyncassertions.pyc
-${PYSITELIB}/twisted/trial/test/test_asyncassertions.pyo
-${PYSITELIB}/twisted/trial/test/test_deferred.py
-${PYSITELIB}/twisted/trial/test/test_deferred.pyc
-${PYSITELIB}/twisted/trial/test/test_deferred.pyo
-${PYSITELIB}/twisted/trial/test/test_doctest.py
-${PYSITELIB}/twisted/trial/test/test_doctest.pyc
-${PYSITELIB}/twisted/trial/test/test_doctest.pyo
-${PYSITELIB}/twisted/trial/test/test_keyboard.py
-${PYSITELIB}/twisted/trial/test/test_keyboard.pyc
-${PYSITELIB}/twisted/trial/test/test_keyboard.pyo
-${PYSITELIB}/twisted/trial/test/test_loader.py
-${PYSITELIB}/twisted/trial/test/test_loader.pyc
-${PYSITELIB}/twisted/trial/test/test_loader.pyo
-${PYSITELIB}/twisted/trial/test/test_log.py
-${PYSITELIB}/twisted/trial/test/test_log.pyc
-${PYSITELIB}/twisted/trial/test/test_log.pyo
-${PYSITELIB}/twisted/trial/test/test_output.py
-${PYSITELIB}/twisted/trial/test/test_output.pyc
-${PYSITELIB}/twisted/trial/test/test_output.pyo
-${PYSITELIB}/twisted/trial/test/test_plugins.py
-${PYSITELIB}/twisted/trial/test/test_plugins.pyc
-${PYSITELIB}/twisted/trial/test/test_plugins.pyo
-${PYSITELIB}/twisted/trial/test/test_pyunitcompat.py
-${PYSITELIB}/twisted/trial/test/test_pyunitcompat.pyc
-${PYSITELIB}/twisted/trial/test/test_pyunitcompat.pyo
-${PYSITELIB}/twisted/trial/test/test_reporter.py
-${PYSITELIB}/twisted/trial/test/test_reporter.pyc
-${PYSITELIB}/twisted/trial/test/test_reporter.pyo
-${PYSITELIB}/twisted/trial/test/test_runner.py
-${PYSITELIB}/twisted/trial/test/test_runner.pyc
-${PYSITELIB}/twisted/trial/test/test_runner.pyo
-${PYSITELIB}/twisted/trial/test/test_script.py
-${PYSITELIB}/twisted/trial/test/test_script.pyc
-${PYSITELIB}/twisted/trial/test/test_script.pyo
-${PYSITELIB}/twisted/trial/test/test_suppression.py
-${PYSITELIB}/twisted/trial/test/test_suppression.pyc
-${PYSITELIB}/twisted/trial/test/test_suppression.pyo
-${PYSITELIB}/twisted/trial/test/test_testcase.py
-${PYSITELIB}/twisted/trial/test/test_testcase.pyc
-${PYSITELIB}/twisted/trial/test/test_testcase.pyo
-${PYSITELIB}/twisted/trial/test/test_tests.py
-${PYSITELIB}/twisted/trial/test/test_tests.pyc
-${PYSITELIB}/twisted/trial/test/test_tests.pyo
-${PYSITELIB}/twisted/trial/test/test_util.py
-${PYSITELIB}/twisted/trial/test/test_util.pyc
-${PYSITELIB}/twisted/trial/test/test_util.pyo
-${PYSITELIB}/twisted/trial/test/test_warning.py
-${PYSITELIB}/twisted/trial/test/test_warning.pyc
-${PYSITELIB}/twisted/trial/test/test_warning.pyo
-${PYSITELIB}/twisted/trial/test/weird.py
-${PYSITELIB}/twisted/trial/test/weird.pyc
-${PYSITELIB}/twisted/trial/test/weird.pyo
-${PYSITELIB}/twisted/trial/unittest.py
-${PYSITELIB}/twisted/trial/unittest.pyc
-${PYSITELIB}/twisted/trial/unittest.pyo
-${PYSITELIB}/twisted/trial/util.py
-${PYSITELIB}/twisted/trial/util.pyc
-${PYSITELIB}/twisted/trial/util.pyo
-${PYSITELIB}/twisted/web/__init__.py
-${PYSITELIB}/twisted/web/__init__.pyc
-${PYSITELIB}/twisted/web/__init__.pyo
-${PYSITELIB}/twisted/web/_auth/__init__.py
-${PYSITELIB}/twisted/web/_auth/__init__.pyc
-${PYSITELIB}/twisted/web/_auth/__init__.pyo
-${PYSITELIB}/twisted/web/_auth/basic.py
-${PYSITELIB}/twisted/web/_auth/basic.pyc
-${PYSITELIB}/twisted/web/_auth/basic.pyo
-${PYSITELIB}/twisted/web/_auth/digest.py
-${PYSITELIB}/twisted/web/_auth/digest.pyc
-${PYSITELIB}/twisted/web/_auth/digest.pyo
-${PYSITELIB}/twisted/web/_auth/wrapper.py
-${PYSITELIB}/twisted/web/_auth/wrapper.pyc
-${PYSITELIB}/twisted/web/_auth/wrapper.pyo
-${PYSITELIB}/twisted/web/_element.py
-${PYSITELIB}/twisted/web/_element.pyc
-${PYSITELIB}/twisted/web/_element.pyo
-${PYSITELIB}/twisted/web/_flatten.py
-${PYSITELIB}/twisted/web/_flatten.pyc
-${PYSITELIB}/twisted/web/_flatten.pyo
-${PYSITELIB}/twisted/web/_http2.py
-${PYSITELIB}/twisted/web/_http2.pyc
-${PYSITELIB}/twisted/web/_http2.pyo
-${PYSITELIB}/twisted/web/_newclient.py
-${PYSITELIB}/twisted/web/_newclient.pyc
-${PYSITELIB}/twisted/web/_newclient.pyo
-${PYSITELIB}/twisted/web/_responses.py
-${PYSITELIB}/twisted/web/_responses.pyc
-${PYSITELIB}/twisted/web/_responses.pyo
-${PYSITELIB}/twisted/web/_stan.py
-${PYSITELIB}/twisted/web/_stan.pyc
-${PYSITELIB}/twisted/web/_stan.pyo
-${PYSITELIB}/twisted/web/client.py
-${PYSITELIB}/twisted/web/client.pyc
-${PYSITELIB}/twisted/web/client.pyo
-${PYSITELIB}/twisted/web/demo.py
-${PYSITELIB}/twisted/web/demo.pyc
-${PYSITELIB}/twisted/web/demo.pyo
-${PYSITELIB}/twisted/web/distrib.py
-${PYSITELIB}/twisted/web/distrib.pyc
-${PYSITELIB}/twisted/web/distrib.pyo
-${PYSITELIB}/twisted/web/domhelpers.py
-${PYSITELIB}/twisted/web/domhelpers.pyc
-${PYSITELIB}/twisted/web/domhelpers.pyo
-${PYSITELIB}/twisted/web/error.py
-${PYSITELIB}/twisted/web/error.pyc
-${PYSITELIB}/twisted/web/error.pyo
-${PYSITELIB}/twisted/web/guard.py
-${PYSITELIB}/twisted/web/guard.pyc
-${PYSITELIB}/twisted/web/guard.pyo
-${PYSITELIB}/twisted/web/html.py
-${PYSITELIB}/twisted/web/html.pyc
-${PYSITELIB}/twisted/web/html.pyo
-${PYSITELIB}/twisted/web/http.py
-${PYSITELIB}/twisted/web/http.pyc
-${PYSITELIB}/twisted/web/http.pyo
-${PYSITELIB}/twisted/web/http_headers.py
-${PYSITELIB}/twisted/web/http_headers.pyc
-${PYSITELIB}/twisted/web/http_headers.pyo
-${PYSITELIB}/twisted/web/iweb.py
-${PYSITELIB}/twisted/web/iweb.pyc
-${PYSITELIB}/twisted/web/iweb.pyo
-${PYSITELIB}/twisted/web/microdom.py
-${PYSITELIB}/twisted/web/microdom.pyc
-${PYSITELIB}/twisted/web/microdom.pyo
-${PYSITELIB}/twisted/web/proxy.py
-${PYSITELIB}/twisted/web/proxy.pyc
-${PYSITELIB}/twisted/web/proxy.pyo
-${PYSITELIB}/twisted/web/resource.py
-${PYSITELIB}/twisted/web/resource.pyc
-${PYSITELIB}/twisted/web/resource.pyo
-${PYSITELIB}/twisted/web/rewrite.py
-${PYSITELIB}/twisted/web/rewrite.pyc
-${PYSITELIB}/twisted/web/rewrite.pyo
-${PYSITELIB}/twisted/web/script.py
-${PYSITELIB}/twisted/web/script.pyc
-${PYSITELIB}/twisted/web/script.pyo
-${PYSITELIB}/twisted/web/server.py
-${PYSITELIB}/twisted/web/server.pyc
-${PYSITELIB}/twisted/web/server.pyo
-${PYSITELIB}/twisted/web/soap.py
-${PYSITELIB}/twisted/web/soap.pyc
-${PYSITELIB}/twisted/web/soap.pyo
-${PYSITELIB}/twisted/web/static.py
-${PYSITELIB}/twisted/web/static.pyc
-${PYSITELIB}/twisted/web/static.pyo
-${PYSITELIB}/twisted/web/sux.py
-${PYSITELIB}/twisted/web/sux.pyc
-${PYSITELIB}/twisted/web/sux.pyo
-${PYSITELIB}/twisted/web/tap.py
-${PYSITELIB}/twisted/web/tap.pyc
-${PYSITELIB}/twisted/web/tap.pyo
-${PYSITELIB}/twisted/web/template.py
-${PYSITELIB}/twisted/web/template.pyc
-${PYSITELIB}/twisted/web/template.pyo
-${PYSITELIB}/twisted/web/test/__init__.py
-${PYSITELIB}/twisted/web/test/__init__.pyc
-${PYSITELIB}/twisted/web/test/__init__.pyo
-${PYSITELIB}/twisted/web/test/_util.py
-${PYSITELIB}/twisted/web/test/_util.pyc
-${PYSITELIB}/twisted/web/test/_util.pyo
-${PYSITELIB}/twisted/web/test/injectionhelpers.py
-${PYSITELIB}/twisted/web/test/injectionhelpers.pyc
-${PYSITELIB}/twisted/web/test/injectionhelpers.pyo
-${PYSITELIB}/twisted/web/test/requesthelper.py
-${PYSITELIB}/twisted/web/test/requesthelper.pyc
-${PYSITELIB}/twisted/web/test/requesthelper.pyo
-${PYSITELIB}/twisted/web/test/test_agent.py
-${PYSITELIB}/twisted/web/test/test_agent.pyc
-${PYSITELIB}/twisted/web/test/test_agent.pyo
-${PYSITELIB}/twisted/web/test/test_cgi.py
-${PYSITELIB}/twisted/web/test/test_cgi.pyc
-${PYSITELIB}/twisted/web/test/test_cgi.pyo
-${PYSITELIB}/twisted/web/test/test_client.py
-${PYSITELIB}/twisted/web/test/test_client.pyc
-${PYSITELIB}/twisted/web/test/test_client.pyo
-${PYSITELIB}/twisted/web/test/test_distrib.py
-${PYSITELIB}/twisted/web/test/test_distrib.pyc
-${PYSITELIB}/twisted/web/test/test_distrib.pyo
-${PYSITELIB}/twisted/web/test/test_domhelpers.py
-${PYSITELIB}/twisted/web/test/test_domhelpers.pyc
-${PYSITELIB}/twisted/web/test/test_domhelpers.pyo
-${PYSITELIB}/twisted/web/test/test_error.py
-${PYSITELIB}/twisted/web/test/test_error.pyc
-${PYSITELIB}/twisted/web/test/test_error.pyo
-${PYSITELIB}/twisted/web/test/test_flatten.py
-${PYSITELIB}/twisted/web/test/test_flatten.pyc
-${PYSITELIB}/twisted/web/test/test_flatten.pyo
-${PYSITELIB}/twisted/web/test/test_html.py
-${PYSITELIB}/twisted/web/test/test_html.pyc
-${PYSITELIB}/twisted/web/test/test_html.pyo
-${PYSITELIB}/twisted/web/test/test_http.py
-${PYSITELIB}/twisted/web/test/test_http.pyc
-${PYSITELIB}/twisted/web/test/test_http.pyo
-${PYSITELIB}/twisted/web/test/test_http2.py
-${PYSITELIB}/twisted/web/test/test_http2.pyc
-${PYSITELIB}/twisted/web/test/test_http2.pyo
-${PYSITELIB}/twisted/web/test/test_http_headers.py
-${PYSITELIB}/twisted/web/test/test_http_headers.pyc
-${PYSITELIB}/twisted/web/test/test_http_headers.pyo
-${PYSITELIB}/twisted/web/test/test_httpauth.py
-${PYSITELIB}/twisted/web/test/test_httpauth.pyc
-${PYSITELIB}/twisted/web/test/test_httpauth.pyo
-${PYSITELIB}/twisted/web/test/test_newclient.py
-${PYSITELIB}/twisted/web/test/test_newclient.pyc
-${PYSITELIB}/twisted/web/test/test_newclient.pyo
-${PYSITELIB}/twisted/web/test/test_proxy.py
-${PYSITELIB}/twisted/web/test/test_proxy.pyc
-${PYSITELIB}/twisted/web/test/test_proxy.pyo
-${PYSITELIB}/twisted/web/test/test_resource.py
-${PYSITELIB}/twisted/web/test/test_resource.pyc
-${PYSITELIB}/twisted/web/test/test_resource.pyo
-${PYSITELIB}/twisted/web/test/test_script.py
-${PYSITELIB}/twisted/web/test/test_script.pyc
-${PYSITELIB}/twisted/web/test/test_script.pyo
-${PYSITELIB}/twisted/web/test/test_soap.py
-${PYSITELIB}/twisted/web/test/test_soap.pyc
-${PYSITELIB}/twisted/web/test/test_soap.pyo
-${PYSITELIB}/twisted/web/test/test_stan.py
-${PYSITELIB}/twisted/web/test/test_stan.pyc
-${PYSITELIB}/twisted/web/test/test_stan.pyo
-${PYSITELIB}/twisted/web/test/test_static.py
-${PYSITELIB}/twisted/web/test/test_static.pyc
-${PYSITELIB}/twisted/web/test/test_static.pyo
-${PYSITELIB}/twisted/web/test/test_tap.py
-${PYSITELIB}/twisted/web/test/test_tap.pyc
-${PYSITELIB}/twisted/web/test/test_tap.pyo
-${PYSITELIB}/twisted/web/test/test_template.py
-${PYSITELIB}/twisted/web/test/test_template.pyc
-${PYSITELIB}/twisted/web/test/test_template.pyo
-${PYSITELIB}/twisted/web/test/test_util.py
-${PYSITELIB}/twisted/web/test/test_util.pyc
-${PYSITELIB}/twisted/web/test/test_util.pyo
-${PYSITELIB}/twisted/web/test/test_vhost.py
-${PYSITELIB}/twisted/web/test/test_vhost.pyc
-${PYSITELIB}/twisted/web/test/test_vhost.pyo
-${PYSITELIB}/twisted/web/test/test_web.py
-${PYSITELIB}/twisted/web/test/test_web.pyc
-${PYSITELIB}/twisted/web/test/test_web.pyo
-${PYSITELIB}/twisted/web/test/test_web__responses.py
-${PYSITELIB}/twisted/web/test/test_web__responses.pyc
-${PYSITELIB}/twisted/web/test/test_web__responses.pyo
-${PYSITELIB}/twisted/web/test/test_webclient.py
-${PYSITELIB}/twisted/web/test/test_webclient.pyc
-${PYSITELIB}/twisted/web/test/test_webclient.pyo
-${PYSITELIB}/twisted/web/test/test_wsgi.py
-${PYSITELIB}/twisted/web/test/test_wsgi.pyc
-${PYSITELIB}/twisted/web/test/test_wsgi.pyo
-${PYSITELIB}/twisted/web/test/test_xml.py
-${PYSITELIB}/twisted/web/test/test_xml.pyc
-${PYSITELIB}/twisted/web/test/test_xml.pyo
-${PYSITELIB}/twisted/web/test/test_xmlrpc.py
-${PYSITELIB}/twisted/web/test/test_xmlrpc.pyc
-${PYSITELIB}/twisted/web/test/test_xmlrpc.pyo
-${PYSITELIB}/twisted/web/twcgi.py
-${PYSITELIB}/twisted/web/twcgi.pyc
-${PYSITELIB}/twisted/web/twcgi.pyo
-${PYSITELIB}/twisted/web/util.py
-${PYSITELIB}/twisted/web/util.pyc
-${PYSITELIB}/twisted/web/util.pyo
-${PYSITELIB}/twisted/web/vhost.py
-${PYSITELIB}/twisted/web/vhost.pyc
-${PYSITELIB}/twisted/web/vhost.pyo
-${PYSITELIB}/twisted/web/wsgi.py
-${PYSITELIB}/twisted/web/wsgi.pyc
-${PYSITELIB}/twisted/web/wsgi.pyo
-${PYSITELIB}/twisted/web/xmlrpc.py
-${PYSITELIB}/twisted/web/xmlrpc.pyc
-${PYSITELIB}/twisted/web/xmlrpc.pyo
-${PYSITELIB}/twisted/words/__init__.py
-${PYSITELIB}/twisted/words/__init__.pyc
-${PYSITELIB}/twisted/words/__init__.pyo
-${PYSITELIB}/twisted/words/ewords.py
-${PYSITELIB}/twisted/words/ewords.pyc
-${PYSITELIB}/twisted/words/ewords.pyo
-${PYSITELIB}/twisted/words/im/__init__.py
-${PYSITELIB}/twisted/words/im/__init__.pyc
-${PYSITELIB}/twisted/words/im/__init__.pyo
-${PYSITELIB}/twisted/words/im/baseaccount.py
-${PYSITELIB}/twisted/words/im/baseaccount.pyc
-${PYSITELIB}/twisted/words/im/baseaccount.pyo
-${PYSITELIB}/twisted/words/im/basechat.py
-${PYSITELIB}/twisted/words/im/basechat.pyc
-${PYSITELIB}/twisted/words/im/basechat.pyo
-${PYSITELIB}/twisted/words/im/basesupport.py
-${PYSITELIB}/twisted/words/im/basesupport.pyc
-${PYSITELIB}/twisted/words/im/basesupport.pyo
-${PYSITELIB}/twisted/words/im/instancemessenger.glade
-${PYSITELIB}/twisted/words/im/interfaces.py
-${PYSITELIB}/twisted/words/im/interfaces.pyc
-${PYSITELIB}/twisted/words/im/interfaces.pyo
-${PYSITELIB}/twisted/words/im/ircsupport.py
-${PYSITELIB}/twisted/words/im/ircsupport.pyc
-${PYSITELIB}/twisted/words/im/ircsupport.pyo
-${PYSITELIB}/twisted/words/im/locals.py
-${PYSITELIB}/twisted/words/im/locals.pyc
-${PYSITELIB}/twisted/words/im/locals.pyo
-${PYSITELIB}/twisted/words/im/pbsupport.py
-${PYSITELIB}/twisted/words/im/pbsupport.pyc
-${PYSITELIB}/twisted/words/im/pbsupport.pyo
-${PYSITELIB}/twisted/words/iwords.py
-${PYSITELIB}/twisted/words/iwords.pyc
-${PYSITELIB}/twisted/words/iwords.pyo
-${PYSITELIB}/twisted/words/protocols/__init__.py
-${PYSITELIB}/twisted/words/protocols/__init__.pyc
-${PYSITELIB}/twisted/words/protocols/__init__.pyo
-${PYSITELIB}/twisted/words/protocols/irc.py
-${PYSITELIB}/twisted/words/protocols/irc.pyc
-${PYSITELIB}/twisted/words/protocols/irc.pyo
-${PYSITELIB}/twisted/words/protocols/jabber/__init__.py
-${PYSITELIB}/twisted/words/protocols/jabber/__init__.pyc
-${PYSITELIB}/twisted/words/protocols/jabber/__init__.pyo
-${PYSITELIB}/twisted/words/protocols/jabber/client.py
-${PYSITELIB}/twisted/words/protocols/jabber/client.pyc
-${PYSITELIB}/twisted/words/protocols/jabber/client.pyo
-${PYSITELIB}/twisted/words/protocols/jabber/component.py
-${PYSITELIB}/twisted/words/protocols/jabber/component.pyc
-${PYSITELIB}/twisted/words/protocols/jabber/component.pyo
-${PYSITELIB}/twisted/words/protocols/jabber/error.py
-${PYSITELIB}/twisted/words/protocols/jabber/error.pyc
-${PYSITELIB}/twisted/words/protocols/jabber/error.pyo
-${PYSITELIB}/twisted/words/protocols/jabber/ijabber.py
-${PYSITELIB}/twisted/words/protocols/jabber/ijabber.pyc
-${PYSITELIB}/twisted/words/protocols/jabber/ijabber.pyo
-${PYSITELIB}/twisted/words/protocols/jabber/jid.py
-${PYSITELIB}/twisted/words/protocols/jabber/jid.pyc
-${PYSITELIB}/twisted/words/protocols/jabber/jid.pyo
-${PYSITELIB}/twisted/words/protocols/jabber/jstrports.py
-${PYSITELIB}/twisted/words/protocols/jabber/jstrports.pyc
-${PYSITELIB}/twisted/words/protocols/jabber/jstrports.pyo
-${PYSITELIB}/twisted/words/protocols/jabber/sasl.py
-${PYSITELIB}/twisted/words/protocols/jabber/sasl.pyc
-${PYSITELIB}/twisted/words/protocols/jabber/sasl.pyo
-${PYSITELIB}/twisted/words/protocols/jabber/sasl_mechanisms.py
-${PYSITELIB}/twisted/words/protocols/jabber/sasl_mechanisms.pyc
-${PYSITELIB}/twisted/words/protocols/jabber/sasl_mechanisms.pyo
-${PYSITELIB}/twisted/words/protocols/jabber/xmlstream.py
-${PYSITELIB}/twisted/words/protocols/jabber/xmlstream.pyc
-${PYSITELIB}/twisted/words/protocols/jabber/xmlstream.pyo
-${PYSITELIB}/twisted/words/protocols/jabber/xmpp_stringprep.py
-${PYSITELIB}/twisted/words/protocols/jabber/xmpp_stringprep.pyc
-${PYSITELIB}/twisted/words/protocols/jabber/xmpp_stringprep.pyo
-${PYSITELIB}/twisted/words/service.py
-${PYSITELIB}/twisted/words/service.pyc
-${PYSITELIB}/twisted/words/service.pyo
-${PYSITELIB}/twisted/words/tap.py
-${PYSITELIB}/twisted/words/tap.pyc
-${PYSITELIB}/twisted/words/tap.pyo
-${PYSITELIB}/twisted/words/test/__init__.py
-${PYSITELIB}/twisted/words/test/__init__.pyc
-${PYSITELIB}/twisted/words/test/__init__.pyo
-${PYSITELIB}/twisted/words/test/test_basechat.py
-${PYSITELIB}/twisted/words/test/test_basechat.pyc
-${PYSITELIB}/twisted/words/test/test_basechat.pyo
-${PYSITELIB}/twisted/words/test/test_basesupport.py
-${PYSITELIB}/twisted/words/test/test_basesupport.pyc
-${PYSITELIB}/twisted/words/test/test_basesupport.pyo
-${PYSITELIB}/twisted/words/test/test_domish.py
-${PYSITELIB}/twisted/words/test/test_domish.pyc
-${PYSITELIB}/twisted/words/test/test_domish.pyo
-${PYSITELIB}/twisted/words/test/test_irc.py
-${PYSITELIB}/twisted/words/test/test_irc.pyc
-${PYSITELIB}/twisted/words/test/test_irc.pyo
-${PYSITELIB}/twisted/words/test/test_irc_service.py
-${PYSITELIB}/twisted/words/test/test_irc_service.pyc
-${PYSITELIB}/twisted/words/test/test_irc_service.pyo
-${PYSITELIB}/twisted/words/test/test_ircsupport.py
-${PYSITELIB}/twisted/words/test/test_ircsupport.pyc
-${PYSITELIB}/twisted/words/test/test_ircsupport.pyo
-${PYSITELIB}/twisted/words/test/test_jabberclient.py
-${PYSITELIB}/twisted/words/test/test_jabberclient.pyc
-${PYSITELIB}/twisted/words/test/test_jabberclient.pyo
-${PYSITELIB}/twisted/words/test/test_jabbercomponent.py
-${PYSITELIB}/twisted/words/test/test_jabbercomponent.pyc
-${PYSITELIB}/twisted/words/test/test_jabbercomponent.pyo
-${PYSITELIB}/twisted/words/test/test_jabbererror.py
-${PYSITELIB}/twisted/words/test/test_jabbererror.pyc
-${PYSITELIB}/twisted/words/test/test_jabbererror.pyo
-${PYSITELIB}/twisted/words/test/test_jabberjid.py
-${PYSITELIB}/twisted/words/test/test_jabberjid.pyc
-${PYSITELIB}/twisted/words/test/test_jabberjid.pyo
-${PYSITELIB}/twisted/words/test/test_jabberjstrports.py
-${PYSITELIB}/twisted/words/test/test_jabberjstrports.pyc
-${PYSITELIB}/twisted/words/test/test_jabberjstrports.pyo
-${PYSITELIB}/twisted/words/test/test_jabbersasl.py
-${PYSITELIB}/twisted/words/test/test_jabbersasl.pyc
-${PYSITELIB}/twisted/words/test/test_jabbersasl.pyo
-${PYSITELIB}/twisted/words/test/test_jabbersaslmechanisms.py
-${PYSITELIB}/twisted/words/test/test_jabbersaslmechanisms.pyc
-${PYSITELIB}/twisted/words/test/test_jabbersaslmechanisms.pyo
-${PYSITELIB}/twisted/words/test/test_jabberxmlstream.py
-${PYSITELIB}/twisted/words/test/test_jabberxmlstream.pyc
-${PYSITELIB}/twisted/words/test/test_jabberxmlstream.pyo
-${PYSITELIB}/twisted/words/test/test_jabberxmppstringprep.py
-${PYSITELIB}/twisted/words/test/test_jabberxmppstringprep.pyc
-${PYSITELIB}/twisted/words/test/test_jabberxmppstringprep.pyo
-${PYSITELIB}/twisted/words/test/test_service.py
-${PYSITELIB}/twisted/words/test/test_service.pyc
-${PYSITELIB}/twisted/words/test/test_service.pyo
-${PYSITELIB}/twisted/words/test/test_tap.py
-${PYSITELIB}/twisted/words/test/test_tap.pyc
-${PYSITELIB}/twisted/words/test/test_tap.pyo
-${PYSITELIB}/twisted/words/test/test_xishutil.py
-${PYSITELIB}/twisted/words/test/test_xishutil.pyc
-${PYSITELIB}/twisted/words/test/test_xishutil.pyo
-${PYSITELIB}/twisted/words/test/test_xmlstream.py
-${PYSITELIB}/twisted/words/test/test_xmlstream.pyc
-${PYSITELIB}/twisted/words/test/test_xmlstream.pyo
-${PYSITELIB}/twisted/words/test/test_xmpproutertap.py
-${PYSITELIB}/twisted/words/test/test_xmpproutertap.pyc
-${PYSITELIB}/twisted/words/test/test_xmpproutertap.pyo
-${PYSITELIB}/twisted/words/test/test_xpath.py
-${PYSITELIB}/twisted/words/test/test_xpath.pyc
-${PYSITELIB}/twisted/words/test/test_xpath.pyo
-${PYSITELIB}/twisted/words/xish/__init__.py
-${PYSITELIB}/twisted/words/xish/__init__.pyc
-${PYSITELIB}/twisted/words/xish/__init__.pyo
-${PYSITELIB}/twisted/words/xish/domish.py
-${PYSITELIB}/twisted/words/xish/domish.pyc
-${PYSITELIB}/twisted/words/xish/domish.pyo
-${PYSITELIB}/twisted/words/xish/utility.py
-${PYSITELIB}/twisted/words/xish/utility.pyc
-${PYSITELIB}/twisted/words/xish/utility.pyo
-${PYSITELIB}/twisted/words/xish/xmlstream.py
-${PYSITELIB}/twisted/words/xish/xmlstream.pyc
-${PYSITELIB}/twisted/words/xish/xmlstream.pyo
-${PYSITELIB}/twisted/words/xish/xpath.py
-${PYSITELIB}/twisted/words/xish/xpath.pyc
-${PYSITELIB}/twisted/words/xish/xpath.pyo
-${PYSITELIB}/twisted/words/xish/xpathparser.g
-${PYSITELIB}/twisted/words/xish/xpathparser.py
-${PYSITELIB}/twisted/words/xish/xpathparser.pyc
-${PYSITELIB}/twisted/words/xish/xpathparser.pyo
-${PYSITELIB}/twisted/words/xmpproutertap.py
-${PYSITELIB}/twisted/words/xmpproutertap.pyc
-${PYSITELIB}/twisted/words/xmpproutertap.pyo
diff --git a/net/py-twisted19/distinfo b/net/py-twisted19/distinfo
deleted file mode 100644
index 9a912263a0c..00000000000
--- a/net/py-twisted19/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2022/02/13 08:43:13 wiz Exp $
-
-BLAKE2s (Twisted-19.10.0.tar.bz2) = f95c24cdc967cc543a3de66e2df20d8b4cf920bf281cc9817bd02213c067de0b
-SHA512 (Twisted-19.10.0.tar.bz2) = de8d7fd0b2081cebeff68b060c8469377011648bc563a94a993d3530fb007ed42c3a54925c9a10c465ee7a3065cc9108ace12d10d358223fab13494becb9ac4b
-Size (Twisted-19.10.0.tar.bz2) = 3118485 bytes
-SHA1 (patch-src_twisted_python___setup.py) = 3094320805707f13c64e0f9b4e2e67b5b26dac37
diff --git a/net/py-twisted19/patches/patch-src_twisted_python___setup.py b/net/py-twisted19/patches/patch-src_twisted_python___setup.py
deleted file mode 100644
index 762759cdcf8..00000000000
--- a/net/py-twisted19/patches/patch-src_twisted_python___setup.py
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-src_twisted_python___setup.py,v 1.1 2022/02/13 08:43:13 wiz Exp $
-
-Allow building with a c99 compiler on SunOS
-
---- src/twisted/python/_setup.py.orig 2019-11-02 16:29:27.000000000 +0000
-+++ src/twisted/python/_setup.py
-@@ -355,8 +355,7 @@ class build_ext_twisted(build_ext.build_
- # https://stackoverflow.com/questions/1034587). See the documentation
- # of X/Open CAE in the standards(5) man page of Solaris.
- if sys.platform.startswith('sunos'):
-- self.define_macros.append(('_XOPEN_SOURCE', 1))
-- self.define_macros.append(('_XOPEN_SOURCE_EXTENDED', 1))
-+ self.define_macros.append(('_XOPEN_SOURCE', 600))
-
- self.extensions = [
- x for x in self.conditionalExtensions if x.condition(self)