NetBSD Problem Report #55096

From www@netbsd.org  Sun Mar 22 19:50:37 2020
Return-Path: <www@netbsd.org>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id E85761A9213
	for <gnats-bugs@gnats.NetBSD.org>; Sun, 22 Mar 2020 19:50:36 +0000 (UTC)
Message-Id: <20200322195024.9ED561A9218@mollari.NetBSD.org>
Date: Sun, 22 Mar 2020 19:50:24 +0000 (UTC)
From: js-pkgsrc@heap.zone
Reply-To: js-pkgsrc@heap.zone
To: gnats-bugs@NetBSD.org
Subject: [PATCH] Update py-twisted to 20.3.0
X-Send-Pr-Version: www-1.0

>Number:         55096
>Category:       pkg
>Synopsis:       [PATCH] Update py-twisted to 20.3.0
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    adam
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Mar 22 19:55:00 +0000 2020
>Closed-Date:    Sun May 22 23:15:37 +0000 2022
>Last-Modified:  Sun May 22 23:15:37 +0000 2022
>Originator:     Jonathan Schleifer
>Release:        HEAD
>Organization:
>Environment:
>Description:
commit 02aac35978a2b2be7530126f36bb4145bda3bbc5
Author: Jonathan Schleifer <js@nil.im>
Date:   Sun Mar 22 20:48:47 2020 +0100

    Update py-twisted to 20.3.0

    Bugfixes
    --------

    - twisted.protocols.amp.BoxDispatcher.callRemote and callRemoteString will no longer return failing Deferreds for requiresAnswer=False commands when the transport they're operating on has been disconnected. (#9756)

    Improved Documentation
    ----------------------

    - Added a missing hyphen to a reference to the ``--debug`` option of ``pdb`` in the Trial how-to. (#9690)
    - The documentation of the twisted.cred.checkers module has been extended and corrected. (#9724)

    Deprecations and Removals
    -------------------------

    - twisted.news is deprecated. (#9405)

    Misc
    ----

    - #9634, #9701, #9707, #9710, #9715, #9726, #9727, #9728, #9729, #9735, #9737, #9757

    Conch
    -----

    Features
    ~~~~~~~~

    - twisted.conch.ssh now supports the curve25519-sha256 key exchange algorithm (requires OpenSSL >= 1.1.0). (#6814)
    - twisted.conch.ssh.keys can now write private keys in the new "openssh-key-v1" format, introduced in OpenSSH 6.5 and made the default in OpenSSH 7.8.  ckeygen has a corresponding new --private-key-subtype=v1 option. (#9683)

    Bugfixes
    ~~~~~~~~

    - twisted.conch.keys.Key.privateBlob now returns the correct blob format for ECDSA (i.e. the same as that implemented by OpenSSH). (#9682)

    Misc
    ~~~~

    - #9760

    Web
    ---

    Bugfixes
    ~~~~~~~~

    - Fixed return type of twisted.web.http.Request.getUser and twisted.web.http.Request.getPassword to binary if no authorization header was found or an exception was thrown (#9596)
    - twisted.web.http.HTTPChannel now rejects requests (with status code 400 and a drop) that have malformed headers of the form "Foo : value" or ": value". (#9646)
    - twisted.web.http.Request now correctly parses multipart-encoded form data submitted as a chunked request on Python 3.7+. (#9678)
    - twisted.web.client.BrowserLikePolicyForHTTPS is now listed in __all__, since it's a user-facing class that anyone could import and extend. (#9769)
    - twisted.web.http was subject to several request smuggling attacks. Requests with multiple Content-Length headers were allowed (CVE-2020-10108, thanks to Jake Miller from Bishop Fox and ZeddYu Lu for reporting this) and now fail with a 400; requests with a Content-Length header and a Transfer-Encoding header honored the first header (CVE-2020-10109, thanks to Jake Miller from Bishop Fox for reporting this) and now fail with a 400; requests whose Transfer-Encoding header had a value other than "chunked" and "identity" (thanks to ZeddYu Lu) were allowed and now fail with a 400. (#9770)

    Mail
    ----

    Misc
    ~~~~

    - #9733

    Words
    -----

    Bugfixes
    ~~~~~~~~

    - Fixed parsing of streams with Python 3.8 when there are spaces in namespaces or namespaced attributes in twisted.words.xish.domish.ExpatElementStream (#9730)

    Names
    -----

    Bugfixes
    ~~~~~~~~

    - twisted.names.secondary.SecondaryAuthority now accepts str for its domain parameter, so twist dns --secondary now functions on Python 3. (#9496)

diff --git a/net/py-twisted/Makefile.common b/net/py-twisted/Makefile.common
index 4a9f00e4ffe..4b1eef6852c 100644
--- a/net/py-twisted/Makefile.common
+++ b/net/py-twisted/Makefile.common
@@ -3,7 +3,7 @@
 # used by net/py-twisted/Makefile
 # used by net/py-twisted-docs/Makefile

-DISTNAME=	Twisted-19.10.0
+DISTNAME=	Twisted-20.3.0
 CATEGORIES=	net python
 MASTER_SITES=	${MASTER_SITE_PYPI:=T/Twisted/}
 EXTRACT_SUFX=	.tar.bz2
diff --git a/net/py-twisted/PLIST b/net/py-twisted/PLIST
index a42433cd04d..5ad5d3e40ee 100644
--- a/net/py-twisted/PLIST
+++ b/net/py-twisted/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.32 2020/02/06 15:44:57 adam Exp $
+@comment $NetBSD$
 bin/cftp-${PYVERSSUFFIX}
 bin/ckeygen-${PYVERSSUFFIX}
 bin/conch-${PYVERSSUFFIX}
@@ -16,2584 +16,2487 @@ ${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/__init__.pyo
+${PYSITELIB}/twisted/__init__.pyc
 ${PYSITELIB}/twisted/__main__.pyo
+${PYSITELIB}/twisted/__main__.pyc
+${PYSITELIB}/twisted/_version.pyo
+${PYSITELIB}/twisted/_version.pyc
+${PYSITELIB}/twisted/copyright.pyo
+${PYSITELIB}/twisted/copyright.pyc
+${PYSITELIB}/twisted/plugin.pyo
+${PYSITELIB}/twisted/plugin.pyc
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/_threads/_convenience.pyo
-${PYSITELIB}/twisted/_threads/_ithreads.py
-${PYSITELIB}/twisted/_threads/_ithreads.pyc
+${PYSITELIB}/twisted/_threads/_convenience.pyc
 ${PYSITELIB}/twisted/_threads/_ithreads.pyo
-${PYSITELIB}/twisted/_threads/_memory.py
-${PYSITELIB}/twisted/_threads/_memory.pyc
+${PYSITELIB}/twisted/_threads/_ithreads.pyc
 ${PYSITELIB}/twisted/_threads/_memory.pyo
-${PYSITELIB}/twisted/_threads/_pool.py
-${PYSITELIB}/twisted/_threads/_pool.pyc
+${PYSITELIB}/twisted/_threads/_memory.pyc
 ${PYSITELIB}/twisted/_threads/_pool.pyo
-${PYSITELIB}/twisted/_threads/_team.py
-${PYSITELIB}/twisted/_threads/_team.pyc
+${PYSITELIB}/twisted/_threads/_pool.pyc
 ${PYSITELIB}/twisted/_threads/_team.pyo
-${PYSITELIB}/twisted/_threads/_threadworker.py
-${PYSITELIB}/twisted/_threads/_threadworker.pyc
+${PYSITELIB}/twisted/_threads/_team.pyc
 ${PYSITELIB}/twisted/_threads/_threadworker.pyo
+${PYSITELIB}/twisted/_threads/_threadworker.pyc
+${PYSITELIB}/twisted/_threads/_convenience.py
+${PYSITELIB}/twisted/_threads/_ithreads.py
+${PYSITELIB}/twisted/_threads/_memory.py
+${PYSITELIB}/twisted/_threads/_pool.py
+${PYSITELIB}/twisted/_threads/_team.py
+${PYSITELIB}/twisted/_threads/_threadworker.py
 ${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/__init__.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_convenience.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_memory.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_team.pyc
 ${PYSITELIB}/twisted/_threads/test/test_threadworker.pyo
+${PYSITELIB}/twisted/_threads/test/test_threadworker.pyc
+${PYSITELIB}/twisted/_threads/test/test_convenience.py
+${PYSITELIB}/twisted/_threads/test/test_memory.py
+${PYSITELIB}/twisted/_threads/test/test_team.py
+${PYSITELIB}/twisted/_threads/test/test_threadworker.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/application/app.pyo
-${PYSITELIB}/twisted/application/internet.py
-${PYSITELIB}/twisted/application/internet.pyc
+${PYSITELIB}/twisted/application/app.pyc
 ${PYSITELIB}/twisted/application/internet.pyo
-${PYSITELIB}/twisted/application/reactors.py
-${PYSITELIB}/twisted/application/reactors.pyc
+${PYSITELIB}/twisted/application/internet.pyc
 ${PYSITELIB}/twisted/application/reactors.pyo
+${PYSITELIB}/twisted/application/reactors.pyc
+${PYSITELIB}/twisted/application/service.pyo
+${PYSITELIB}/twisted/application/service.pyc
+${PYSITELIB}/twisted/application/strports.pyo
+${PYSITELIB}/twisted/application/strports.pyc
+${PYSITELIB}/twisted/application/app.py
+${PYSITELIB}/twisted/application/internet.py
+${PYSITELIB}/twisted/application/reactors.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/application/runner/_exit.pyo
-${PYSITELIB}/twisted/application/runner/_pidfile.py
-${PYSITELIB}/twisted/application/runner/_pidfile.pyc
+${PYSITELIB}/twisted/application/runner/_exit.pyc
 ${PYSITELIB}/twisted/application/runner/_pidfile.pyo
-${PYSITELIB}/twisted/application/runner/_runner.py
-${PYSITELIB}/twisted/application/runner/_runner.pyc
+${PYSITELIB}/twisted/application/runner/_pidfile.pyc
 ${PYSITELIB}/twisted/application/runner/_runner.pyo
+${PYSITELIB}/twisted/application/runner/_runner.pyc
+${PYSITELIB}/twisted/application/runner/_exit.py
+${PYSITELIB}/twisted/application/runner/_pidfile.py
+${PYSITELIB}/twisted/application/runner/_runner.py
 ${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/__init__.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_exit.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_pidfile.pyc
 ${PYSITELIB}/twisted/application/runner/test/test_runner.pyo
+${PYSITELIB}/twisted/application/runner/test/test_runner.pyc
+${PYSITELIB}/twisted/application/runner/test/test_exit.py
+${PYSITELIB}/twisted/application/runner/test/test_pidfile.py
+${PYSITELIB}/twisted/application/runner/test/test_runner.py
 ${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/__init__.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_internet.pyc
 ${PYSITELIB}/twisted/application/test/test_service.pyo
+${PYSITELIB}/twisted/application/test/test_service.pyc
+${PYSITELIB}/twisted/application/test/test_internet.py
+${PYSITELIB}/twisted/application/test/test_service.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/application/twist/_options.pyo
-${PYSITELIB}/twisted/application/twist/_twist.py
-${PYSITELIB}/twisted/application/twist/_twist.pyc
+${PYSITELIB}/twisted/application/twist/_options.pyc
 ${PYSITELIB}/twisted/application/twist/_twist.pyo
+${PYSITELIB}/twisted/application/twist/_twist.pyc
+${PYSITELIB}/twisted/application/twist/_options.py
+${PYSITELIB}/twisted/application/twist/_twist.py
 ${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/__init__.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_options.pyc
 ${PYSITELIB}/twisted/application/twist/test/test_twist.pyo
+${PYSITELIB}/twisted/application/twist/test/test_twist.pyc
+${PYSITELIB}/twisted/application/twist/test/test_options.py
+${PYSITELIB}/twisted/application/twist/test/test_twist.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/conch/avatar.pyo
-${PYSITELIB}/twisted/conch/checkers.py
-${PYSITELIB}/twisted/conch/checkers.pyc
+${PYSITELIB}/twisted/conch/avatar.pyc
 ${PYSITELIB}/twisted/conch/checkers.pyo
+${PYSITELIB}/twisted/conch/checkers.pyc
+${PYSITELIB}/twisted/conch/endpoints.pyo
+${PYSITELIB}/twisted/conch/endpoints.pyc
+${PYSITELIB}/twisted/conch/error.pyo
+${PYSITELIB}/twisted/conch/error.pyc
+${PYSITELIB}/twisted/conch/interfaces.pyo
+${PYSITELIB}/twisted/conch/interfaces.pyc
+${PYSITELIB}/twisted/conch/ls.pyo
+${PYSITELIB}/twisted/conch/ls.pyc
+${PYSITELIB}/twisted/conch/manhole.pyo
+${PYSITELIB}/twisted/conch/manhole.pyc
+${PYSITELIB}/twisted/conch/manhole_ssh.pyo
+${PYSITELIB}/twisted/conch/manhole_ssh.pyc
+${PYSITELIB}/twisted/conch/manhole_tap.pyo
+${PYSITELIB}/twisted/conch/manhole_tap.pyc
+${PYSITELIB}/twisted/conch/mixin.pyo
+${PYSITELIB}/twisted/conch/mixin.pyc
+${PYSITELIB}/twisted/conch/recvline.pyo
+${PYSITELIB}/twisted/conch/recvline.pyc
+${PYSITELIB}/twisted/conch/stdio.pyo
+${PYSITELIB}/twisted/conch/stdio.pyc
+${PYSITELIB}/twisted/conch/tap.pyo
+${PYSITELIB}/twisted/conch/tap.pyc
+${PYSITELIB}/twisted/conch/telnet.pyo
+${PYSITELIB}/twisted/conch/telnet.pyc
+${PYSITELIB}/twisted/conch/ttymodes.pyo
+${PYSITELIB}/twisted/conch/ttymodes.pyc
+${PYSITELIB}/twisted/conch/unix.pyo
+${PYSITELIB}/twisted/conch/unix.pyc
+${PYSITELIB}/twisted/conch/avatar.py
+${PYSITELIB}/twisted/conch/checkers.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/conch/client/agent.pyo
-${PYSITELIB}/twisted/conch/client/connect.py
-${PYSITELIB}/twisted/conch/client/connect.pyc
+${PYSITELIB}/twisted/conch/client/agent.pyc
 ${PYSITELIB}/twisted/conch/client/connect.pyo
-${PYSITELIB}/twisted/conch/client/default.py
-${PYSITELIB}/twisted/conch/client/default.pyc
+${PYSITELIB}/twisted/conch/client/connect.pyc
 ${PYSITELIB}/twisted/conch/client/default.pyo
-${PYSITELIB}/twisted/conch/client/direct.py
-${PYSITELIB}/twisted/conch/client/direct.pyc
+${PYSITELIB}/twisted/conch/client/default.pyc
 ${PYSITELIB}/twisted/conch/client/direct.pyo
-${PYSITELIB}/twisted/conch/client/knownhosts.py
-${PYSITELIB}/twisted/conch/client/knownhosts.pyc
+${PYSITELIB}/twisted/conch/client/direct.pyc
 ${PYSITELIB}/twisted/conch/client/knownhosts.pyo
-${PYSITELIB}/twisted/conch/client/options.py
-${PYSITELIB}/twisted/conch/client/options.pyc
+${PYSITELIB}/twisted/conch/client/knownhosts.pyc
 ${PYSITELIB}/twisted/conch/client/options.pyo
+${PYSITELIB}/twisted/conch/client/options.pyc
+${PYSITELIB}/twisted/conch/client/agent.py
+${PYSITELIB}/twisted/conch/client/connect.py
+${PYSITELIB}/twisted/conch/client/default.py
+${PYSITELIB}/twisted/conch/client/direct.py
+${PYSITELIB}/twisted/conch/client/knownhosts.py
+${PYSITELIB}/twisted/conch/client/options.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/conch/insults/helper.pyo
-${PYSITELIB}/twisted/conch/insults/insults.py
-${PYSITELIB}/twisted/conch/insults/insults.pyc
+${PYSITELIB}/twisted/conch/insults/helper.pyc
 ${PYSITELIB}/twisted/conch/insults/insults.pyo
-${PYSITELIB}/twisted/conch/insults/text.py
-${PYSITELIB}/twisted/conch/insults/text.pyc
+${PYSITELIB}/twisted/conch/insults/insults.pyc
 ${PYSITELIB}/twisted/conch/insults/text.pyo
-${PYSITELIB}/twisted/conch/insults/window.py
-${PYSITELIB}/twisted/conch/insults/window.pyc
+${PYSITELIB}/twisted/conch/insults/text.pyc
 ${PYSITELIB}/twisted/conch/insults/window.pyo
+${PYSITELIB}/twisted/conch/insults/window.pyc
+${PYSITELIB}/twisted/conch/insults/helper.py
+${PYSITELIB}/twisted/conch/insults/insults.py
+${PYSITELIB}/twisted/conch/insults/text.py
+${PYSITELIB}/twisted/conch/insults/window.py
 ${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/__init__.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/factory.pyc
 ${PYSITELIB}/twisted/conch/openssh_compat/primes.pyo
+${PYSITELIB}/twisted/conch/openssh_compat/primes.pyc
+${PYSITELIB}/twisted/conch/openssh_compat/factory.py
+${PYSITELIB}/twisted/conch/openssh_compat/primes.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/conch/scripts/cftp.pyo
-${PYSITELIB}/twisted/conch/scripts/ckeygen.py
-${PYSITELIB}/twisted/conch/scripts/ckeygen.pyc
+${PYSITELIB}/twisted/conch/scripts/cftp.pyc
 ${PYSITELIB}/twisted/conch/scripts/ckeygen.pyo
-${PYSITELIB}/twisted/conch/scripts/conch.py
-${PYSITELIB}/twisted/conch/scripts/conch.pyc
+${PYSITELIB}/twisted/conch/scripts/ckeygen.pyc
 ${PYSITELIB}/twisted/conch/scripts/conch.pyo
-${PYSITELIB}/twisted/conch/scripts/tkconch.py
-${PYSITELIB}/twisted/conch/scripts/tkconch.pyc
+${PYSITELIB}/twisted/conch/scripts/conch.pyc
 ${PYSITELIB}/twisted/conch/scripts/tkconch.pyo
+${PYSITELIB}/twisted/conch/scripts/tkconch.pyc
+${PYSITELIB}/twisted/conch/scripts/cftp.py
+${PYSITELIB}/twisted/conch/scripts/ckeygen.py
+${PYSITELIB}/twisted/conch/scripts/conch.py
+${PYSITELIB}/twisted/conch/scripts/tkconch.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/conch/ssh/_kex.pyo
-${PYSITELIB}/twisted/conch/ssh/address.py
-${PYSITELIB}/twisted/conch/ssh/address.pyc
+${PYSITELIB}/twisted/conch/ssh/_kex.pyc
 ${PYSITELIB}/twisted/conch/ssh/address.pyo
-${PYSITELIB}/twisted/conch/ssh/agent.py
-${PYSITELIB}/twisted/conch/ssh/agent.pyc
+${PYSITELIB}/twisted/conch/ssh/address.pyc
 ${PYSITELIB}/twisted/conch/ssh/agent.pyo
-${PYSITELIB}/twisted/conch/ssh/channel.py
-${PYSITELIB}/twisted/conch/ssh/channel.pyc
+${PYSITELIB}/twisted/conch/ssh/agent.pyc
 ${PYSITELIB}/twisted/conch/ssh/channel.pyo
-${PYSITELIB}/twisted/conch/ssh/common.py
-${PYSITELIB}/twisted/conch/ssh/common.pyc
+${PYSITELIB}/twisted/conch/ssh/channel.pyc
 ${PYSITELIB}/twisted/conch/ssh/common.pyo
-${PYSITELIB}/twisted/conch/ssh/connection.py
-${PYSITELIB}/twisted/conch/ssh/connection.pyc
+${PYSITELIB}/twisted/conch/ssh/common.pyc
 ${PYSITELIB}/twisted/conch/ssh/connection.pyo
-${PYSITELIB}/twisted/conch/ssh/factory.py
-${PYSITELIB}/twisted/conch/ssh/factory.pyc
+${PYSITELIB}/twisted/conch/ssh/connection.pyc
 ${PYSITELIB}/twisted/conch/ssh/factory.pyo
-${PYSITELIB}/twisted/conch/ssh/filetransfer.py
-${PYSITELIB}/twisted/conch/ssh/filetransfer.pyc
+${PYSITELIB}/twisted/conch/ssh/factory.pyc
 ${PYSITELIB}/twisted/conch/ssh/filetransfer.pyo
-${PYSITELIB}/twisted/conch/ssh/forwarding.py
-${PYSITELIB}/twisted/conch/ssh/forwarding.pyc
+${PYSITELIB}/twisted/conch/ssh/filetransfer.pyc
 ${PYSITELIB}/twisted/conch/ssh/forwarding.pyo
-${PYSITELIB}/twisted/conch/ssh/keys.py
-${PYSITELIB}/twisted/conch/ssh/keys.pyc
+${PYSITELIB}/twisted/conch/ssh/forwarding.pyc
 ${PYSITELIB}/twisted/conch/ssh/keys.pyo
-${PYSITELIB}/twisted/conch/ssh/service.py
-${PYSITELIB}/twisted/conch/ssh/service.pyc
+${PYSITELIB}/twisted/conch/ssh/keys.pyc
 ${PYSITELIB}/twisted/conch/ssh/service.pyo
-${PYSITELIB}/twisted/conch/ssh/session.py
-${PYSITELIB}/twisted/conch/ssh/session.pyc
+${PYSITELIB}/twisted/conch/ssh/service.pyc
 ${PYSITELIB}/twisted/conch/ssh/session.pyo
-${PYSITELIB}/twisted/conch/ssh/sexpy.py
-${PYSITELIB}/twisted/conch/ssh/sexpy.pyc
+${PYSITELIB}/twisted/conch/ssh/session.pyc
 ${PYSITELIB}/twisted/conch/ssh/sexpy.pyo
-${PYSITELIB}/twisted/conch/ssh/transport.py
-${PYSITELIB}/twisted/conch/ssh/transport.pyc
+${PYSITELIB}/twisted/conch/ssh/sexpy.pyc
 ${PYSITELIB}/twisted/conch/ssh/transport.pyo
-${PYSITELIB}/twisted/conch/ssh/userauth.py
-${PYSITELIB}/twisted/conch/ssh/userauth.pyc
+${PYSITELIB}/twisted/conch/ssh/transport.pyc
 ${PYSITELIB}/twisted/conch/ssh/userauth.pyo
+${PYSITELIB}/twisted/conch/ssh/userauth.pyc
+${PYSITELIB}/twisted/conch/ssh/_kex.py
+${PYSITELIB}/twisted/conch/ssh/address.py
+${PYSITELIB}/twisted/conch/ssh/agent.py
+${PYSITELIB}/twisted/conch/ssh/channel.py
+${PYSITELIB}/twisted/conch/ssh/common.py
+${PYSITELIB}/twisted/conch/ssh/connection.py
+${PYSITELIB}/twisted/conch/ssh/factory.py
+${PYSITELIB}/twisted/conch/ssh/filetransfer.py
+${PYSITELIB}/twisted/conch/ssh/forwarding.py
+${PYSITELIB}/twisted/conch/ssh/keys.py
+${PYSITELIB}/twisted/conch/ssh/service.py
+${PYSITELIB}/twisted/conch/ssh/session.py
+${PYSITELIB}/twisted/conch/ssh/sexpy.py
+${PYSITELIB}/twisted/conch/ssh/transport.py
+${PYSITELIB}/twisted/conch/ssh/userauth.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/conch/test/keydata.pyo
-${PYSITELIB}/twisted/conch/test/loopback.py
-${PYSITELIB}/twisted/conch/test/loopback.pyc
+${PYSITELIB}/twisted/conch/test/keydata.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/loopback.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_address.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_agent.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_cftp.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_channel.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_checkers.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_ckeygen.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_conch.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_connection.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_default.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_endpoints.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_filetransfer.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_forwarding.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_helper.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_insults.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_keys.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_knownhosts.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.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_manhole_tap.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_mixin.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_openssh_compat.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_recvline.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_scripts.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_session.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_ssh.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_tap.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_telnet.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_text.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_transport.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_unix.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_userauth.pyc
 ${PYSITELIB}/twisted/conch/test/test_window.pyo
+${PYSITELIB}/twisted/conch/test/test_window.pyc
+${PYSITELIB}/twisted/conch/test/keydata.py
+${PYSITELIB}/twisted/conch/test/loopback.py
+${PYSITELIB}/twisted/conch/test/test_address.py
+${PYSITELIB}/twisted/conch/test/test_agent.py
+${PYSITELIB}/twisted/conch/test/test_cftp.py
+${PYSITELIB}/twisted/conch/test/test_channel.py
+${PYSITELIB}/twisted/conch/test/test_checkers.py
+${PYSITELIB}/twisted/conch/test/test_ckeygen.py
+${PYSITELIB}/twisted/conch/test/test_conch.py
+${PYSITELIB}/twisted/conch/test/test_connection.py
+${PYSITELIB}/twisted/conch/test/test_default.py
+${PYSITELIB}/twisted/conch/test/test_endpoints.py
+${PYSITELIB}/twisted/conch/test/test_filetransfer.py
+${PYSITELIB}/twisted/conch/test/test_forwarding.py
+${PYSITELIB}/twisted/conch/test/test_helper.py
+${PYSITELIB}/twisted/conch/test/test_insults.py
+${PYSITELIB}/twisted/conch/test/test_keys.py
+${PYSITELIB}/twisted/conch/test/test_knownhosts.py
+${PYSITELIB}/twisted/conch/test/test_manhole.py
+${PYSITELIB}/twisted/conch/test/test_manhole_tap.py
+${PYSITELIB}/twisted/conch/test/test_mixin.py
+${PYSITELIB}/twisted/conch/test/test_openssh_compat.py
+${PYSITELIB}/twisted/conch/test/test_recvline.py
+${PYSITELIB}/twisted/conch/test/test_scripts.py
+${PYSITELIB}/twisted/conch/test/test_session.py
+${PYSITELIB}/twisted/conch/test/test_ssh.py
+${PYSITELIB}/twisted/conch/test/test_tap.py
+${PYSITELIB}/twisted/conch/test/test_telnet.py
+${PYSITELIB}/twisted/conch/test/test_text.py
+${PYSITELIB}/twisted/conch/test/test_transport.py
+${PYSITELIB}/twisted/conch/test/test_unix.py
+${PYSITELIB}/twisted/conch/test/test_userauth.py
+${PYSITELIB}/twisted/conch/test/test_window.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/conch/ui/ansi.pyo
-${PYSITELIB}/twisted/conch/ui/tkvt100.py
-${PYSITELIB}/twisted/conch/ui/tkvt100.pyc
+${PYSITELIB}/twisted/conch/ui/ansi.pyc
 ${PYSITELIB}/twisted/conch/ui/tkvt100.pyo
+${PYSITELIB}/twisted/conch/ui/tkvt100.pyc
+${PYSITELIB}/twisted/conch/ui/ansi.py
+${PYSITELIB}/twisted/conch/ui/tkvt100.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/cred/_digest.pyo
-${PYSITELIB}/twisted/cred/checkers.py
-${PYSITELIB}/twisted/cred/checkers.pyc
+${PYSITELIB}/twisted/cred/_digest.pyc
 ${PYSITELIB}/twisted/cred/checkers.pyo
-${PYSITELIB}/twisted/cred/credentials.py
-${PYSITELIB}/twisted/cred/credentials.pyc
+${PYSITELIB}/twisted/cred/checkers.pyc
 ${PYSITELIB}/twisted/cred/credentials.pyo
-${PYSITELIB}/twisted/cred/error.py
-${PYSITELIB}/twisted/cred/error.pyc
+${PYSITELIB}/twisted/cred/credentials.pyc
 ${PYSITELIB}/twisted/cred/error.pyo
-${PYSITELIB}/twisted/cred/portal.py
-${PYSITELIB}/twisted/cred/portal.pyc
+${PYSITELIB}/twisted/cred/error.pyc
 ${PYSITELIB}/twisted/cred/portal.pyo
-${PYSITELIB}/twisted/cred/strcred.py
-${PYSITELIB}/twisted/cred/strcred.pyc
+${PYSITELIB}/twisted/cred/portal.pyc
 ${PYSITELIB}/twisted/cred/strcred.pyo
+${PYSITELIB}/twisted/cred/strcred.pyc
+${PYSITELIB}/twisted/cred/_digest.py
+${PYSITELIB}/twisted/cred/checkers.py
+${PYSITELIB}/twisted/cred/credentials.py
+${PYSITELIB}/twisted/cred/error.py
+${PYSITELIB}/twisted/cred/portal.py
+${PYSITELIB}/twisted/cred/strcred.py
 ${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/__init__.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_cramauth.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_cred.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_digestauth.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_simpleauth.pyc
 ${PYSITELIB}/twisted/cred/test/test_strcred.pyo
+${PYSITELIB}/twisted/cred/test/test_strcred.pyc
+${PYSITELIB}/twisted/cred/test/test_cramauth.py
+${PYSITELIB}/twisted/cred/test/test_cred.py
+${PYSITELIB}/twisted/cred/test/test_digestauth.py
+${PYSITELIB}/twisted/cred/test/test_simpleauth.py
+${PYSITELIB}/twisted/cred/test/test_strcred.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/enterprise/adbapi.pyo
+${PYSITELIB}/twisted/enterprise/adbapi.pyc
+${PYSITELIB}/twisted/enterprise/adbapi.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/internet/_baseprocess.pyo
-${PYSITELIB}/twisted/internet/_dumbwin32proc.py
-${PYSITELIB}/twisted/internet/_dumbwin32proc.pyc
+${PYSITELIB}/twisted/internet/_baseprocess.pyc
 ${PYSITELIB}/twisted/internet/_dumbwin32proc.pyo
-${PYSITELIB}/twisted/internet/_glibbase.py
-${PYSITELIB}/twisted/internet/_glibbase.pyc
+${PYSITELIB}/twisted/internet/_dumbwin32proc.pyc
 ${PYSITELIB}/twisted/internet/_glibbase.pyo
-${PYSITELIB}/twisted/internet/_idna.py
-${PYSITELIB}/twisted/internet/_idna.pyc
+${PYSITELIB}/twisted/internet/_glibbase.pyc
 ${PYSITELIB}/twisted/internet/_idna.pyo
-${PYSITELIB}/twisted/internet/_newtls.py
-${PYSITELIB}/twisted/internet/_newtls.pyc
+${PYSITELIB}/twisted/internet/_idna.pyc
 ${PYSITELIB}/twisted/internet/_newtls.pyo
-${PYSITELIB}/twisted/internet/_pollingfile.py
-${PYSITELIB}/twisted/internet/_pollingfile.pyc
+${PYSITELIB}/twisted/internet/_newtls.pyc
 ${PYSITELIB}/twisted/internet/_pollingfile.pyo
-${PYSITELIB}/twisted/internet/_posixserialport.py
-${PYSITELIB}/twisted/internet/_posixserialport.pyc
+${PYSITELIB}/twisted/internet/_pollingfile.pyc
 ${PYSITELIB}/twisted/internet/_posixserialport.pyo
-${PYSITELIB}/twisted/internet/_posixstdio.py
-${PYSITELIB}/twisted/internet/_posixstdio.pyc
+${PYSITELIB}/twisted/internet/_posixserialport.pyc
 ${PYSITELIB}/twisted/internet/_posixstdio.pyo
-${PYSITELIB}/twisted/internet/_producer_helpers.py
-${PYSITELIB}/twisted/internet/_producer_helpers.pyc
+${PYSITELIB}/twisted/internet/_posixstdio.pyc
 ${PYSITELIB}/twisted/internet/_producer_helpers.pyo
-${PYSITELIB}/twisted/internet/_resolver.py
-${PYSITELIB}/twisted/internet/_resolver.pyc
+${PYSITELIB}/twisted/internet/_producer_helpers.pyc
 ${PYSITELIB}/twisted/internet/_resolver.pyo
-${PYSITELIB}/twisted/internet/_signals.py
-${PYSITELIB}/twisted/internet/_signals.pyc
+${PYSITELIB}/twisted/internet/_resolver.pyc
 ${PYSITELIB}/twisted/internet/_signals.pyo
-${PYSITELIB}/twisted/internet/_sslverify.py
-${PYSITELIB}/twisted/internet/_sslverify.pyc
+${PYSITELIB}/twisted/internet/_signals.pyc
 ${PYSITELIB}/twisted/internet/_sslverify.pyo
-${PYSITELIB}/twisted/internet/_threadedselect.py
-${PYSITELIB}/twisted/internet/_threadedselect.pyc
+${PYSITELIB}/twisted/internet/_sslverify.pyc
 ${PYSITELIB}/twisted/internet/_threadedselect.pyo
-${PYSITELIB}/twisted/internet/_win32serialport.py
-${PYSITELIB}/twisted/internet/_win32serialport.pyc
+${PYSITELIB}/twisted/internet/_threadedselect.pyc
 ${PYSITELIB}/twisted/internet/_win32serialport.pyo
-${PYSITELIB}/twisted/internet/_win32stdio.py
-${PYSITELIB}/twisted/internet/_win32stdio.pyc
+${PYSITELIB}/twisted/internet/_win32serialport.pyc
 ${PYSITELIB}/twisted/internet/_win32stdio.pyo
-${PYSITELIB}/twisted/internet/abstract.py
-${PYSITELIB}/twisted/internet/abstract.pyc
+${PYSITELIB}/twisted/internet/_win32stdio.pyc
 ${PYSITELIB}/twisted/internet/abstract.pyo
-${PYSITELIB}/twisted/internet/address.py
-${PYSITELIB}/twisted/internet/address.pyc
+${PYSITELIB}/twisted/internet/abstract.pyc
 ${PYSITELIB}/twisted/internet/address.pyo
-${PYSITELIB}/twisted/internet/asyncioreactor.py
-${PYSITELIB}/twisted/internet/asyncioreactor.pyc
+${PYSITELIB}/twisted/internet/address.pyc
 ${PYSITELIB}/twisted/internet/asyncioreactor.pyo
-${PYSITELIB}/twisted/internet/base.py
-${PYSITELIB}/twisted/internet/base.pyc
+${PYSITELIB}/twisted/internet/asyncioreactor.pyc
 ${PYSITELIB}/twisted/internet/base.pyo
-${PYSITELIB}/twisted/internet/cfreactor.py
-${PYSITELIB}/twisted/internet/cfreactor.pyc
+${PYSITELIB}/twisted/internet/base.pyc
 ${PYSITELIB}/twisted/internet/cfreactor.pyo
-${PYSITELIB}/twisted/internet/default.py
-${PYSITELIB}/twisted/internet/default.pyc
+${PYSITELIB}/twisted/internet/cfreactor.pyc
 ${PYSITELIB}/twisted/internet/default.pyo
-${PYSITELIB}/twisted/internet/defer.py
-${PYSITELIB}/twisted/internet/defer.pyc
+${PYSITELIB}/twisted/internet/default.pyc
 ${PYSITELIB}/twisted/internet/defer.pyo
-${PYSITELIB}/twisted/internet/endpoints.py
-${PYSITELIB}/twisted/internet/endpoints.pyc
+${PYSITELIB}/twisted/internet/defer.pyc
 ${PYSITELIB}/twisted/internet/endpoints.pyo
-${PYSITELIB}/twisted/internet/epollreactor.py
-${PYSITELIB}/twisted/internet/epollreactor.pyc
+${PYSITELIB}/twisted/internet/endpoints.pyc
 ${PYSITELIB}/twisted/internet/epollreactor.pyo
-${PYSITELIB}/twisted/internet/error.py
-${PYSITELIB}/twisted/internet/error.pyc
+${PYSITELIB}/twisted/internet/epollreactor.pyc
 ${PYSITELIB}/twisted/internet/error.pyo
-${PYSITELIB}/twisted/internet/fdesc.py
-${PYSITELIB}/twisted/internet/fdesc.pyc
+${PYSITELIB}/twisted/internet/error.pyc
 ${PYSITELIB}/twisted/internet/fdesc.pyo
-${PYSITELIB}/twisted/internet/gireactor.py
-${PYSITELIB}/twisted/internet/gireactor.pyc
+${PYSITELIB}/twisted/internet/fdesc.pyc
 ${PYSITELIB}/twisted/internet/gireactor.pyo
-${PYSITELIB}/twisted/internet/glib2reactor.py
-${PYSITELIB}/twisted/internet/glib2reactor.pyc
+${PYSITELIB}/twisted/internet/gireactor.pyc
 ${PYSITELIB}/twisted/internet/glib2reactor.pyo
-${PYSITELIB}/twisted/internet/gtk2reactor.py
-${PYSITELIB}/twisted/internet/gtk2reactor.pyc
+${PYSITELIB}/twisted/internet/glib2reactor.pyc
 ${PYSITELIB}/twisted/internet/gtk2reactor.pyo
-${PYSITELIB}/twisted/internet/gtk3reactor.py
-${PYSITELIB}/twisted/internet/gtk3reactor.pyc
+${PYSITELIB}/twisted/internet/gtk2reactor.pyc
 ${PYSITELIB}/twisted/internet/gtk3reactor.pyo
-${PYSITELIB}/twisted/internet/inotify.py
-${PYSITELIB}/twisted/internet/inotify.pyc
+${PYSITELIB}/twisted/internet/gtk3reactor.pyc
 ${PYSITELIB}/twisted/internet/inotify.pyo
-${PYSITELIB}/twisted/internet/interfaces.py
-${PYSITELIB}/twisted/internet/interfaces.pyc
+${PYSITELIB}/twisted/internet/inotify.pyc
 ${PYSITELIB}/twisted/internet/interfaces.pyo
+${PYSITELIB}/twisted/internet/interfaces.pyc
+${PYSITELIB}/twisted/internet/kqreactor.pyo
+${PYSITELIB}/twisted/internet/kqreactor.pyc
+${PYSITELIB}/twisted/internet/main.pyo
+${PYSITELIB}/twisted/internet/main.pyc
+${PYSITELIB}/twisted/internet/pollreactor.pyo
+${PYSITELIB}/twisted/internet/pollreactor.pyc
+${PYSITELIB}/twisted/internet/posixbase.pyo
+${PYSITELIB}/twisted/internet/posixbase.pyc
+${PYSITELIB}/twisted/internet/process.pyo
+${PYSITELIB}/twisted/internet/process.pyc
+${PYSITELIB}/twisted/internet/protocol.pyo
+${PYSITELIB}/twisted/internet/protocol.pyc
+${PYSITELIB}/twisted/internet/pyuisupport.pyo
+${PYSITELIB}/twisted/internet/pyuisupport.pyc
+${PYSITELIB}/twisted/internet/reactor.pyo
+${PYSITELIB}/twisted/internet/reactor.pyc
+${PYSITELIB}/twisted/internet/selectreactor.pyo
+${PYSITELIB}/twisted/internet/selectreactor.pyc
+${PYSITELIB}/twisted/internet/serialport.pyo
+${PYSITELIB}/twisted/internet/serialport.pyc
+${PYSITELIB}/twisted/internet/ssl.pyo
+${PYSITELIB}/twisted/internet/ssl.pyc
+${PYSITELIB}/twisted/internet/stdio.pyo
+${PYSITELIB}/twisted/internet/stdio.pyc
+${PYSITELIB}/twisted/internet/task.pyo
+${PYSITELIB}/twisted/internet/task.pyc
+${PYSITELIB}/twisted/internet/tcp.pyo
+${PYSITELIB}/twisted/internet/tcp.pyc
+${PYSITELIB}/twisted/internet/testing.pyo
+${PYSITELIB}/twisted/internet/testing.pyc
+${PYSITELIB}/twisted/internet/threads.pyo
+${PYSITELIB}/twisted/internet/threads.pyc
+${PYSITELIB}/twisted/internet/tksupport.pyo
+${PYSITELIB}/twisted/internet/tksupport.pyc
+${PYSITELIB}/twisted/internet/udp.pyo
+${PYSITELIB}/twisted/internet/udp.pyc
+${PYSITELIB}/twisted/internet/unix.pyo
+${PYSITELIB}/twisted/internet/unix.pyc
+${PYSITELIB}/twisted/internet/utils.pyo
+${PYSITELIB}/twisted/internet/utils.pyc
+${PYSITELIB}/twisted/internet/win32eventreactor.pyo
+${PYSITELIB}/twisted/internet/win32eventreactor.pyc
+${PYSITELIB}/twisted/internet/wxreactor.pyo
+${PYSITELIB}/twisted/internet/wxreactor.pyc
+${PYSITELIB}/twisted/internet/wxsupport.pyo
+${PYSITELIB}/twisted/internet/wxsupport.pyc
+${PYSITELIB}/twisted/internet/_baseprocess.py
+${PYSITELIB}/twisted/internet/_dumbwin32proc.py
+${PYSITELIB}/twisted/internet/_glibbase.py
+${PYSITELIB}/twisted/internet/_idna.py
+${PYSITELIB}/twisted/internet/_newtls.py
+${PYSITELIB}/twisted/internet/_pollingfile.py
+${PYSITELIB}/twisted/internet/_posixserialport.py
+${PYSITELIB}/twisted/internet/_posixstdio.py
+${PYSITELIB}/twisted/internet/_producer_helpers.py
+${PYSITELIB}/twisted/internet/_resolver.py
+${PYSITELIB}/twisted/internet/_signals.py
+${PYSITELIB}/twisted/internet/_sslverify.py
+${PYSITELIB}/twisted/internet/_threadedselect.py
+${PYSITELIB}/twisted/internet/_win32serialport.py
+${PYSITELIB}/twisted/internet/_win32stdio.py
+${PYSITELIB}/twisted/internet/abstract.py
+${PYSITELIB}/twisted/internet/address.py
+${PYSITELIB}/twisted/internet/asyncioreactor.py
+${PYSITELIB}/twisted/internet/base.py
+${PYSITELIB}/twisted/internet/cfreactor.py
+${PYSITELIB}/twisted/internet/default.py
+${PYSITELIB}/twisted/internet/defer.py
+${PYSITELIB}/twisted/internet/endpoints.py
+${PYSITELIB}/twisted/internet/epollreactor.py
+${PYSITELIB}/twisted/internet/error.py
+${PYSITELIB}/twisted/internet/fdesc.py
+${PYSITELIB}/twisted/internet/gireactor.py
+${PYSITELIB}/twisted/internet/glib2reactor.py
+${PYSITELIB}/twisted/internet/gtk2reactor.py
+${PYSITELIB}/twisted/internet/gtk3reactor.py
+${PYSITELIB}/twisted/internet/inotify.py
+${PYSITELIB}/twisted/internet/interfaces.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/internet/iocpreactor/abstract.pyo
-${PYSITELIB}/twisted/internet/iocpreactor/const.py
-${PYSITELIB}/twisted/internet/iocpreactor/const.pyc
+${PYSITELIB}/twisted/internet/iocpreactor/abstract.pyc
 ${PYSITELIB}/twisted/internet/iocpreactor/const.pyo
-${PYSITELIB}/twisted/internet/iocpreactor/interfaces.py
-${PYSITELIB}/twisted/internet/iocpreactor/interfaces.pyc
+${PYSITELIB}/twisted/internet/iocpreactor/const.pyc
 ${PYSITELIB}/twisted/internet/iocpreactor/interfaces.pyo
+${PYSITELIB}/twisted/internet/iocpreactor/interfaces.pyc
+${PYSITELIB}/twisted/internet/iocpreactor/reactor.pyo
+${PYSITELIB}/twisted/internet/iocpreactor/reactor.pyc
+${PYSITELIB}/twisted/internet/iocpreactor/setup.pyo
+${PYSITELIB}/twisted/internet/iocpreactor/setup.pyc
+${PYSITELIB}/twisted/internet/iocpreactor/tcp.pyo
+${PYSITELIB}/twisted/internet/iocpreactor/tcp.pyc
+${PYSITELIB}/twisted/internet/iocpreactor/udp.pyo
+${PYSITELIB}/twisted/internet/iocpreactor/udp.pyc
+${PYSITELIB}/twisted/internet/iocpreactor/abstract.py
+${PYSITELIB}/twisted/internet/iocpreactor/const.py
+${PYSITELIB}/twisted/internet/iocpreactor/interfaces.py
 ${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/__init__.pyc
+${PYSITELIB}/twisted/internet/test/_posixifaces.pyo
+${PYSITELIB}/twisted/internet/test/_posixifaces.pyc
+${PYSITELIB}/twisted/internet/test/_win32ifaces.pyo
+${PYSITELIB}/twisted/internet/test/_win32ifaces.pyc
+${PYSITELIB}/twisted/internet/test/connectionmixins.pyo
+${PYSITELIB}/twisted/internet/test/connectionmixins.pyc
+${PYSITELIB}/twisted/internet/test/fakeendpoint.pyo
+${PYSITELIB}/twisted/internet/test/fakeendpoint.pyc
+${PYSITELIB}/twisted/internet/test/modulehelpers.pyo
+${PYSITELIB}/twisted/internet/test/modulehelpers.pyc
+${PYSITELIB}/twisted/internet/test/process_cli.pyo
+${PYSITELIB}/twisted/internet/test/process_cli.pyc
+${PYSITELIB}/twisted/internet/test/process_connectionlost.pyo
+${PYSITELIB}/twisted/internet/test/process_connectionlost.pyc
+${PYSITELIB}/twisted/internet/test/process_gireactornocompat.pyo
+${PYSITELIB}/twisted/internet/test/process_gireactornocompat.pyc
+${PYSITELIB}/twisted/internet/test/process_helper.pyo
+${PYSITELIB}/twisted/internet/test/process_helper.pyc
+${PYSITELIB}/twisted/internet/test/reactormixins.pyo
+${PYSITELIB}/twisted/internet/test/reactormixins.pyc
+${PYSITELIB}/twisted/internet/test/test_abstract.pyo
+${PYSITELIB}/twisted/internet/test/test_abstract.pyc
+${PYSITELIB}/twisted/internet/test/test_address.pyo
+${PYSITELIB}/twisted/internet/test/test_address.pyc
+${PYSITELIB}/twisted/internet/test/test_asyncioreactor.pyo
+${PYSITELIB}/twisted/internet/test/test_asyncioreactor.pyc
+${PYSITELIB}/twisted/internet/test/test_base.pyo
+${PYSITELIB}/twisted/internet/test/test_base.pyc
+${PYSITELIB}/twisted/internet/test/test_baseprocess.pyo
+${PYSITELIB}/twisted/internet/test/test_baseprocess.pyc
+${PYSITELIB}/twisted/internet/test/test_core.pyo
+${PYSITELIB}/twisted/internet/test/test_core.pyc
+${PYSITELIB}/twisted/internet/test/test_coroutines.pyo
+${PYSITELIB}/twisted/internet/test/test_coroutines.pyc
+${PYSITELIB}/twisted/internet/test/test_default.pyo
+${PYSITELIB}/twisted/internet/test/test_default.pyc
+${PYSITELIB}/twisted/internet/test/test_endpoints.pyo
+${PYSITELIB}/twisted/internet/test/test_endpoints.pyc
+${PYSITELIB}/twisted/internet/test/test_epollreactor.pyo
+${PYSITELIB}/twisted/internet/test/test_epollreactor.pyc
+${PYSITELIB}/twisted/internet/test/test_error.pyo
+${PYSITELIB}/twisted/internet/test/test_error.pyc
+${PYSITELIB}/twisted/internet/test/test_fdset.pyo
+${PYSITELIB}/twisted/internet/test/test_fdset.pyc
+${PYSITELIB}/twisted/internet/test/test_filedescriptor.pyo
+${PYSITELIB}/twisted/internet/test/test_filedescriptor.pyc
+${PYSITELIB}/twisted/internet/test/test_gireactor.pyo
+${PYSITELIB}/twisted/internet/test/test_gireactor.pyc
+${PYSITELIB}/twisted/internet/test/test_glibbase.pyo
+${PYSITELIB}/twisted/internet/test/test_glibbase.pyc
+${PYSITELIB}/twisted/internet/test/test_inlinecb.pyo
+${PYSITELIB}/twisted/internet/test/test_inlinecb.pyc
+${PYSITELIB}/twisted/internet/test/test_inotify.pyo
+${PYSITELIB}/twisted/internet/test/test_inotify.pyc
+${PYSITELIB}/twisted/internet/test/test_iocp.pyo
+${PYSITELIB}/twisted/internet/test/test_iocp.pyc
+${PYSITELIB}/twisted/internet/test/test_kqueuereactor.pyo
+${PYSITELIB}/twisted/internet/test/test_kqueuereactor.pyc
+${PYSITELIB}/twisted/internet/test/test_main.pyo
+${PYSITELIB}/twisted/internet/test/test_main.pyc
+${PYSITELIB}/twisted/internet/test/test_newtls.pyo
+${PYSITELIB}/twisted/internet/test/test_newtls.pyc
+${PYSITELIB}/twisted/internet/test/test_pollingfile.pyo
+${PYSITELIB}/twisted/internet/test/test_pollingfile.pyc
+${PYSITELIB}/twisted/internet/test/test_posixbase.pyo
+${PYSITELIB}/twisted/internet/test/test_posixbase.pyc
+${PYSITELIB}/twisted/internet/test/test_posixprocess.pyo
+${PYSITELIB}/twisted/internet/test/test_posixprocess.pyc
+${PYSITELIB}/twisted/internet/test/test_process.pyo
+${PYSITELIB}/twisted/internet/test/test_process.pyc
+${PYSITELIB}/twisted/internet/test/test_protocol.pyo
+${PYSITELIB}/twisted/internet/test/test_protocol.pyc
+${PYSITELIB}/twisted/internet/test/test_resolver.pyo
+${PYSITELIB}/twisted/internet/test/test_resolver.pyc
+${PYSITELIB}/twisted/internet/test/test_serialport.pyo
+${PYSITELIB}/twisted/internet/test/test_serialport.pyc
+${PYSITELIB}/twisted/internet/test/test_sigchld.pyo
+${PYSITELIB}/twisted/internet/test/test_sigchld.pyc
+${PYSITELIB}/twisted/internet/test/test_socket.pyo
+${PYSITELIB}/twisted/internet/test/test_socket.pyc
+${PYSITELIB}/twisted/internet/test/test_stdio.pyo
+${PYSITELIB}/twisted/internet/test/test_stdio.pyc
+${PYSITELIB}/twisted/internet/test/test_tcp.pyo
+${PYSITELIB}/twisted/internet/test/test_tcp.pyc
+${PYSITELIB}/twisted/internet/test/test_testing.pyo
+${PYSITELIB}/twisted/internet/test/test_testing.pyc
+${PYSITELIB}/twisted/internet/test/test_threads.pyo
+${PYSITELIB}/twisted/internet/test/test_threads.pyc
+${PYSITELIB}/twisted/internet/test/test_time.pyo
+${PYSITELIB}/twisted/internet/test/test_time.pyc
+${PYSITELIB}/twisted/internet/test/test_tls.pyo
+${PYSITELIB}/twisted/internet/test/test_tls.pyc
+${PYSITELIB}/twisted/internet/test/test_udp.pyo
+${PYSITELIB}/twisted/internet/test/test_udp.pyc
+${PYSITELIB}/twisted/internet/test/test_udp_internals.pyo
+${PYSITELIB}/twisted/internet/test/test_udp_internals.pyc
+${PYSITELIB}/twisted/internet/test/test_unix.pyo
+${PYSITELIB}/twisted/internet/test/test_unix.pyc
+${PYSITELIB}/twisted/internet/test/test_win32events.pyo
+${PYSITELIB}/twisted/internet/test/test_win32events.pyc
+${PYSITELIB}/twisted/internet/test/test_win32serialport.pyo
+${PYSITELIB}/twisted/internet/test/test_win32serialport.pyc
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/logger/_buffer.pyo
-${PYSITELIB}/twisted/logger/_capture.py
-${PYSITELIB}/twisted/logger/_capture.pyc
+${PYSITELIB}/twisted/logger/_buffer.pyc
 ${PYSITELIB}/twisted/logger/_capture.pyo
-${PYSITELIB}/twisted/logger/_file.py
-${PYSITELIB}/twisted/logger/_file.pyc
+${PYSITELIB}/twisted/logger/_capture.pyc
 ${PYSITELIB}/twisted/logger/_file.pyo
-${PYSITELIB}/twisted/logger/_filter.py
-${PYSITELIB}/twisted/logger/_filter.pyc
+${PYSITELIB}/twisted/logger/_file.pyc
 ${PYSITELIB}/twisted/logger/_filter.pyo
-${PYSITELIB}/twisted/logger/_flatten.py
-${PYSITELIB}/twisted/logger/_flatten.pyc
+${PYSITELIB}/twisted/logger/_filter.pyc
 ${PYSITELIB}/twisted/logger/_flatten.pyo
-${PYSITELIB}/twisted/logger/_format.py
-${PYSITELIB}/twisted/logger/_format.pyc
+${PYSITELIB}/twisted/logger/_flatten.pyc
 ${PYSITELIB}/twisted/logger/_format.pyo
-${PYSITELIB}/twisted/logger/_global.py
-${PYSITELIB}/twisted/logger/_global.pyc
+${PYSITELIB}/twisted/logger/_format.pyc
 ${PYSITELIB}/twisted/logger/_global.pyo
-${PYSITELIB}/twisted/logger/_io.py
-${PYSITELIB}/twisted/logger/_io.pyc
+${PYSITELIB}/twisted/logger/_global.pyc
 ${PYSITELIB}/twisted/logger/_io.pyo
-${PYSITELIB}/twisted/logger/_json.py
-${PYSITELIB}/twisted/logger/_json.pyc
+${PYSITELIB}/twisted/logger/_io.pyc
 ${PYSITELIB}/twisted/logger/_json.pyo
-${PYSITELIB}/twisted/logger/_legacy.py
-${PYSITELIB}/twisted/logger/_legacy.pyc
+${PYSITELIB}/twisted/logger/_json.pyc
 ${PYSITELIB}/twisted/logger/_legacy.pyo
-${PYSITELIB}/twisted/logger/_levels.py
-${PYSITELIB}/twisted/logger/_levels.pyc
+${PYSITELIB}/twisted/logger/_legacy.pyc
 ${PYSITELIB}/twisted/logger/_levels.pyo
-${PYSITELIB}/twisted/logger/_logger.py
-${PYSITELIB}/twisted/logger/_logger.pyc
+${PYSITELIB}/twisted/logger/_levels.pyc
 ${PYSITELIB}/twisted/logger/_logger.pyo
-${PYSITELIB}/twisted/logger/_observer.py
-${PYSITELIB}/twisted/logger/_observer.pyc
+${PYSITELIB}/twisted/logger/_logger.pyc
 ${PYSITELIB}/twisted/logger/_observer.pyo
-${PYSITELIB}/twisted/logger/_stdlib.py
-${PYSITELIB}/twisted/logger/_stdlib.pyc
+${PYSITELIB}/twisted/logger/_observer.pyc
 ${PYSITELIB}/twisted/logger/_stdlib.pyo
-${PYSITELIB}/twisted/logger/_util.py
-${PYSITELIB}/twisted/logger/_util.pyc
+${PYSITELIB}/twisted/logger/_stdlib.pyc
 ${PYSITELIB}/twisted/logger/_util.pyo
+${PYSITELIB}/twisted/logger/_util.pyc
+${PYSITELIB}/twisted/logger/_buffer.py
+${PYSITELIB}/twisted/logger/_capture.py
+${PYSITELIB}/twisted/logger/_file.py
+${PYSITELIB}/twisted/logger/_filter.py
+${PYSITELIB}/twisted/logger/_flatten.py
+${PYSITELIB}/twisted/logger/_format.py
+${PYSITELIB}/twisted/logger/_global.py
+${PYSITELIB}/twisted/logger/_io.py
+${PYSITELIB}/twisted/logger/_json.py
+${PYSITELIB}/twisted/logger/_legacy.py
+${PYSITELIB}/twisted/logger/_levels.py
+${PYSITELIB}/twisted/logger/_logger.py
+${PYSITELIB}/twisted/logger/_observer.py
+${PYSITELIB}/twisted/logger/_stdlib.py
+${PYSITELIB}/twisted/logger/_util.py
 ${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/__init__.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_buffer.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_capture.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_file.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_filter.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_flatten.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_format.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_global.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_io.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_json.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_legacy.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_levels.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_logger.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_observer.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_stdlib.pyc
 ${PYSITELIB}/twisted/logger/test/test_util.pyo
+${PYSITELIB}/twisted/logger/test/test_util.pyc
+${PYSITELIB}/twisted/logger/test/test_buffer.py
+${PYSITELIB}/twisted/logger/test/test_capture.py
+${PYSITELIB}/twisted/logger/test/test_file.py
+${PYSITELIB}/twisted/logger/test/test_filter.py
+${PYSITELIB}/twisted/logger/test/test_flatten.py
+${PYSITELIB}/twisted/logger/test/test_format.py
+${PYSITELIB}/twisted/logger/test/test_global.py
+${PYSITELIB}/twisted/logger/test/test_io.py
+${PYSITELIB}/twisted/logger/test/test_json.py
+${PYSITELIB}/twisted/logger/test/test_legacy.py
+${PYSITELIB}/twisted/logger/test/test_levels.py
+${PYSITELIB}/twisted/logger/test/test_logger.py
+${PYSITELIB}/twisted/logger/test/test_observer.py
+${PYSITELIB}/twisted/logger/test/test_stdlib.py
+${PYSITELIB}/twisted/logger/test/test_util.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/mail/_cred.pyo
-${PYSITELIB}/twisted/mail/_except.py
-${PYSITELIB}/twisted/mail/_except.pyc
+${PYSITELIB}/twisted/mail/_cred.pyc
 ${PYSITELIB}/twisted/mail/_except.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/mail/alias.py
-${PLIST.py2x}${PYSITELIB}/twisted/mail/alias.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/mail/alias.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/mail/bounce.py
-${PLIST.py2x}${PYSITELIB}/twisted/mail/bounce.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/mail/bounce.pyo
-${PYSITELIB}/twisted/mail/imap4.py
-${PYSITELIB}/twisted/mail/imap4.pyc
+${PYSITELIB}/twisted/mail/_except.pyc
 ${PYSITELIB}/twisted/mail/imap4.pyo
-${PYSITELIB}/twisted/mail/interfaces.py
-${PYSITELIB}/twisted/mail/interfaces.pyc
+${PYSITELIB}/twisted/mail/imap4.pyc
 ${PYSITELIB}/twisted/mail/interfaces.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/mail/mail.py
-${PLIST.py2x}${PYSITELIB}/twisted/mail/mail.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/mail/mail.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/mail/maildir.py
-${PLIST.py2x}${PYSITELIB}/twisted/mail/maildir.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/mail/maildir.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/mail/pb.py
-${PLIST.py2x}${PYSITELIB}/twisted/mail/pb.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/mail/pb.pyo
-${PYSITELIB}/twisted/mail/pop3.py
-${PYSITELIB}/twisted/mail/pop3.pyc
+${PYSITELIB}/twisted/mail/interfaces.pyc
 ${PYSITELIB}/twisted/mail/pop3.pyo
-${PYSITELIB}/twisted/mail/pop3client.py
-${PYSITELIB}/twisted/mail/pop3client.pyc
+${PYSITELIB}/twisted/mail/pop3.pyc
 ${PYSITELIB}/twisted/mail/pop3client.pyo
-${PYSITELIB}/twisted/mail/protocols.py
-${PYSITELIB}/twisted/mail/protocols.pyc
+${PYSITELIB}/twisted/mail/pop3client.pyc
 ${PYSITELIB}/twisted/mail/protocols.pyo
-${PYSITELIB}/twisted/mail/relay.py
-${PYSITELIB}/twisted/mail/relay.pyc
+${PYSITELIB}/twisted/mail/protocols.pyc
 ${PYSITELIB}/twisted/mail/relay.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/mail/relaymanager.py
-${PLIST.py2x}${PYSITELIB}/twisted/mail/relaymanager.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/mail/relaymanager.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/mail/scripts/__init__.py
-${PLIST.py2x}${PYSITELIB}/twisted/mail/scripts/__init__.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/mail/scripts/__init__.pyo
-${PYSITELIB}/twisted/mail/scripts/mailmail.py
-${PYSITELIB}/twisted/mail/scripts/mailmail.pyc
+${PYSITELIB}/twisted/mail/relay.pyc
+${PYSITELIB}/twisted/mail/smtp.pyo
+${PYSITELIB}/twisted/mail/smtp.pyc
+${PYSITELIB}/twisted/mail/_cred.py
+${PYSITELIB}/twisted/mail/_except.py
+${PYSITELIB}/twisted/mail/imap4.py
+${PYSITELIB}/twisted/mail/interfaces.py
+${PYSITELIB}/twisted/mail/pop3.py
+${PYSITELIB}/twisted/mail/pop3client.py
+${PYSITELIB}/twisted/mail/protocols.py
+${PYSITELIB}/twisted/mail/relay.py
 ${PYSITELIB}/twisted/mail/scripts/mailmail.pyo
+${PYSITELIB}/twisted/mail/scripts/mailmail.pyc
+${PYSITELIB}/twisted/mail/scripts/mailmail.py
 ${PYSITELIB}/twisted/mail/smtp.py
-${PYSITELIB}/twisted/mail/smtp.pyc
-${PYSITELIB}/twisted/mail/smtp.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/mail/tap.py
-${PLIST.py2x}${PYSITELIB}/twisted/mail/tap.pyc
-${PLIST.py2x}${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/__init__.pyc
 ${PYSITELIB}/twisted/mail/test/pop3testserver.pyo
+${PYSITELIB}/twisted/mail/test/pop3testserver.pyc
+${PYSITELIB}/twisted/mail/test/test_imap.pyo
+${PYSITELIB}/twisted/mail/test/test_imap.pyc
+${PYSITELIB}/twisted/mail/test/test_mailmail.pyo
+${PYSITELIB}/twisted/mail/test/test_mailmail.pyc
+${PYSITELIB}/twisted/mail/test/test_pop3.pyo
+${PYSITELIB}/twisted/mail/test/test_pop3.pyc
+${PYSITELIB}/twisted/mail/test/test_pop3client.pyo
+${PYSITELIB}/twisted/mail/test/test_pop3client.pyc
+${PYSITELIB}/twisted/mail/test/test_smtp.pyo
+${PYSITELIB}/twisted/mail/test/test_smtp.pyc
+${PYSITELIB}/twisted/mail/test/pop3testserver.py
 ${PYSITELIB}/twisted/mail/test/rfc822.message
-${PLIST.py2x}${PYSITELIB}/twisted/mail/test/test_bounce.py
-${PLIST.py2x}${PYSITELIB}/twisted/mail/test/test_bounce.pyc
-${PLIST.py2x}${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
-${PLIST.py2x}${PYSITELIB}/twisted/mail/test/test_mail.py
-${PLIST.py2x}${PYSITELIB}/twisted/mail/test/test_mail.pyc
-${PLIST.py2x}${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
-${PLIST.py2x}${PYSITELIB}/twisted/mail/test/test_options.py
-${PLIST.py2x}${PYSITELIB}/twisted/mail/test/test_options.pyc
-${PLIST.py2x}${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
-${PLIST.py2x}${PYSITELIB}/twisted/mail/test/test_scripts.py
-${PLIST.py2x}${PYSITELIB}/twisted/mail/test/test_scripts.pyc
-${PLIST.py2x}${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/__init__.pyc
 ${PYSITELIB}/twisted/names/_rfc1982.pyo
-${PYSITELIB}/twisted/names/authority.py
-${PYSITELIB}/twisted/names/authority.pyc
+${PYSITELIB}/twisted/names/_rfc1982.pyc
 ${PYSITELIB}/twisted/names/authority.pyo
-${PYSITELIB}/twisted/names/cache.py
-${PYSITELIB}/twisted/names/cache.pyc
+${PYSITELIB}/twisted/names/authority.pyc
 ${PYSITELIB}/twisted/names/cache.pyo
-${PYSITELIB}/twisted/names/client.py
-${PYSITELIB}/twisted/names/client.pyc
+${PYSITELIB}/twisted/names/cache.pyc
 ${PYSITELIB}/twisted/names/client.pyo
-${PYSITELIB}/twisted/names/common.py
-${PYSITELIB}/twisted/names/common.pyc
+${PYSITELIB}/twisted/names/client.pyc
 ${PYSITELIB}/twisted/names/common.pyo
-${PYSITELIB}/twisted/names/dns.py
-${PYSITELIB}/twisted/names/dns.pyc
+${PYSITELIB}/twisted/names/common.pyc
 ${PYSITELIB}/twisted/names/dns.pyo
-${PYSITELIB}/twisted/names/error.py
-${PYSITELIB}/twisted/names/error.pyc
+${PYSITELIB}/twisted/names/dns.pyc
 ${PYSITELIB}/twisted/names/error.pyo
-${PYSITELIB}/twisted/names/hosts.py
-${PYSITELIB}/twisted/names/hosts.pyc
+${PYSITELIB}/twisted/names/error.pyc
 ${PYSITELIB}/twisted/names/hosts.pyo
-${PYSITELIB}/twisted/names/resolve.py
-${PYSITELIB}/twisted/names/resolve.pyc
+${PYSITELIB}/twisted/names/hosts.pyc
 ${PYSITELIB}/twisted/names/resolve.pyo
-${PYSITELIB}/twisted/names/root.py
-${PYSITELIB}/twisted/names/root.pyc
+${PYSITELIB}/twisted/names/resolve.pyc
 ${PYSITELIB}/twisted/names/root.pyo
-${PYSITELIB}/twisted/names/secondary.py
-${PYSITELIB}/twisted/names/secondary.pyc
+${PYSITELIB}/twisted/names/root.pyc
 ${PYSITELIB}/twisted/names/secondary.pyo
-${PYSITELIB}/twisted/names/server.py
-${PYSITELIB}/twisted/names/server.pyc
+${PYSITELIB}/twisted/names/secondary.pyc
 ${PYSITELIB}/twisted/names/server.pyo
-${PYSITELIB}/twisted/names/srvconnect.py
-${PYSITELIB}/twisted/names/srvconnect.pyc
+${PYSITELIB}/twisted/names/server.pyc
 ${PYSITELIB}/twisted/names/srvconnect.pyo
-${PYSITELIB}/twisted/names/tap.py
-${PYSITELIB}/twisted/names/tap.pyc
+${PYSITELIB}/twisted/names/srvconnect.pyc
 ${PYSITELIB}/twisted/names/tap.pyo
+${PYSITELIB}/twisted/names/tap.pyc
+${PYSITELIB}/twisted/names/_rfc1982.py
+${PYSITELIB}/twisted/names/authority.py
+${PYSITELIB}/twisted/names/cache.py
+${PYSITELIB}/twisted/names/client.py
+${PYSITELIB}/twisted/names/common.py
+${PYSITELIB}/twisted/names/dns.py
+${PYSITELIB}/twisted/names/error.py
+${PYSITELIB}/twisted/names/hosts.py
+${PYSITELIB}/twisted/names/resolve.py
+${PYSITELIB}/twisted/names/root.py
+${PYSITELIB}/twisted/names/secondary.py
+${PYSITELIB}/twisted/names/server.py
+${PYSITELIB}/twisted/names/srvconnect.py
+${PYSITELIB}/twisted/names/tap.py
 ${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/__init__.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_cache.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_client.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_common.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_dns.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_examples.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_hosts.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_names.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_resolve.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_rfc1982.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_rootresolve.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_server.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_srvconnect.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_tap.pyc
 ${PYSITELIB}/twisted/names/test/test_util.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/news/__init__.py
-${PLIST.py2x}${PYSITELIB}/twisted/news/__init__.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/news/__init__.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/news/database.py
-${PLIST.py2x}${PYSITELIB}/twisted/news/database.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/news/database.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/news/news.py
-${PLIST.py2x}${PYSITELIB}/twisted/news/news.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/news/news.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/news/nntp.py
-${PLIST.py2x}${PYSITELIB}/twisted/news/nntp.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/news/nntp.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/news/tap.py
-${PLIST.py2x}${PYSITELIB}/twisted/news/tap.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/news/tap.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/news/test/__init__.py
-${PLIST.py2x}${PYSITELIB}/twisted/news/test/__init__.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/news/test/__init__.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/news/test/test_database.py
-${PLIST.py2x}${PYSITELIB}/twisted/news/test/test_database.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/news/test/test_database.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/news/test/test_news.py
-${PLIST.py2x}${PYSITELIB}/twisted/news/test/test_news.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/news/test/test_news.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/news/test/test_nntp.py
-${PLIST.py2x}${PYSITELIB}/twisted/news/test/test_nntp.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/news/test/test_nntp.pyo
+${PYSITELIB}/twisted/names/test/test_util.pyc
+${PYSITELIB}/twisted/names/test/test_cache.py
+${PYSITELIB}/twisted/names/test/test_client.py
+${PYSITELIB}/twisted/names/test/test_common.py
+${PYSITELIB}/twisted/names/test/test_dns.py
+${PYSITELIB}/twisted/names/test/test_examples.py
+${PYSITELIB}/twisted/names/test/test_hosts.py
+${PYSITELIB}/twisted/names/test/test_names.py
+${PYSITELIB}/twisted/names/test/test_resolve.py
+${PYSITELIB}/twisted/names/test/test_rfc1982.py
+${PYSITELIB}/twisted/names/test/test_rootresolve.py
+${PYSITELIB}/twisted/names/test/test_server.py
+${PYSITELIB}/twisted/names/test/test_srvconnect.py
+${PYSITELIB}/twisted/names/test/test_tap.py
+${PYSITELIB}/twisted/names/test/test_util.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/pair/ethernet.pyo
-${PYSITELIB}/twisted/pair/ip.py
-${PYSITELIB}/twisted/pair/ip.pyc
+${PYSITELIB}/twisted/pair/ethernet.pyc
 ${PYSITELIB}/twisted/pair/ip.pyo
-${PYSITELIB}/twisted/pair/raw.py
-${PYSITELIB}/twisted/pair/raw.pyc
+${PYSITELIB}/twisted/pair/ip.pyc
 ${PYSITELIB}/twisted/pair/raw.pyo
-${PYSITELIB}/twisted/pair/rawudp.py
-${PYSITELIB}/twisted/pair/rawudp.pyc
+${PYSITELIB}/twisted/pair/raw.pyc
 ${PYSITELIB}/twisted/pair/rawudp.pyo
+${PYSITELIB}/twisted/pair/rawudp.pyc
+${PYSITELIB}/twisted/pair/testing.pyo
+${PYSITELIB}/twisted/pair/testing.pyc
+${PYSITELIB}/twisted/pair/tuntap.pyo
+${PYSITELIB}/twisted/pair/tuntap.pyc
+${PYSITELIB}/twisted/pair/ethernet.py
+${PYSITELIB}/twisted/pair/ip.py
+${PYSITELIB}/twisted/pair/raw.py
+${PYSITELIB}/twisted/pair/rawudp.py
 ${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/__init__.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_ethernet.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_ip.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_rawudp.pyc
 ${PYSITELIB}/twisted/pair/test/test_tuntap.pyo
+${PYSITELIB}/twisted/pair/test/test_tuntap.pyc
+${PYSITELIB}/twisted/pair/test/test_ethernet.py
+${PYSITELIB}/twisted/pair/test/test_ip.py
+${PYSITELIB}/twisted/pair/test/test_rawudp.py
+${PYSITELIB}/twisted/pair/test/test_tuntap.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/persisted/aot.pyo
-${PYSITELIB}/twisted/persisted/crefutil.py
-${PYSITELIB}/twisted/persisted/crefutil.pyc
+${PYSITELIB}/twisted/persisted/aot.pyc
 ${PYSITELIB}/twisted/persisted/crefutil.pyo
-${PYSITELIB}/twisted/persisted/dirdbm.py
-${PYSITELIB}/twisted/persisted/dirdbm.pyc
+${PYSITELIB}/twisted/persisted/crefutil.pyc
 ${PYSITELIB}/twisted/persisted/dirdbm.pyo
-${PYSITELIB}/twisted/persisted/sob.py
-${PYSITELIB}/twisted/persisted/sob.pyc
+${PYSITELIB}/twisted/persisted/dirdbm.pyc
 ${PYSITELIB}/twisted/persisted/sob.pyo
-${PYSITELIB}/twisted/persisted/styles.py
-${PYSITELIB}/twisted/persisted/styles.pyc
+${PYSITELIB}/twisted/persisted/sob.pyc
 ${PYSITELIB}/twisted/persisted/styles.pyo
+${PYSITELIB}/twisted/persisted/styles.pyc
+${PYSITELIB}/twisted/persisted/aot.py
+${PYSITELIB}/twisted/persisted/crefutil.py
+${PYSITELIB}/twisted/persisted/dirdbm.py
+${PYSITELIB}/twisted/persisted/sob.py
+${PYSITELIB}/twisted/persisted/styles.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/persisted/test/test_styles.pyo
+${PYSITELIB}/twisted/persisted/test/test_styles.pyc
+${PYSITELIB}/twisted/persisted/test/test_styles.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/plugins/cred_anonymous.pyo
-${PYSITELIB}/twisted/plugins/cred_file.py
-${PYSITELIB}/twisted/plugins/cred_file.pyc
+${PYSITELIB}/twisted/plugins/cred_anonymous.pyc
 ${PYSITELIB}/twisted/plugins/cred_file.pyo
-${PYSITELIB}/twisted/plugins/cred_memory.py
-${PYSITELIB}/twisted/plugins/cred_memory.pyc
+${PYSITELIB}/twisted/plugins/cred_file.pyc
 ${PYSITELIB}/twisted/plugins/cred_memory.pyo
-${PYSITELIB}/twisted/plugins/cred_sshkeys.py
-${PYSITELIB}/twisted/plugins/cred_sshkeys.pyc
+${PYSITELIB}/twisted/plugins/cred_memory.pyc
 ${PYSITELIB}/twisted/plugins/cred_sshkeys.pyo
-${PYSITELIB}/twisted/plugins/cred_unix.py
-${PYSITELIB}/twisted/plugins/cred_unix.pyc
+${PYSITELIB}/twisted/plugins/cred_sshkeys.pyc
 ${PYSITELIB}/twisted/plugins/cred_unix.pyo
-${PYSITELIB}/twisted/plugins/twisted_conch.py
-${PYSITELIB}/twisted/plugins/twisted_conch.pyc
+${PYSITELIB}/twisted/plugins/cred_unix.pyc
 ${PYSITELIB}/twisted/plugins/twisted_conch.pyo
-${PYSITELIB}/twisted/plugins/twisted_core.py
-${PYSITELIB}/twisted/plugins/twisted_core.pyc
+${PYSITELIB}/twisted/plugins/twisted_conch.pyc
 ${PYSITELIB}/twisted/plugins/twisted_core.pyo
-${PYSITELIB}/twisted/plugins/twisted_ftp.py
-${PYSITELIB}/twisted/plugins/twisted_ftp.pyc
+${PYSITELIB}/twisted/plugins/twisted_core.pyc
 ${PYSITELIB}/twisted/plugins/twisted_ftp.pyo
-${PYSITELIB}/twisted/plugins/twisted_inet.py
-${PYSITELIB}/twisted/plugins/twisted_inet.pyc
+${PYSITELIB}/twisted/plugins/twisted_ftp.pyc
 ${PYSITELIB}/twisted/plugins/twisted_inet.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_mail.py
-${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_mail.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_mail.pyo
-${PYSITELIB}/twisted/plugins/twisted_names.py
-${PYSITELIB}/twisted/plugins/twisted_names.pyc
+${PYSITELIB}/twisted/plugins/twisted_inet.pyc
 ${PYSITELIB}/twisted/plugins/twisted_names.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_news.py
-${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_news.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_news.pyo
-${PYSITELIB}/twisted/plugins/twisted_portforward.py
-${PYSITELIB}/twisted/plugins/twisted_portforward.pyc
+${PYSITELIB}/twisted/plugins/twisted_names.pyc
 ${PYSITELIB}/twisted/plugins/twisted_portforward.pyo
-${PYSITELIB}/twisted/plugins/twisted_reactors.py
-${PYSITELIB}/twisted/plugins/twisted_reactors.pyc
+${PYSITELIB}/twisted/plugins/twisted_portforward.pyc
 ${PYSITELIB}/twisted/plugins/twisted_reactors.pyo
-${PYSITELIB}/twisted/plugins/twisted_runner.py
-${PYSITELIB}/twisted/plugins/twisted_runner.pyc
+${PYSITELIB}/twisted/plugins/twisted_reactors.pyc
 ${PYSITELIB}/twisted/plugins/twisted_runner.pyo
-${PYSITELIB}/twisted/plugins/twisted_socks.py
-${PYSITELIB}/twisted/plugins/twisted_socks.pyc
+${PYSITELIB}/twisted/plugins/twisted_runner.pyc
 ${PYSITELIB}/twisted/plugins/twisted_socks.pyo
-${PYSITELIB}/twisted/plugins/twisted_trial.py
-${PYSITELIB}/twisted/plugins/twisted_trial.pyc
+${PYSITELIB}/twisted/plugins/twisted_socks.pyc
 ${PYSITELIB}/twisted/plugins/twisted_trial.pyo
-${PYSITELIB}/twisted/plugins/twisted_web.py
-${PYSITELIB}/twisted/plugins/twisted_web.pyc
+${PYSITELIB}/twisted/plugins/twisted_trial.pyc
 ${PYSITELIB}/twisted/plugins/twisted_web.pyo
-${PYSITELIB}/twisted/plugins/twisted_words.py
-${PYSITELIB}/twisted/plugins/twisted_words.pyc
+${PYSITELIB}/twisted/plugins/twisted_web.pyc
 ${PYSITELIB}/twisted/plugins/twisted_words.pyo
+${PYSITELIB}/twisted/plugins/twisted_words.pyc
+${PYSITELIB}/twisted/plugins/cred_anonymous.py
+${PYSITELIB}/twisted/plugins/cred_file.py
+${PYSITELIB}/twisted/plugins/cred_memory.py
+${PYSITELIB}/twisted/plugins/cred_sshkeys.py
+${PYSITELIB}/twisted/plugins/cred_unix.py
+${PYSITELIB}/twisted/plugins/twisted_conch.py
+${PYSITELIB}/twisted/plugins/twisted_core.py
+${PYSITELIB}/twisted/plugins/twisted_ftp.py
+${PYSITELIB}/twisted/plugins/twisted_inet.py
+${PYSITELIB}/twisted/plugins/twisted_names.py
+${PYSITELIB}/twisted/plugins/twisted_portforward.py
+${PYSITELIB}/twisted/plugins/twisted_reactors.py
+${PYSITELIB}/twisted/plugins/twisted_runner.py
+${PYSITELIB}/twisted/plugins/twisted_socks.py
+${PYSITELIB}/twisted/plugins/twisted_trial.py
+${PYSITELIB}/twisted/plugins/twisted_web.py
+${PYSITELIB}/twisted/plugins/twisted_words.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/positioning/_sentence.pyo
-${PYSITELIB}/twisted/positioning/base.py
-${PYSITELIB}/twisted/positioning/base.pyc
+${PYSITELIB}/twisted/positioning/_sentence.pyc
 ${PYSITELIB}/twisted/positioning/base.pyo
-${PYSITELIB}/twisted/positioning/ipositioning.py
-${PYSITELIB}/twisted/positioning/ipositioning.pyc
+${PYSITELIB}/twisted/positioning/base.pyc
 ${PYSITELIB}/twisted/positioning/ipositioning.pyo
-${PYSITELIB}/twisted/positioning/nmea.py
-${PYSITELIB}/twisted/positioning/nmea.pyc
+${PYSITELIB}/twisted/positioning/ipositioning.pyc
 ${PYSITELIB}/twisted/positioning/nmea.pyo
+${PYSITELIB}/twisted/positioning/nmea.pyc
+${PYSITELIB}/twisted/positioning/_sentence.py
+${PYSITELIB}/twisted/positioning/base.py
+${PYSITELIB}/twisted/positioning/ipositioning.py
+${PYSITELIB}/twisted/positioning/nmea.py
 ${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/__init__.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/receiver.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_base.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_nmea.pyc
 ${PYSITELIB}/twisted/positioning/test/test_sentence.pyo
+${PYSITELIB}/twisted/positioning/test/test_sentence.pyc
+${PYSITELIB}/twisted/positioning/test/receiver.py
+${PYSITELIB}/twisted/positioning/test/test_base.py
+${PYSITELIB}/twisted/positioning/test/test_nmea.py
+${PYSITELIB}/twisted/positioning/test/test_sentence.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/protocols/amp.pyo
-${PYSITELIB}/twisted/protocols/basic.py
-${PYSITELIB}/twisted/protocols/basic.pyc
+${PYSITELIB}/twisted/protocols/amp.pyc
 ${PYSITELIB}/twisted/protocols/basic.pyo
-${PYSITELIB}/twisted/protocols/dict.py
-${PYSITELIB}/twisted/protocols/dict.pyc
+${PYSITELIB}/twisted/protocols/basic.pyc
 ${PYSITELIB}/twisted/protocols/dict.pyo
-${PYSITELIB}/twisted/protocols/finger.py
-${PYSITELIB}/twisted/protocols/finger.pyc
+${PYSITELIB}/twisted/protocols/dict.pyc
 ${PYSITELIB}/twisted/protocols/finger.pyo
-${PYSITELIB}/twisted/protocols/ftp.py
-${PYSITELIB}/twisted/protocols/ftp.pyc
+${PYSITELIB}/twisted/protocols/finger.pyc
 ${PYSITELIB}/twisted/protocols/ftp.pyo
+${PYSITELIB}/twisted/protocols/ftp.pyc
+${PYSITELIB}/twisted/protocols/htb.pyo
+${PYSITELIB}/twisted/protocols/htb.pyc
+${PYSITELIB}/twisted/protocols/ident.pyo
+${PYSITELIB}/twisted/protocols/ident.pyc
+${PYSITELIB}/twisted/protocols/loopback.pyo
+${PYSITELIB}/twisted/protocols/loopback.pyc
+${PYSITELIB}/twisted/protocols/memcache.pyo
+${PYSITELIB}/twisted/protocols/memcache.pyc
+${PYSITELIB}/twisted/protocols/pcp.pyo
+${PYSITELIB}/twisted/protocols/pcp.pyc
+${PYSITELIB}/twisted/protocols/policies.pyo
+${PYSITELIB}/twisted/protocols/policies.pyc
+${PYSITELIB}/twisted/protocols/portforward.pyo
+${PYSITELIB}/twisted/protocols/portforward.pyc
+${PYSITELIB}/twisted/protocols/postfix.pyo
+${PYSITELIB}/twisted/protocols/postfix.pyc
+${PYSITELIB}/twisted/protocols/sip.pyo
+${PYSITELIB}/twisted/protocols/sip.pyc
+${PYSITELIB}/twisted/protocols/socks.pyo
+${PYSITELIB}/twisted/protocols/socks.pyc
+${PYSITELIB}/twisted/protocols/stateful.pyo
+${PYSITELIB}/twisted/protocols/stateful.pyc
+${PYSITELIB}/twisted/protocols/tls.pyo
+${PYSITELIB}/twisted/protocols/tls.pyc
+${PYSITELIB}/twisted/protocols/wire.pyo
+${PYSITELIB}/twisted/protocols/wire.pyc
+${PYSITELIB}/twisted/protocols/amp.py
+${PYSITELIB}/twisted/protocols/basic.py
+${PYSITELIB}/twisted/protocols/dict.py
+${PYSITELIB}/twisted/protocols/finger.py
+${PYSITELIB}/twisted/protocols/ftp.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/protocols/haproxy/_exceptions.pyo
-${PYSITELIB}/twisted/protocols/haproxy/_info.py
-${PYSITELIB}/twisted/protocols/haproxy/_info.pyc
+${PYSITELIB}/twisted/protocols/haproxy/_exceptions.pyc
 ${PYSITELIB}/twisted/protocols/haproxy/_info.pyo
-${PYSITELIB}/twisted/protocols/haproxy/_interfaces.py
-${PYSITELIB}/twisted/protocols/haproxy/_interfaces.pyc
+${PYSITELIB}/twisted/protocols/haproxy/_info.pyc
 ${PYSITELIB}/twisted/protocols/haproxy/_interfaces.pyo
-${PYSITELIB}/twisted/protocols/haproxy/_parser.py
-${PYSITELIB}/twisted/protocols/haproxy/_parser.pyc
+${PYSITELIB}/twisted/protocols/haproxy/_interfaces.pyc
 ${PYSITELIB}/twisted/protocols/haproxy/_parser.pyo
-${PYSITELIB}/twisted/protocols/haproxy/_v1parser.py
-${PYSITELIB}/twisted/protocols/haproxy/_v1parser.pyc
+${PYSITELIB}/twisted/protocols/haproxy/_parser.pyc
 ${PYSITELIB}/twisted/protocols/haproxy/_v1parser.pyo
-${PYSITELIB}/twisted/protocols/haproxy/_v2parser.py
-${PYSITELIB}/twisted/protocols/haproxy/_v2parser.pyc
+${PYSITELIB}/twisted/protocols/haproxy/_v1parser.pyc
 ${PYSITELIB}/twisted/protocols/haproxy/_v2parser.pyo
-${PYSITELIB}/twisted/protocols/haproxy/_wrapper.py
-${PYSITELIB}/twisted/protocols/haproxy/_wrapper.pyc
+${PYSITELIB}/twisted/protocols/haproxy/_v2parser.pyc
 ${PYSITELIB}/twisted/protocols/haproxy/_wrapper.pyo
+${PYSITELIB}/twisted/protocols/haproxy/_wrapper.pyc
+${PYSITELIB}/twisted/protocols/haproxy/_exceptions.py
+${PYSITELIB}/twisted/protocols/haproxy/_info.py
+${PYSITELIB}/twisted/protocols/haproxy/_interfaces.py
+${PYSITELIB}/twisted/protocols/haproxy/_parser.py
+${PYSITELIB}/twisted/protocols/haproxy/_v1parser.py
+${PYSITELIB}/twisted/protocols/haproxy/_v2parser.py
+${PYSITELIB}/twisted/protocols/haproxy/_wrapper.py
 ${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/__init__.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_parser.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_v1parser.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_v2parser.pyc
 ${PYSITELIB}/twisted/protocols/haproxy/test/test_wrapper.pyo
+${PYSITELIB}/twisted/protocols/haproxy/test/test_wrapper.pyc
+${PYSITELIB}/twisted/protocols/haproxy/test/test_parser.py
+${PYSITELIB}/twisted/protocols/haproxy/test/test_v1parser.py
+${PYSITELIB}/twisted/protocols/haproxy/test/test_v2parser.py
+${PYSITELIB}/twisted/protocols/haproxy/test/test_wrapper.py
 ${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
-${PLIST.py2x}${PYSITELIB}/twisted/protocols/shoutcast.py
-${PLIST.py2x}${PYSITELIB}/twisted/protocols/shoutcast.pyc
-${PLIST.py2x}${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/__init__.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_basic.pyc
 ${PYSITELIB}/twisted/protocols/test/test_tls.pyo
+${PYSITELIB}/twisted/protocols/test/test_tls.pyc
+${PYSITELIB}/twisted/protocols/test/test_basic.py
+${PYSITELIB}/twisted/protocols/test/test_tls.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/python/_appdirs.pyo
-${PYSITELIB}/twisted/python/_inotify.py
-${PYSITELIB}/twisted/python/_inotify.pyc
+${PYSITELIB}/twisted/python/_appdirs.pyc
 ${PYSITELIB}/twisted/python/_inotify.pyo
-${PYSITELIB}/twisted/python/_oldstyle.py
-${PYSITELIB}/twisted/python/_oldstyle.pyc
+${PYSITELIB}/twisted/python/_inotify.pyc
 ${PYSITELIB}/twisted/python/_oldstyle.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/python/_pydoctor.py
-${PLIST.py2x}${PYSITELIB}/twisted/python/_pydoctor.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/python/_pydoctor.pyo
+${PYSITELIB}/twisted/python/_oldstyle.pyc
+${PYSITELIB}/twisted/python/_release.pyo
+${PYSITELIB}/twisted/python/_release.pyc
+${PYSITELIB}/twisted/python/_setup.pyo
+${PYSITELIB}/twisted/python/_setup.pyc
+${PYSITELIB}/twisted/python/_shellcomp.pyo
+${PYSITELIB}/twisted/python/_shellcomp.pyc
+${PYSITELIB}/twisted/python/_textattributes.pyo
+${PYSITELIB}/twisted/python/_textattributes.pyc
+${PYSITELIB}/twisted/python/_tzhelper.pyo
+${PYSITELIB}/twisted/python/_tzhelper.pyc
+${PYSITELIB}/twisted/python/_url.pyo
+${PYSITELIB}/twisted/python/_url.pyc
+${PYSITELIB}/twisted/python/compat.pyo
+${PYSITELIB}/twisted/python/compat.pyc
+${PYSITELIB}/twisted/python/components.pyo
+${PYSITELIB}/twisted/python/components.pyc
+${PYSITELIB}/twisted/python/constants.pyo
+${PYSITELIB}/twisted/python/constants.pyc
+${PYSITELIB}/twisted/python/context.pyo
+${PYSITELIB}/twisted/python/context.pyc
+${PYSITELIB}/twisted/python/deprecate.pyo
+${PYSITELIB}/twisted/python/deprecate.pyc
+${PYSITELIB}/twisted/python/failure.pyo
+${PYSITELIB}/twisted/python/failure.pyc
+${PYSITELIB}/twisted/python/fakepwd.pyo
+${PYSITELIB}/twisted/python/fakepwd.pyc
+${PYSITELIB}/twisted/python/filepath.pyo
+${PYSITELIB}/twisted/python/filepath.pyc
+${PYSITELIB}/twisted/python/formmethod.pyo
+${PYSITELIB}/twisted/python/formmethod.pyc
+${PYSITELIB}/twisted/python/htmlizer.pyo
+${PYSITELIB}/twisted/python/htmlizer.pyc
+${PYSITELIB}/twisted/python/lockfile.pyo
+${PYSITELIB}/twisted/python/lockfile.pyc
+${PYSITELIB}/twisted/python/log.pyo
+${PYSITELIB}/twisted/python/log.pyc
+${PYSITELIB}/twisted/python/logfile.pyo
+${PYSITELIB}/twisted/python/logfile.pyc
+${PYSITELIB}/twisted/python/modules.pyo
+${PYSITELIB}/twisted/python/modules.pyc
+${PYSITELIB}/twisted/python/monkey.pyo
+${PYSITELIB}/twisted/python/monkey.pyc
+${PYSITELIB}/twisted/python/procutils.pyo
+${PYSITELIB}/twisted/python/procutils.pyc
+${PYSITELIB}/twisted/python/randbytes.pyo
+${PYSITELIB}/twisted/python/randbytes.pyc
+${PYSITELIB}/twisted/python/rebuild.pyo
+${PYSITELIB}/twisted/python/rebuild.pyc
+${PYSITELIB}/twisted/python/reflect.pyo
+${PYSITELIB}/twisted/python/reflect.pyc
+${PYSITELIB}/twisted/python/release.pyo
+${PYSITELIB}/twisted/python/release.pyc
+${PYSITELIB}/twisted/python/roots.pyo
+${PYSITELIB}/twisted/python/roots.pyc
+${PYSITELIB}/twisted/python/runtime.pyo
+${PYSITELIB}/twisted/python/runtime.pyc
+${PYSITELIB}/twisted/python/sendmsg.pyo
+${PYSITELIB}/twisted/python/sendmsg.pyc
+${PYSITELIB}/twisted/python/shortcut.pyo
+${PYSITELIB}/twisted/python/shortcut.pyc
+${PYSITELIB}/twisted/python/syslog.pyo
+${PYSITELIB}/twisted/python/syslog.pyc
+${PYSITELIB}/twisted/python/systemd.pyo
+${PYSITELIB}/twisted/python/systemd.pyc
+${PYSITELIB}/twisted/python/text.pyo
+${PYSITELIB}/twisted/python/text.pyc
+${PYSITELIB}/twisted/python/threadable.pyo
+${PYSITELIB}/twisted/python/threadable.pyc
+${PYSITELIB}/twisted/python/threadpool.pyo
+${PYSITELIB}/twisted/python/threadpool.pyc
+${PYSITELIB}/twisted/python/url.pyo
+${PYSITELIB}/twisted/python/url.pyc
+${PYSITELIB}/twisted/python/urlpath.pyo
+${PYSITELIB}/twisted/python/urlpath.pyc
+${PYSITELIB}/twisted/python/usage.pyo
+${PYSITELIB}/twisted/python/usage.pyc
+${PYSITELIB}/twisted/python/util.pyo
+${PYSITELIB}/twisted/python/util.pyc
+${PYSITELIB}/twisted/python/versions.pyo
+${PYSITELIB}/twisted/python/versions.pyc
+${PYSITELIB}/twisted/python/win32.pyo
+${PYSITELIB}/twisted/python/win32.pyc
+${PYSITELIB}/twisted/python/zippath.pyo
+${PYSITELIB}/twisted/python/zippath.pyc
+${PYSITELIB}/twisted/python/zipstream.pyo
+${PYSITELIB}/twisted/python/zipstream.pyc
+${PYSITELIB}/twisted/python/_appdirs.py
+${PYSITELIB}/twisted/python/_inotify.py
+${PYSITELIB}/twisted/python/_oldstyle.py
 ${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
-${PLIST.py2x}${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
-${PLIST.py2x}${PYSITELIB}/twisted/python/finalize.py
-${PLIST.py2x}${PYSITELIB}/twisted/python/finalize.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/python/finalize.pyo
 ${PYSITELIB}/twisted/python/formmethod.py
-${PYSITELIB}/twisted/python/formmethod.pyc
-${PYSITELIB}/twisted/python/formmethod.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/python/hook.py
-${PLIST.py2x}${PYSITELIB}/twisted/python/hook.pyc
-${PLIST.py2x}${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
-${PLIST.py2x}${PYSITELIB}/twisted/python/test/cmodulepullpipe.py
-${PLIST.py2x}${PYSITELIB}/twisted/python/test/cmodulepullpipe.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/python/test/cmodulepullpipe.pyo
-${PYSITELIB}/twisted/python/test/deprecatedattributes.py
-${PYSITELIB}/twisted/python/test/deprecatedattributes.pyc
+${PYSITELIB}/twisted/python/test/__init__.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/deprecatedattributes.pyc
 ${PYSITELIB}/twisted/python/test/modules_helpers.pyo
-${PYSITELIB}/twisted/python/test/pullpipe.py
-${PYSITELIB}/twisted/python/test/pullpipe.pyc
+${PYSITELIB}/twisted/python/test/modules_helpers.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/pullpipe.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_appdirs.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_components.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_constants.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_deprecate.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_dist3.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_fakepwd.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_htmlizer.pyc
 ${PYSITELIB}/twisted/python/test/test_inotify.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/python/test/test_pydoctor.py
-${PLIST.py2x}${PYSITELIB}/twisted/python/test/test_pydoctor.pyc
-${PLIST.py2x}${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_inotify.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_release.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_runtime.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_sendmsg.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_setup.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_shellcomp.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_syslog.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_systemd.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_textattributes.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_tzhelper.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_url.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_urlpath.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_util.pyc
 ${PYSITELIB}/twisted/python/test/test_versions.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/python/test/test_win32.py
-${PLIST.py2x}${PYSITELIB}/twisted/python/test/test_win32.pyc
-${PLIST.py2x}${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_versions.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_zippath.pyc
 ${PYSITELIB}/twisted/python/test/test_zipstream.pyo
+${PYSITELIB}/twisted/python/test/test_zipstream.pyc
+${PYSITELIB}/twisted/python/test/_deprecatetests.py.3only
+${PYSITELIB}/twisted/python/test/deprecatedattributes.py
+${PYSITELIB}/twisted/python/test/modules_helpers.py
+${PYSITELIB}/twisted/python/test/pullpipe.py
+${PYSITELIB}/twisted/python/test/test_appdirs.py
+${PYSITELIB}/twisted/python/test/test_components.py
+${PYSITELIB}/twisted/python/test/test_constants.py
+${PYSITELIB}/twisted/python/test/test_deprecate.py
+${PYSITELIB}/twisted/python/test/test_dist3.py
+${PYSITELIB}/twisted/python/test/test_fakepwd.py
+${PYSITELIB}/twisted/python/test/test_htmlizer.py
+${PYSITELIB}/twisted/python/test/test_inotify.py
+${PYSITELIB}/twisted/python/test/test_release.py
+${PYSITELIB}/twisted/python/test/test_runtime.py
+${PYSITELIB}/twisted/python/test/test_sendmsg.py
+${PYSITELIB}/twisted/python/test/test_setup.py
+${PYSITELIB}/twisted/python/test/test_shellcomp.py
+${PYSITELIB}/twisted/python/test/test_syslog.py
+${PYSITELIB}/twisted/python/test/test_systemd.py
+${PYSITELIB}/twisted/python/test/test_textattributes.py
+${PYSITELIB}/twisted/python/test/test_tzhelper.py
+${PYSITELIB}/twisted/python/test/test_url.py
+${PYSITELIB}/twisted/python/test/test_urlpath.py
+${PYSITELIB}/twisted/python/test/test_util.py
+${PYSITELIB}/twisted/python/test/test_versions.py
+${PYSITELIB}/twisted/python/test/test_zippath.py
+${PYSITELIB}/twisted/python/test/test_zipstream.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/runner/inetd.pyo
-${PYSITELIB}/twisted/runner/inetdconf.py
-${PYSITELIB}/twisted/runner/inetdconf.pyc
+${PYSITELIB}/twisted/runner/inetd.pyc
 ${PYSITELIB}/twisted/runner/inetdconf.pyo
-${PYSITELIB}/twisted/runner/inetdtap.py
-${PYSITELIB}/twisted/runner/inetdtap.pyc
+${PYSITELIB}/twisted/runner/inetdconf.pyc
 ${PYSITELIB}/twisted/runner/inetdtap.pyo
-${PYSITELIB}/twisted/runner/procmon.py
-${PYSITELIB}/twisted/runner/procmon.pyc
+${PYSITELIB}/twisted/runner/inetdtap.pyc
 ${PYSITELIB}/twisted/runner/procmon.pyo
-${PYSITELIB}/twisted/runner/procmontap.py
-${PYSITELIB}/twisted/runner/procmontap.pyc
+${PYSITELIB}/twisted/runner/procmon.pyc
 ${PYSITELIB}/twisted/runner/procmontap.pyo
+${PYSITELIB}/twisted/runner/procmontap.pyc
+${PYSITELIB}/twisted/runner/inetd.py
+${PYSITELIB}/twisted/runner/inetdconf.py
+${PYSITELIB}/twisted/runner/inetdtap.py
+${PYSITELIB}/twisted/runner/procmon.py
+${PYSITELIB}/twisted/runner/procmontap.py
 ${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/__init__.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_inetdconf.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_procmon.pyc
 ${PYSITELIB}/twisted/runner/test/test_procmontap.pyo
+${PYSITELIB}/twisted/runner/test/test_procmontap.pyc
+${PYSITELIB}/twisted/runner/test/test_inetdconf.py
+${PYSITELIB}/twisted/runner/test/test_procmon.py
+${PYSITELIB}/twisted/runner/test/test_procmontap.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/scripts/_twistd_unix.pyo
-${PYSITELIB}/twisted/scripts/_twistw.py
-${PYSITELIB}/twisted/scripts/_twistw.pyc
+${PYSITELIB}/twisted/scripts/_twistd_unix.pyc
 ${PYSITELIB}/twisted/scripts/_twistw.pyo
-${PYSITELIB}/twisted/scripts/htmlizer.py
-${PYSITELIB}/twisted/scripts/htmlizer.pyc
+${PYSITELIB}/twisted/scripts/_twistw.pyc
 ${PYSITELIB}/twisted/scripts/htmlizer.pyo
+${PYSITELIB}/twisted/scripts/htmlizer.pyc
+${PYSITELIB}/twisted/scripts/trial.pyo
+${PYSITELIB}/twisted/scripts/trial.pyc
+${PYSITELIB}/twisted/scripts/twistd.pyo
+${PYSITELIB}/twisted/scripts/twistd.pyc
+${PYSITELIB}/twisted/scripts/_twistd_unix.py
+${PYSITELIB}/twisted/scripts/_twistw.py
+${PYSITELIB}/twisted/scripts/htmlizer.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/scripts/test/test_scripts.pyo
+${PYSITELIB}/twisted/scripts/test/test_scripts.pyc
+${PYSITELIB}/twisted/scripts/test/test_scripts.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/spread/banana.pyo
-${PYSITELIB}/twisted/spread/flavors.py
-${PYSITELIB}/twisted/spread/flavors.pyc
+${PYSITELIB}/twisted/spread/banana.pyc
 ${PYSITELIB}/twisted/spread/flavors.pyo
-${PYSITELIB}/twisted/spread/interfaces.py
-${PYSITELIB}/twisted/spread/interfaces.pyc
+${PYSITELIB}/twisted/spread/flavors.pyc
 ${PYSITELIB}/twisted/spread/interfaces.pyo
-${PYSITELIB}/twisted/spread/jelly.py
-${PYSITELIB}/twisted/spread/jelly.pyc
+${PYSITELIB}/twisted/spread/interfaces.pyc
 ${PYSITELIB}/twisted/spread/jelly.pyo
-${PYSITELIB}/twisted/spread/pb.py
-${PYSITELIB}/twisted/spread/pb.pyc
+${PYSITELIB}/twisted/spread/jelly.pyc
 ${PYSITELIB}/twisted/spread/pb.pyo
-${PYSITELIB}/twisted/spread/publish.py
-${PYSITELIB}/twisted/spread/publish.pyc
+${PYSITELIB}/twisted/spread/pb.pyc
 ${PYSITELIB}/twisted/spread/publish.pyo
+${PYSITELIB}/twisted/spread/publish.pyc
+${PYSITELIB}/twisted/spread/util.pyo
+${PYSITELIB}/twisted/spread/util.pyc
+${PYSITELIB}/twisted/spread/banana.py
+${PYSITELIB}/twisted/spread/flavors.py
+${PYSITELIB}/twisted/spread/interfaces.py
+${PYSITELIB}/twisted/spread/jelly.py
+${PYSITELIB}/twisted/spread/pb.py
+${PYSITELIB}/twisted/spread/publish.py
 ${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/__init__.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_banana.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_jelly.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_pb.pyc
 ${PYSITELIB}/twisted/spread/test/test_pbfailure.pyo
+${PYSITELIB}/twisted/spread/test/test_pbfailure.pyc
+${PYSITELIB}/twisted/spread/test/test_banana.py
+${PYSITELIB}/twisted/spread/test/test_jelly.py
+${PYSITELIB}/twisted/spread/test/test_pb.py
+${PYSITELIB}/twisted/spread/test/test_pbfailure.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/tap/ftp.pyo
-${PYSITELIB}/twisted/tap/portforward.py
-${PYSITELIB}/twisted/tap/portforward.pyc
+${PYSITELIB}/twisted/tap/ftp.pyc
 ${PYSITELIB}/twisted/tap/portforward.pyo
-${PYSITELIB}/twisted/tap/socks.py
-${PYSITELIB}/twisted/tap/socks.pyc
+${PYSITELIB}/twisted/tap/portforward.pyc
 ${PYSITELIB}/twisted/tap/socks.pyo
+${PYSITELIB}/twisted/tap/socks.pyc
+${PYSITELIB}/twisted/tap/ftp.py
+${PYSITELIB}/twisted/tap/portforward.py
+${PYSITELIB}/twisted/tap/socks.py
 ${PYSITELIB}/twisted/test/__init__.py
-${PYSITELIB}/twisted/test/__init__.pyc
 ${PYSITELIB}/twisted/test/__init__.pyo
+${PYSITELIB}/twisted/test/__init__.pyc
+${PYSITELIB}/twisted/test/crash_test_dummy.pyo
+${PYSITELIB}/twisted/test/crash_test_dummy.pyc
+${PYSITELIB}/twisted/test/iosim.pyo
+${PYSITELIB}/twisted/test/iosim.pyc
+${PYSITELIB}/twisted/test/mock_win32process.pyo
+${PYSITELIB}/twisted/test/mock_win32process.pyc
+${PYSITELIB}/twisted/test/myrebuilder1.pyo
+${PYSITELIB}/twisted/test/myrebuilder1.pyc
+${PYSITELIB}/twisted/test/myrebuilder2.pyo
+${PYSITELIB}/twisted/test/myrebuilder2.pyc
+${PYSITELIB}/twisted/test/plugin_basic.pyo
+${PYSITELIB}/twisted/test/plugin_basic.pyc
+${PYSITELIB}/twisted/test/plugin_extra1.pyo
+${PYSITELIB}/twisted/test/plugin_extra1.pyc
+${PYSITELIB}/twisted/test/plugin_extra2.pyo
+${PYSITELIB}/twisted/test/plugin_extra2.pyc
+${PYSITELIB}/twisted/test/process_cmdline.pyo
+${PYSITELIB}/twisted/test/process_cmdline.pyc
+${PYSITELIB}/twisted/test/process_echoer.pyo
+${PYSITELIB}/twisted/test/process_echoer.pyc
+${PYSITELIB}/twisted/test/process_fds.pyo
+${PYSITELIB}/twisted/test/process_fds.pyc
+${PYSITELIB}/twisted/test/process_getargv.pyo
+${PYSITELIB}/twisted/test/process_getargv.pyc
+${PYSITELIB}/twisted/test/process_getenv.pyo
+${PYSITELIB}/twisted/test/process_getenv.pyc
+${PYSITELIB}/twisted/test/process_linger.pyo
+${PYSITELIB}/twisted/test/process_linger.pyc
+${PYSITELIB}/twisted/test/process_reader.pyo
+${PYSITELIB}/twisted/test/process_reader.pyc
+${PYSITELIB}/twisted/test/process_signal.pyo
+${PYSITELIB}/twisted/test/process_signal.pyc
+${PYSITELIB}/twisted/test/process_stdinreader.pyo
+${PYSITELIB}/twisted/test/process_stdinreader.pyc
+${PYSITELIB}/twisted/test/process_tester.pyo
+${PYSITELIB}/twisted/test/process_tester.pyc
+${PYSITELIB}/twisted/test/process_tty.pyo
+${PYSITELIB}/twisted/test/process_tty.pyc
+${PYSITELIB}/twisted/test/process_twisted.pyo
+${PYSITELIB}/twisted/test/process_twisted.pyc
+${PYSITELIB}/twisted/test/proto_helpers.pyo
+${PYSITELIB}/twisted/test/proto_helpers.pyc
+${PYSITELIB}/twisted/test/reflect_helper_IE.pyo
+${PYSITELIB}/twisted/test/reflect_helper_IE.pyc
+${PYSITELIB}/twisted/test/reflect_helper_VE.pyo
+${PYSITELIB}/twisted/test/reflect_helper_VE.pyc
+${PYSITELIB}/twisted/test/reflect_helper_ZDE.pyo
+${PYSITELIB}/twisted/test/reflect_helper_ZDE.pyc
+${PYSITELIB}/twisted/test/ssl_helpers.pyo
+${PYSITELIB}/twisted/test/ssl_helpers.pyc
+${PYSITELIB}/twisted/test/stdio_test_consumer.pyo
+${PYSITELIB}/twisted/test/stdio_test_consumer.pyc
+${PYSITELIB}/twisted/test/stdio_test_halfclose.pyo
+${PYSITELIB}/twisted/test/stdio_test_halfclose.pyc
+${PYSITELIB}/twisted/test/stdio_test_hostpeer.pyo
+${PYSITELIB}/twisted/test/stdio_test_hostpeer.pyc
+${PYSITELIB}/twisted/test/stdio_test_lastwrite.pyo
+${PYSITELIB}/twisted/test/stdio_test_lastwrite.pyc
+${PYSITELIB}/twisted/test/stdio_test_loseconn.pyo
+${PYSITELIB}/twisted/test/stdio_test_loseconn.pyc
+${PYSITELIB}/twisted/test/stdio_test_producer.pyo
+${PYSITELIB}/twisted/test/stdio_test_producer.pyc
+${PYSITELIB}/twisted/test/stdio_test_write.pyo
+${PYSITELIB}/twisted/test/stdio_test_write.pyc
+${PYSITELIB}/twisted/test/stdio_test_writeseq.pyo
+${PYSITELIB}/twisted/test/stdio_test_writeseq.pyc
+${PYSITELIB}/twisted/test/test_abstract.pyo
+${PYSITELIB}/twisted/test/test_abstract.pyc
+${PYSITELIB}/twisted/test/test_adbapi.pyo
+${PYSITELIB}/twisted/test/test_adbapi.pyc
+${PYSITELIB}/twisted/test/test_amp.pyo
+${PYSITELIB}/twisted/test/test_amp.pyc
+${PYSITELIB}/twisted/test/test_application.pyo
+${PYSITELIB}/twisted/test/test_application.pyc
+${PYSITELIB}/twisted/test/test_compat.pyo
+${PYSITELIB}/twisted/test/test_compat.pyc
+${PYSITELIB}/twisted/test/test_context.pyo
+${PYSITELIB}/twisted/test/test_context.pyc
+${PYSITELIB}/twisted/test/test_cooperator.pyo
+${PYSITELIB}/twisted/test/test_cooperator.pyc
+${PYSITELIB}/twisted/test/test_defer.pyo
+${PYSITELIB}/twisted/test/test_defer.pyc
+${PYSITELIB}/twisted/test/test_defgen.pyo
+${PYSITELIB}/twisted/test/test_defgen.pyc
+${PYSITELIB}/twisted/test/test_dict.pyo
+${PYSITELIB}/twisted/test/test_dict.pyc
+${PYSITELIB}/twisted/test/test_dirdbm.pyo
+${PYSITELIB}/twisted/test/test_dirdbm.pyc
+${PYSITELIB}/twisted/test/test_error.pyo
+${PYSITELIB}/twisted/test/test_error.pyc
+${PYSITELIB}/twisted/test/test_factories.pyo
+${PYSITELIB}/twisted/test/test_factories.pyc
+${PYSITELIB}/twisted/test/test_failure.pyo
+${PYSITELIB}/twisted/test/test_failure.pyc
+${PYSITELIB}/twisted/test/test_fdesc.pyo
+${PYSITELIB}/twisted/test/test_fdesc.pyc
+${PYSITELIB}/twisted/test/test_finger.pyo
+${PYSITELIB}/twisted/test/test_finger.pyc
+${PYSITELIB}/twisted/test/test_formmethod.pyo
+${PYSITELIB}/twisted/test/test_formmethod.pyc
+${PYSITELIB}/twisted/test/test_ftp.pyo
+${PYSITELIB}/twisted/test/test_ftp.pyc
+${PYSITELIB}/twisted/test/test_ftp_options.pyo
+${PYSITELIB}/twisted/test/test_ftp_options.pyc
+${PYSITELIB}/twisted/test/test_htb.pyo
+${PYSITELIB}/twisted/test/test_htb.pyc
+${PYSITELIB}/twisted/test/test_ident.pyo
+${PYSITELIB}/twisted/test/test_ident.pyc
+${PYSITELIB}/twisted/test/test_internet.pyo
+${PYSITELIB}/twisted/test/test_internet.pyc
+${PYSITELIB}/twisted/test/test_iosim.pyo
+${PYSITELIB}/twisted/test/test_iosim.pyc
+${PYSITELIB}/twisted/test/test_iutils.pyo
+${PYSITELIB}/twisted/test/test_iutils.pyc
+${PYSITELIB}/twisted/test/test_lockfile.pyo
+${PYSITELIB}/twisted/test/test_lockfile.pyc
+${PYSITELIB}/twisted/test/test_log.pyo
+${PYSITELIB}/twisted/test/test_log.pyc
+${PYSITELIB}/twisted/test/test_logfile.pyo
+${PYSITELIB}/twisted/test/test_logfile.pyc
+${PYSITELIB}/twisted/test/test_loopback.pyo
+${PYSITELIB}/twisted/test/test_loopback.pyc
+${PYSITELIB}/twisted/test/test_main.pyo
+${PYSITELIB}/twisted/test/test_main.pyc
+${PYSITELIB}/twisted/test/test_memcache.pyo
+${PYSITELIB}/twisted/test/test_memcache.pyc
+${PYSITELIB}/twisted/test/test_modules.pyo
+${PYSITELIB}/twisted/test/test_modules.pyc
+${PYSITELIB}/twisted/test/test_monkey.pyo
+${PYSITELIB}/twisted/test/test_monkey.pyc
+${PYSITELIB}/twisted/test/test_news.pyo
+${PYSITELIB}/twisted/test/test_news.pyc
+${PYSITELIB}/twisted/test/test_nooldstyle.pyo
+${PYSITELIB}/twisted/test/test_nooldstyle.pyc
+${PYSITELIB}/twisted/test/test_paths.pyo
+${PYSITELIB}/twisted/test/test_paths.pyc
+${PYSITELIB}/twisted/test/test_pcp.pyo
+${PYSITELIB}/twisted/test/test_pcp.pyc
+${PYSITELIB}/twisted/test/test_persisted.pyo
+${PYSITELIB}/twisted/test/test_persisted.pyc
+${PYSITELIB}/twisted/test/test_plugin.pyo
+${PYSITELIB}/twisted/test/test_plugin.pyc
+${PYSITELIB}/twisted/test/test_policies.pyo
+${PYSITELIB}/twisted/test/test_policies.pyc
+${PYSITELIB}/twisted/test/test_postfix.pyo
+${PYSITELIB}/twisted/test/test_postfix.pyc
+${PYSITELIB}/twisted/test/test_process.pyo
+${PYSITELIB}/twisted/test/test_process.pyc
+${PYSITELIB}/twisted/test/test_protocols.pyo
+${PYSITELIB}/twisted/test/test_protocols.pyc
+${PYSITELIB}/twisted/test/test_randbytes.pyo
+${PYSITELIB}/twisted/test/test_randbytes.pyc
+${PYSITELIB}/twisted/test/test_rebuild.pyo
+${PYSITELIB}/twisted/test/test_rebuild.pyc
+${PYSITELIB}/twisted/test/test_reflect.pyo
+${PYSITELIB}/twisted/test/test_reflect.pyc
+${PYSITELIB}/twisted/test/test_roots.pyo
+${PYSITELIB}/twisted/test/test_roots.pyc
+${PYSITELIB}/twisted/test/test_shortcut.pyo
+${PYSITELIB}/twisted/test/test_shortcut.pyc
+${PYSITELIB}/twisted/test/test_sip.pyo
+${PYSITELIB}/twisted/test/test_sip.pyc
+${PYSITELIB}/twisted/test/test_sob.pyo
+${PYSITELIB}/twisted/test/test_sob.pyc
+${PYSITELIB}/twisted/test/test_socks.pyo
+${PYSITELIB}/twisted/test/test_socks.pyc
+${PYSITELIB}/twisted/test/test_ssl.pyo
+${PYSITELIB}/twisted/test/test_ssl.pyc
+${PYSITELIB}/twisted/test/test_sslverify.pyo
+${PYSITELIB}/twisted/test/test_sslverify.pyc
+${PYSITELIB}/twisted/test/test_stateful.pyo
+${PYSITELIB}/twisted/test/test_stateful.pyc
+${PYSITELIB}/twisted/test/test_stdio.pyo
+${PYSITELIB}/twisted/test/test_stdio.pyc
+${PYSITELIB}/twisted/test/test_strerror.pyo
+${PYSITELIB}/twisted/test/test_strerror.pyc
+${PYSITELIB}/twisted/test/test_strports.pyo
+${PYSITELIB}/twisted/test/test_strports.pyc
+${PYSITELIB}/twisted/test/test_task.pyo
+${PYSITELIB}/twisted/test/test_task.pyc
+${PYSITELIB}/twisted/test/test_tcp.pyo
+${PYSITELIB}/twisted/test/test_tcp.pyc
+${PYSITELIB}/twisted/test/test_tcp_internals.pyo
+${PYSITELIB}/twisted/test/test_tcp_internals.pyc
+${PYSITELIB}/twisted/test/test_text.pyo
+${PYSITELIB}/twisted/test/test_text.pyc
+${PYSITELIB}/twisted/test/test_threadable.pyo
+${PYSITELIB}/twisted/test/test_threadable.pyc
+${PYSITELIB}/twisted/test/test_threadpool.pyo
+${PYSITELIB}/twisted/test/test_threadpool.pyc
+${PYSITELIB}/twisted/test/test_threads.pyo
+${PYSITELIB}/twisted/test/test_threads.pyc
+${PYSITELIB}/twisted/test/test_tpfile.pyo
+${PYSITELIB}/twisted/test/test_tpfile.pyc
+${PYSITELIB}/twisted/test/test_twistd.pyo
+${PYSITELIB}/twisted/test/test_twistd.pyc
+${PYSITELIB}/twisted/test/test_twisted.pyo
+${PYSITELIB}/twisted/test/test_twisted.pyc
+${PYSITELIB}/twisted/test/test_udp.pyo
+${PYSITELIB}/twisted/test/test_udp.pyc
+${PYSITELIB}/twisted/test/test_unix.pyo
+${PYSITELIB}/twisted/test/test_unix.pyc
+${PYSITELIB}/twisted/test/test_usage.pyo
+${PYSITELIB}/twisted/test/test_usage.pyc
+${PYSITELIB}/twisted/test/testutils.pyo
+${PYSITELIB}/twisted/test/testutils.pyc
 ${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
-${PLIST.py2x}${PYSITELIB}/twisted/test/test_hook.py
-${PLIST.py2x}${PYSITELIB}/twisted/test/test_hook.pyc
-${PLIST.py2x}${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_news.py
 ${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/__init__.pyo
+${PYSITELIB}/twisted/trial/__init__.pyc
 ${PYSITELIB}/twisted/trial/__main__.pyo
-${PYSITELIB}/twisted/trial/_asyncrunner.py
-${PYSITELIB}/twisted/trial/_asyncrunner.pyc
+${PYSITELIB}/twisted/trial/__main__.pyc
 ${PYSITELIB}/twisted/trial/_asyncrunner.pyo
-${PYSITELIB}/twisted/trial/_asynctest.py
-${PYSITELIB}/twisted/trial/_asynctest.pyc
+${PYSITELIB}/twisted/trial/_asyncrunner.pyc
 ${PYSITELIB}/twisted/trial/_asynctest.pyo
+${PYSITELIB}/twisted/trial/_asynctest.pyc
+${PYSITELIB}/twisted/trial/_synctest.pyo
+${PYSITELIB}/twisted/trial/_synctest.pyc
+${PYSITELIB}/twisted/trial/itrial.pyo
+${PYSITELIB}/twisted/trial/itrial.pyc
+${PYSITELIB}/twisted/trial/reporter.pyo
+${PYSITELIB}/twisted/trial/reporter.pyc
+${PYSITELIB}/twisted/trial/runner.pyo
+${PYSITELIB}/twisted/trial/runner.pyc
+${PYSITELIB}/twisted/trial/unittest.pyo
+${PYSITELIB}/twisted/trial/unittest.pyc
+${PYSITELIB}/twisted/trial/util.pyo
+${PYSITELIB}/twisted/trial/util.pyc
+${PYSITELIB}/twisted/trial/_asyncrunner.py
+${PYSITELIB}/twisted/trial/_asynctest.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/trial/_dist/distreporter.pyo
-${PYSITELIB}/twisted/trial/_dist/disttrial.py
-${PYSITELIB}/twisted/trial/_dist/disttrial.pyc
+${PYSITELIB}/twisted/trial/_dist/distreporter.pyc
 ${PYSITELIB}/twisted/trial/_dist/disttrial.pyo
-${PYSITELIB}/twisted/trial/_dist/managercommands.py
-${PYSITELIB}/twisted/trial/_dist/managercommands.pyc
+${PYSITELIB}/twisted/trial/_dist/disttrial.pyc
 ${PYSITELIB}/twisted/trial/_dist/managercommands.pyo
-${PYSITELIB}/twisted/trial/_dist/options.py
-${PYSITELIB}/twisted/trial/_dist/options.pyc
+${PYSITELIB}/twisted/trial/_dist/managercommands.pyc
 ${PYSITELIB}/twisted/trial/_dist/options.pyo
+${PYSITELIB}/twisted/trial/_dist/options.pyc
+${PYSITELIB}/twisted/trial/_dist/worker.pyo
+${PYSITELIB}/twisted/trial/_dist/worker.pyc
+${PYSITELIB}/twisted/trial/_dist/workercommands.pyo
+${PYSITELIB}/twisted/trial/_dist/workercommands.pyc
+${PYSITELIB}/twisted/trial/_dist/workerreporter.pyo
+${PYSITELIB}/twisted/trial/_dist/workerreporter.pyc
+${PYSITELIB}/twisted/trial/_dist/workertrial.pyo
+${PYSITELIB}/twisted/trial/_dist/workertrial.pyc
+${PYSITELIB}/twisted/trial/_dist/distreporter.py
+${PYSITELIB}/twisted/trial/_dist/disttrial.py
+${PYSITELIB}/twisted/trial/_dist/managercommands.py
+${PYSITELIB}/twisted/trial/_dist/options.py
 ${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/__init__.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_distreporter.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_disttrial.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_options.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_worker.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_workerreporter.pyc
 ${PYSITELIB}/twisted/trial/_dist/test/test_workertrial.pyo
+${PYSITELIB}/twisted/trial/_dist/test/test_workertrial.pyc
+${PYSITELIB}/twisted/trial/_dist/test/test_distreporter.py
+${PYSITELIB}/twisted/trial/_dist/test/test_disttrial.py
+${PYSITELIB}/twisted/trial/_dist/test/test_options.py
+${PYSITELIB}/twisted/trial/_dist/test/test_worker.py
+${PYSITELIB}/twisted/trial/_dist/test/test_workerreporter.py
+${PYSITELIB}/twisted/trial/_dist/test/test_workertrial.py
 ${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/__init__.pyc
+${PYSITELIB}/twisted/trial/test/detests.pyo
+${PYSITELIB}/twisted/trial/test/detests.pyc
+${PYSITELIB}/twisted/trial/test/erroneous.pyo
+${PYSITELIB}/twisted/trial/test/erroneous.pyc
+${PYSITELIB}/twisted/trial/test/mockcustomsuite.pyo
+${PYSITELIB}/twisted/trial/test/mockcustomsuite.pyc
+${PYSITELIB}/twisted/trial/test/mockcustomsuite2.pyo
+${PYSITELIB}/twisted/trial/test/mockcustomsuite2.pyc
+${PYSITELIB}/twisted/trial/test/mockcustomsuite3.pyo
+${PYSITELIB}/twisted/trial/test/mockcustomsuite3.pyc
+${PYSITELIB}/twisted/trial/test/mockdoctest.pyo
+${PYSITELIB}/twisted/trial/test/mockdoctest.pyc
+${PYSITELIB}/twisted/trial/test/moduleself.pyo
+${PYSITELIB}/twisted/trial/test/moduleself.pyc
+${PYSITELIB}/twisted/trial/test/moduletest.pyo
+${PYSITELIB}/twisted/trial/test/moduletest.pyc
+${PYSITELIB}/twisted/trial/test/novars.pyo
+${PYSITELIB}/twisted/trial/test/novars.pyc
+${PYSITELIB}/twisted/trial/test/ordertests.pyo
+${PYSITELIB}/twisted/trial/test/ordertests.pyc
+${PYSITELIB}/twisted/trial/test/packages.pyo
+${PYSITELIB}/twisted/trial/test/packages.pyc
+${PYSITELIB}/twisted/trial/test/sample.pyo
+${PYSITELIB}/twisted/trial/test/sample.pyc
+${PYSITELIB}/twisted/trial/test/scripttest.pyo
+${PYSITELIB}/twisted/trial/test/scripttest.pyc
+${PYSITELIB}/twisted/trial/test/skipping.pyo
+${PYSITELIB}/twisted/trial/test/skipping.pyc
+${PYSITELIB}/twisted/trial/test/suppression.pyo
+${PYSITELIB}/twisted/trial/test/suppression.pyc
+${PYSITELIB}/twisted/trial/test/test_assertions.pyo
+${PYSITELIB}/twisted/trial/test/test_assertions.pyc
+${PYSITELIB}/twisted/trial/test/test_asyncassertions.pyo
+${PYSITELIB}/twisted/trial/test/test_asyncassertions.pyc
+${PYSITELIB}/twisted/trial/test/test_deferred.pyo
+${PYSITELIB}/twisted/trial/test/test_deferred.pyc
+${PYSITELIB}/twisted/trial/test/test_doctest.pyo
+${PYSITELIB}/twisted/trial/test/test_doctest.pyc
+${PYSITELIB}/twisted/trial/test/test_keyboard.pyo
+${PYSITELIB}/twisted/trial/test/test_keyboard.pyc
+${PYSITELIB}/twisted/trial/test/test_loader.pyo
+${PYSITELIB}/twisted/trial/test/test_loader.pyc
+${PYSITELIB}/twisted/trial/test/test_log.pyo
+${PYSITELIB}/twisted/trial/test/test_log.pyc
+${PYSITELIB}/twisted/trial/test/test_output.pyo
+${PYSITELIB}/twisted/trial/test/test_output.pyc
+${PYSITELIB}/twisted/trial/test/test_plugins.pyo
+${PYSITELIB}/twisted/trial/test/test_plugins.pyc
+${PYSITELIB}/twisted/trial/test/test_pyunitcompat.pyo
+${PYSITELIB}/twisted/trial/test/test_pyunitcompat.pyc
+${PYSITELIB}/twisted/trial/test/test_reporter.pyo
+${PYSITELIB}/twisted/trial/test/test_reporter.pyc
+${PYSITELIB}/twisted/trial/test/test_runner.pyo
+${PYSITELIB}/twisted/trial/test/test_runner.pyc
+${PYSITELIB}/twisted/trial/test/test_script.pyo
+${PYSITELIB}/twisted/trial/test/test_script.pyc
+${PYSITELIB}/twisted/trial/test/test_suppression.pyo
+${PYSITELIB}/twisted/trial/test/test_suppression.pyc
+${PYSITELIB}/twisted/trial/test/test_testcase.pyo
+${PYSITELIB}/twisted/trial/test/test_testcase.pyc
+${PYSITELIB}/twisted/trial/test/test_tests.pyo
+${PYSITELIB}/twisted/trial/test/test_tests.pyc
+${PYSITELIB}/twisted/trial/test/test_util.pyo
+${PYSITELIB}/twisted/trial/test/test_util.pyc
+${PYSITELIB}/twisted/trial/test/test_warning.pyo
+${PYSITELIB}/twisted/trial/test/test_warning.pyc
+${PYSITELIB}/twisted/trial/test/weird.pyo
+${PYSITELIB}/twisted/trial/test/weird.pyc
 ${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/__init__.pyc
+${PYSITELIB}/twisted/web/_element.pyo
+${PYSITELIB}/twisted/web/_element.pyc
+${PYSITELIB}/twisted/web/_flatten.pyo
+${PYSITELIB}/twisted/web/_flatten.pyc
+${PYSITELIB}/twisted/web/_http2.pyo
+${PYSITELIB}/twisted/web/_http2.pyc
+${PYSITELIB}/twisted/web/_newclient.pyo
+${PYSITELIB}/twisted/web/_newclient.pyc
+${PYSITELIB}/twisted/web/_responses.pyo
+${PYSITELIB}/twisted/web/_responses.pyc
+${PYSITELIB}/twisted/web/_stan.pyo
+${PYSITELIB}/twisted/web/_stan.pyc
+${PYSITELIB}/twisted/web/client.pyo
+${PYSITELIB}/twisted/web/client.pyc
+${PYSITELIB}/twisted/web/demo.pyo
+${PYSITELIB}/twisted/web/demo.pyc
+${PYSITELIB}/twisted/web/distrib.pyo
+${PYSITELIB}/twisted/web/distrib.pyc
+${PYSITELIB}/twisted/web/domhelpers.pyo
+${PYSITELIB}/twisted/web/domhelpers.pyc
+${PYSITELIB}/twisted/web/error.pyo
+${PYSITELIB}/twisted/web/error.pyc
+${PYSITELIB}/twisted/web/guard.pyo
+${PYSITELIB}/twisted/web/guard.pyc
+${PYSITELIB}/twisted/web/html.pyo
+${PYSITELIB}/twisted/web/html.pyc
+${PYSITELIB}/twisted/web/http.pyo
+${PYSITELIB}/twisted/web/http.pyc
+${PYSITELIB}/twisted/web/http_headers.pyo
+${PYSITELIB}/twisted/web/http_headers.pyc
+${PYSITELIB}/twisted/web/iweb.pyo
+${PYSITELIB}/twisted/web/iweb.pyc
+${PYSITELIB}/twisted/web/microdom.pyo
+${PYSITELIB}/twisted/web/microdom.pyc
+${PYSITELIB}/twisted/web/proxy.pyo
+${PYSITELIB}/twisted/web/proxy.pyc
+${PYSITELIB}/twisted/web/resource.pyo
+${PYSITELIB}/twisted/web/resource.pyc
+${PYSITELIB}/twisted/web/rewrite.pyo
+${PYSITELIB}/twisted/web/rewrite.pyc
+${PYSITELIB}/twisted/web/script.pyo
+${PYSITELIB}/twisted/web/script.pyc
+${PYSITELIB}/twisted/web/server.pyo
+${PYSITELIB}/twisted/web/server.pyc
+${PYSITELIB}/twisted/web/static.pyo
+${PYSITELIB}/twisted/web/static.pyc
+${PYSITELIB}/twisted/web/sux.pyo
+${PYSITELIB}/twisted/web/sux.pyc
+${PYSITELIB}/twisted/web/tap.pyo
+${PYSITELIB}/twisted/web/tap.pyc
+${PYSITELIB}/twisted/web/template.pyo
+${PYSITELIB}/twisted/web/template.pyc
+${PYSITELIB}/twisted/web/twcgi.pyo
+${PYSITELIB}/twisted/web/twcgi.pyc
+${PYSITELIB}/twisted/web/util.pyo
+${PYSITELIB}/twisted/web/util.pyc
+${PYSITELIB}/twisted/web/vhost.pyo
+${PYSITELIB}/twisted/web/vhost.pyc
+${PYSITELIB}/twisted/web/wsgi.pyo
+${PYSITELIB}/twisted/web/wsgi.pyc
+${PYSITELIB}/twisted/web/xmlrpc.pyo
+${PYSITELIB}/twisted/web/xmlrpc.pyc
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/web/_auth/basic.pyo
-${PYSITELIB}/twisted/web/_auth/digest.py
-${PYSITELIB}/twisted/web/_auth/digest.pyc
+${PYSITELIB}/twisted/web/_auth/basic.pyc
 ${PYSITELIB}/twisted/web/_auth/digest.pyo
-${PYSITELIB}/twisted/web/_auth/wrapper.py
-${PYSITELIB}/twisted/web/_auth/wrapper.pyc
+${PYSITELIB}/twisted/web/_auth/digest.pyc
 ${PYSITELIB}/twisted/web/_auth/wrapper.pyo
+${PYSITELIB}/twisted/web/_auth/wrapper.pyc
+${PYSITELIB}/twisted/web/_auth/basic.py
+${PYSITELIB}/twisted/web/_auth/digest.py
+${PYSITELIB}/twisted/web/_auth/wrapper.py
 ${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
-${PLIST.py2x}${PYSITELIB}/twisted/web/soap.py
-${PLIST.py2x}${PYSITELIB}/twisted/web/soap.pyc
-${PLIST.py2x}${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/__init__.pyc
 ${PYSITELIB}/twisted/web/test/_util.pyo
-${PYSITELIB}/twisted/web/test/injectionhelpers.py
-${PYSITELIB}/twisted/web/test/injectionhelpers.pyc
+${PYSITELIB}/twisted/web/test/_util.pyc
 ${PYSITELIB}/twisted/web/test/injectionhelpers.pyo
-${PYSITELIB}/twisted/web/test/requesthelper.py
-${PYSITELIB}/twisted/web/test/requesthelper.pyc
+${PYSITELIB}/twisted/web/test/injectionhelpers.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/requesthelper.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_agent.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_cgi.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_client.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_distrib.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_domhelpers.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_error.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_flatten.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_html.pyc
 ${PYSITELIB}/twisted/web/test/test_http.pyo
+${PYSITELIB}/twisted/web/test/test_http.pyc
+${PYSITELIB}/twisted/web/test/test_http2.pyo
+${PYSITELIB}/twisted/web/test/test_http2.pyc
+${PYSITELIB}/twisted/web/test/test_http_headers.pyo
+${PYSITELIB}/twisted/web/test/test_http_headers.pyc
+${PYSITELIB}/twisted/web/test/test_httpauth.pyo
+${PYSITELIB}/twisted/web/test/test_httpauth.pyc
+${PYSITELIB}/twisted/web/test/test_newclient.pyo
+${PYSITELIB}/twisted/web/test/test_newclient.pyc
+${PYSITELIB}/twisted/web/test/test_proxy.pyo
+${PYSITELIB}/twisted/web/test/test_proxy.pyc
+${PYSITELIB}/twisted/web/test/test_resource.pyo
+${PYSITELIB}/twisted/web/test/test_resource.pyc
+${PYSITELIB}/twisted/web/test/test_script.pyo
+${PYSITELIB}/twisted/web/test/test_script.pyc
+${PYSITELIB}/twisted/web/test/test_stan.pyo
+${PYSITELIB}/twisted/web/test/test_stan.pyc
+${PYSITELIB}/twisted/web/test/test_static.pyo
+${PYSITELIB}/twisted/web/test/test_static.pyc
+${PYSITELIB}/twisted/web/test/test_tap.pyo
+${PYSITELIB}/twisted/web/test/test_tap.pyc
+${PYSITELIB}/twisted/web/test/test_template.pyo
+${PYSITELIB}/twisted/web/test/test_template.pyc
+${PYSITELIB}/twisted/web/test/test_util.pyo
+${PYSITELIB}/twisted/web/test/test_util.pyc
+${PYSITELIB}/twisted/web/test/test_vhost.pyo
+${PYSITELIB}/twisted/web/test/test_vhost.pyc
+${PYSITELIB}/twisted/web/test/test_web.pyo
+${PYSITELIB}/twisted/web/test/test_web.pyc
+${PYSITELIB}/twisted/web/test/test_web__responses.pyo
+${PYSITELIB}/twisted/web/test/test_web__responses.pyc
+${PYSITELIB}/twisted/web/test/test_webclient.pyo
+${PYSITELIB}/twisted/web/test/test_webclient.pyc
+${PYSITELIB}/twisted/web/test/test_wsgi.pyo
+${PYSITELIB}/twisted/web/test/test_wsgi.pyc
+${PYSITELIB}/twisted/web/test/test_xml.pyo
+${PYSITELIB}/twisted/web/test/test_xml.pyc
+${PYSITELIB}/twisted/web/test/test_xmlrpc.pyo
+${PYSITELIB}/twisted/web/test/test_xmlrpc.pyc
+${PYSITELIB}/twisted/web/test/_util.py
+${PYSITELIB}/twisted/web/test/injectionhelpers.py
+${PYSITELIB}/twisted/web/test/requesthelper.py
+${PYSITELIB}/twisted/web/test/test_agent.py
+${PYSITELIB}/twisted/web/test/test_cgi.py
+${PYSITELIB}/twisted/web/test/test_client.py
+${PYSITELIB}/twisted/web/test/test_distrib.py
+${PYSITELIB}/twisted/web/test/test_domhelpers.py
+${PYSITELIB}/twisted/web/test/test_error.py
+${PYSITELIB}/twisted/web/test/test_flatten.py
+${PYSITELIB}/twisted/web/test/test_html.py
+${PYSITELIB}/twisted/web/test/test_http.py
 ${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
-${PLIST.py2x}${PYSITELIB}/twisted/web/test/test_soap.py
-${PLIST.py2x}${PYSITELIB}/twisted/web/test/test_soap.pyc
-${PLIST.py2x}${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/__init__.pyc
 ${PYSITELIB}/twisted/words/ewords.pyo
+${PYSITELIB}/twisted/words/ewords.pyc
+${PYSITELIB}/twisted/words/iwords.pyo
+${PYSITELIB}/twisted/words/iwords.pyc
+${PYSITELIB}/twisted/words/service.pyo
+${PYSITELIB}/twisted/words/service.pyc
+${PYSITELIB}/twisted/words/tap.pyo
+${PYSITELIB}/twisted/words/tap.pyc
+${PYSITELIB}/twisted/words/xmpproutertap.pyo
+${PYSITELIB}/twisted/words/xmpproutertap.pyc
+${PYSITELIB}/twisted/words/ewords.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/words/im/baseaccount.pyo
-${PYSITELIB}/twisted/words/im/basechat.py
-${PYSITELIB}/twisted/words/im/basechat.pyc
+${PYSITELIB}/twisted/words/im/baseaccount.pyc
 ${PYSITELIB}/twisted/words/im/basechat.pyo
-${PYSITELIB}/twisted/words/im/basesupport.py
-${PYSITELIB}/twisted/words/im/basesupport.pyc
+${PYSITELIB}/twisted/words/im/basechat.pyc
 ${PYSITELIB}/twisted/words/im/basesupport.pyo
+${PYSITELIB}/twisted/words/im/basesupport.pyc
+${PYSITELIB}/twisted/words/im/interfaces.pyo
+${PYSITELIB}/twisted/words/im/interfaces.pyc
+${PYSITELIB}/twisted/words/im/ircsupport.pyo
+${PYSITELIB}/twisted/words/im/ircsupport.pyc
+${PYSITELIB}/twisted/words/im/locals.pyo
+${PYSITELIB}/twisted/words/im/locals.pyc
+${PYSITELIB}/twisted/words/im/pbsupport.pyo
+${PYSITELIB}/twisted/words/im/pbsupport.pyc
+${PYSITELIB}/twisted/words/im/baseaccount.py
+${PYSITELIB}/twisted/words/im/basechat.py
+${PYSITELIB}/twisted/words/im/basesupport.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/words/protocols/irc.pyo
+${PYSITELIB}/twisted/words/protocols/irc.pyc
+${PYSITELIB}/twisted/words/protocols/irc.py
 ${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/__init__.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/client.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/component.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/error.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/ijabber.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/jid.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/jstrports.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.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/sasl_mechanisms.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/xmlstream.pyc
 ${PYSITELIB}/twisted/words/protocols/jabber/xmpp_stringprep.pyo
+${PYSITELIB}/twisted/words/protocols/jabber/xmpp_stringprep.pyc
+${PYSITELIB}/twisted/words/protocols/jabber/client.py
+${PYSITELIB}/twisted/words/protocols/jabber/component.py
+${PYSITELIB}/twisted/words/protocols/jabber/error.py
+${PYSITELIB}/twisted/words/protocols/jabber/ijabber.py
+${PYSITELIB}/twisted/words/protocols/jabber/jid.py
+${PYSITELIB}/twisted/words/protocols/jabber/jstrports.py
+${PYSITELIB}/twisted/words/protocols/jabber/sasl.py
+${PYSITELIB}/twisted/words/protocols/jabber/sasl_mechanisms.py
+${PYSITELIB}/twisted/words/protocols/jabber/xmlstream.py
+${PYSITELIB}/twisted/words/protocols/jabber/xmpp_stringprep.py
 ${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/__init__.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_basechat.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_basesupport.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_domish.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.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_irc_service.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_ircsupport.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_jabberclient.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_jabbercomponent.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_jabbererror.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_jabberjid.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_jabberjstrports.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_jabbersasl.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_jabbersaslmechanisms.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_jabberxmlstream.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_jabberxmppstringprep.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_service.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_tap.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_xishutil.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_xmlstream.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_xmpproutertap.pyc
 ${PYSITELIB}/twisted/words/test/test_xpath.pyo
+${PYSITELIB}/twisted/words/test/test_xpath.pyc
+${PYSITELIB}/twisted/words/test/test_basechat.py
+${PYSITELIB}/twisted/words/test/test_basesupport.py
+${PYSITELIB}/twisted/words/test/test_domish.py
+${PYSITELIB}/twisted/words/test/test_irc.py
+${PYSITELIB}/twisted/words/test/test_irc_service.py
+${PYSITELIB}/twisted/words/test/test_ircsupport.py
+${PYSITELIB}/twisted/words/test/test_jabberclient.py
+${PYSITELIB}/twisted/words/test/test_jabbercomponent.py
+${PYSITELIB}/twisted/words/test/test_jabbererror.py
+${PYSITELIB}/twisted/words/test/test_jabberjid.py
+${PYSITELIB}/twisted/words/test/test_jabberjstrports.py
+${PYSITELIB}/twisted/words/test/test_jabbersasl.py
+${PYSITELIB}/twisted/words/test/test_jabbersaslmechanisms.py
+${PYSITELIB}/twisted/words/test/test_jabberxmlstream.py
+${PYSITELIB}/twisted/words/test/test_jabberxmppstringprep.py
+${PYSITELIB}/twisted/words/test/test_service.py
+${PYSITELIB}/twisted/words/test/test_tap.py
+${PYSITELIB}/twisted/words/test/test_xishutil.py
+${PYSITELIB}/twisted/words/test/test_xmlstream.py
+${PYSITELIB}/twisted/words/test/test_xmpproutertap.py
+${PYSITELIB}/twisted/words/test/test_xpath.py
 ${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/__init__.pyc
 ${PYSITELIB}/twisted/words/xish/domish.pyo
-${PYSITELIB}/twisted/words/xish/utility.py
-${PYSITELIB}/twisted/words/xish/utility.pyc
+${PYSITELIB}/twisted/words/xish/domish.pyc
 ${PYSITELIB}/twisted/words/xish/utility.pyo
-${PYSITELIB}/twisted/words/xish/xmlstream.py
-${PYSITELIB}/twisted/words/xish/xmlstream.pyc
+${PYSITELIB}/twisted/words/xish/utility.pyc
 ${PYSITELIB}/twisted/words/xish/xmlstream.pyo
-${PYSITELIB}/twisted/words/xish/xpath.py
-${PYSITELIB}/twisted/words/xish/xpath.pyc
+${PYSITELIB}/twisted/words/xish/xmlstream.pyc
 ${PYSITELIB}/twisted/words/xish/xpath.pyo
+${PYSITELIB}/twisted/words/xish/xpath.pyc
+${PYSITELIB}/twisted/words/xish/xpathparser.pyo
+${PYSITELIB}/twisted/words/xish/xpathparser.pyc
+${PYSITELIB}/twisted/words/xish/domish.py
+${PYSITELIB}/twisted/words/xish/utility.py
+${PYSITELIB}/twisted/words/xish/xmlstream.py
+${PYSITELIB}/twisted/words/xish/xpath.py
 ${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-twisted/distinfo b/net/py-twisted/distinfo
index d6a6adb7461..ff58333d4ac 100644
--- a/net/py-twisted/distinfo
+++ b/net/py-twisted/distinfo
@@ -1,7 +1,7 @@
 $NetBSD: distinfo,v 1.38 2020/02/06 15:44:57 adam Exp $

-SHA1 (Twisted-19.10.0.tar.bz2) = 38a7f1b9c63ba0d2db553e2d210af2fd01b3ed21
-RMD160 (Twisted-19.10.0.tar.bz2) = d1c3684e564f13f554f08656ec2a03f725796505
-SHA512 (Twisted-19.10.0.tar.bz2) = de8d7fd0b2081cebeff68b060c8469377011648bc563a94a993d3530fb007ed42c3a54925c9a10c465ee7a3065cc9108ace12d10d358223fab13494becb9ac4b
-Size (Twisted-19.10.0.tar.bz2) = 3118485 bytes
+SHA1 (Twisted-20.3.0.tar.bz2) = 915f782b902aca3ea5547ef333089961101e0871
+RMD160 (Twisted-20.3.0.tar.bz2) = d30b3dd66222e4dd3ad4ce668f1c556690e8b554
+SHA512 (Twisted-20.3.0.tar.bz2) = 1b850e5fc21a3630ead4c2cc3622c16e78bb3be38ab11d021779b7ce3d3c30acc4e19d79c7791a5fce6c5c6e09c2baa349901dffe952de67dd98eec419846365
+Size (Twisted-20.3.0.tar.bz2) = 3127793 bytes
 SHA1 (patch-src_twisted_python___setup.py) = 3094320805707f13c64e0f9b4e2e67b5b26dac37

>How-To-Repeat:

>Fix:

>Release-Note:

>Audit-Trail:

Responsible-Changed-From-To: pkg-manager->adam
Responsible-Changed-By: maya@NetBSD.org
Responsible-Changed-When: Sat, 11 Apr 2020 12:31:38 +0000
Responsible-Changed-Why:
Hi adam, it looks like you were the last person to update this package. Do you think this update is OK, or is there some reason not to commit it?


From: Adam <adam@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: pkg-manager@netbsd.org,
 pkgsrc-bugs@netbsd.org,
 gnats-admin@netbsd.org,
 "maya@netbsd.org" <maya@NetBSD.org>,
 js-pkgsrc@heap.zone
Subject: Re: pkg/55096 ([PATCH] Update py-twisted to 20.3.0)
Date: Sat, 11 Apr 2020 15:28:11 +0200

 > Hi adam, it looks like you were the last person to update this =
 package. Do you think this update is OK, or is there some reason not to =
 commit it?

 Twisted 20 removes Python 2.7 support. If we want to do the update, we =
 have to deal with the dependencies. There are many packages that depend =
 on py-twiested, but do not support Python 3.x, for example: =
 audio/py-musique, databases/py-carbon, devel/py-doctor, devel/py-jersey.=

From: Claes =?utf-8?B?TsOkc3TDqW4=?= <pekdon@gmail.com>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: pkg/55096: [PATCH] Update py-twisted to 20.3.0
Date: Sat, 12 Feb 2022 19:02:25 +0100

 Was looking for twisted problem reports and found this one that I think
 could be closed now given that the version in pkgsrc is 22.1.0rc1.

 However, I think something like this should be added to it as it fails
 to build for Python 2.7:

 PYTHON_VERSIONS_INCOMPATIBLE=   27

State-Changed-From-To: open->closed
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Sun, 22 May 2022 23:15:37 +0000
State-Changed-Why:
py-twisted has been updated past this (no idea if this PR was used and
then left open by accident, or lost; sorry)

and the PYTHON_VERSIONS_INCOMPATIBLE clause has appeared.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.46 2020/01/03 16:35:01 leot Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2020 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.