aboutsummaryrefslogtreecommitdiff
path: root/devel/py-twisted
diff options
context:
space:
mode:
authorJohann Visagie <wjv@FreeBSD.org>2002-07-19 09:53:35 +0000
committerJohann Visagie <wjv@FreeBSD.org>2002-07-19 09:53:35 +0000
commit7236b3c3f5fbe4dc21ae45019cafabd59d268506 (patch)
tree950f6b954b0d0502a50a1e56da69eb15a4337910 /devel/py-twisted
parentecd163dfcfe5b717fbc7f2b1fea4f5b6d60005ad (diff)
downloadports-7236b3c3f5fbe4dc21ae45019cafabd59d268506.tar.gz
ports-7236b3c3f5fbe4dc21ae45019cafabd59d268506.zip
- Update to version 0.19.0
Prompted by: Christopher Armstrong <radix@twistedmatrix.com>
Notes
Notes: svn path=/head/; revision=63235
Diffstat (limited to 'devel/py-twisted')
-rw-r--r--devel/py-twisted/Makefile15
-rw-r--r--devel/py-twisted/distinfo2
-rw-r--r--devel/py-twisted/pkg-descr18
-rw-r--r--devel/py-twisted/pkg-plist2921
4 files changed, 1588 insertions, 1368 deletions
diff --git a/devel/py-twisted/Makefile b/devel/py-twisted/Makefile
index 27ef64b31dc0..bd47dab4f57a 100644
--- a/devel/py-twisted/Makefile
+++ b/devel/py-twisted/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= twisted
-PORTVERSION= 0.17.4
+PORTVERSION= 0.19.0
CATEGORIES= devel net python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -22,6 +22,7 @@ USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
CPIO= cpio --quiet -pdum -R
+PLIST_SUB+= PORTVERSION=${PORTVERSION}
MAN1= coil.1 im.1 manhole.1 mktap.1 t-im.1 twistd.1
post-patch:
@@ -36,14 +37,16 @@ post-install:
@ ${INSTALL_MAN} ${WRKSRC}/doc/man/${manpage} ${MANPREFIX}/man/man1
.endfor
.if !defined(NOPORTDOCS)
- @ ${MKDIR} ${DOCSDIR}/api
- @ cd ${WRKSRC}/doc/api && find * \
- | ${CPIO} ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}/api
-.for docsubdir in howto img
+.for docsubdir in api howto
+ @ ${MKDIR} ${DOCSDIR}/${docsubdir}
+ @ cd ${WRKSRC}/doc/${docsubdir} && find * \! -name .\* \
+ | ${CPIO} ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}/${docsubdir}
+.endfor
+.for docsubdir in img legal specifications
@ ${MKDIR} ${DOCSDIR}/${docsubdir}
@ ${INSTALL_DATA} ${WRKSRC}/doc/${docsubdir}/* ${DOCSDIR}/${docsubdir}
.endfor
-.for docfile in CREDITS ERRATA README TODO
+.for docfile in CREDITS ChangeLog ERRATA README TODO
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
@ ${MKDIR} ${EXAMPLESDIR}/scripts ${EXAMPLESDIR}/static
diff --git a/devel/py-twisted/distinfo b/devel/py-twisted/distinfo
index 81bf507a8608..931189368827 100644
--- a/devel/py-twisted/distinfo
+++ b/devel/py-twisted/distinfo
@@ -1 +1 @@
-MD5 (Twisted-0.17.4.tar.bz2) = a8d6b3515251714867e31e54eec6efb1
+MD5 (Twisted-0.19.0.tar.bz2) = 3ae01a714ee7c09f1da046f7ad3f5b1b
diff --git a/devel/py-twisted/pkg-descr b/devel/py-twisted/pkg-descr
index 5f44079ac4be..d5996d0181c7 100644
--- a/devel/py-twisted/pkg-descr
+++ b/devel/py-twisted/pkg-descr
@@ -1,17 +1,13 @@
-From the Twisted Philosophy FAQ:
- Twisted is a project that is basically an abstract Python networking
- library. It contains a low-level (but high-level) networking infrastructure
- (twisted.internet), a Remote Object Thingy[TM] (twisted.spread.pb), a web
- server (twisted.web), and a multi/single-player interactive fiction engine
- (twisted.reality), amongst many other things.
+From the README:
-From the (more lucid?) README:
Twisted is an event-based framework for internet applications. It includes
- a web server, a telnet server, a multiplayer RPG engine, a generic client
- and server for remote object access, and APIs for creating new protocols.
+ a web server, a telnet server, a chat server, a news server, a generic
+ client and server for remote object access, and APIs for creating new
+ protocols and services. Twisted supports integration of the Tk, GTK+, Qt or
+ wxPython event loop with its main event loop. The Win32 event loop is also
+ supported, as is basic support for running servers on top of Jython.
-Twisted is based on an unconventional and somewhat Twisted design philosphy:
- http://twistedmatrix.com/page.epy/twistedphil.html
+Twisted is based on an unconventional and somewhat Twisted design philosphy.
WWW: http://twistedmatrix.com/
diff --git a/devel/py-twisted/pkg-plist b/devel/py-twisted/pkg-plist
index bbb6f73f8756..fd86f2b3b838 100644
--- a/devel/py-twisted/pkg-plist
+++ b/devel/py-twisted/pkg-plist
@@ -1,1282 +1,1408 @@
%%PORTDOCS%%share/doc/twisted/CREDITS
+%%PORTDOCS%%share/doc/twisted/ChangeLog
%%PORTDOCS%%share/doc/twisted/ERRATA
%%PORTDOCS%%share/doc/twisted/README
%%PORTDOCS%%share/doc/twisted/TODO
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/LICENSE.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/README.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/TODO.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/pyunit/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/pyunit/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/pyunit/unittest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/pyunit/unittest_FunctionTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/pyunit/unittest_TestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/pyunit/unittest_TestLoader.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/pyunit/unittest_TestProgram.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/pyunit/unittest_TestResult.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/pyunit/unittest_TestSuite.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/pyunit/unittest_TextTestRunner.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/pyunit/unittest__TextTestResult.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/pyunit/unittest__WritelnDecorator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/pyunit/unittestgui.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/pyunit/unittestgui_BaseGUITestRunner.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/pyunit/unittestgui_GUITestResult.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/pyunit/unittestgui_ProgressBar.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/pyunit/unittestgui_RollbackImporter.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/pyunit/unittestgui_TkTestRunner.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/README.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/asyncoresupport.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/asyncoresupport_AsyncoreLooper.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/cal.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/cal_CalendarPage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/cal_CalendarWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/cal_EditForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/cal_EventWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/cal_PostForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/chord.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/chord_ChordService.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/chord_Node.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/lj.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/lj_LiveJournalClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/lj_LiveJournalEvent.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/lj_LiveJournalFriend.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/lj_LiveJournalHTTPClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/lmx.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/lmx_LMX.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/ouroboros.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/ouroboros_Block.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/ouroboros_Class.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/ouroboros_Code.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/ouroboros_Float.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/ouroboros_Frame.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/ouroboros_Function.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/ouroboros_Instance.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/ouroboros_Int.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/ouroboros_Interpreter.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/ouroboros_List.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/ouroboros_Long.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/ouroboros_Method.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/ouroboros_Number.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/ouroboros_Object.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/ouroboros_String.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/ouroboros_Tuple.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/twistedzope.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/twistedzope_HTTPFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/sandbox/twistedzope_ZopeHTTPRequest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/setup.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/setup_build_scripts_create.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/setup_build_scripts_twisted.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/setup_install_data_twisted.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/app.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/app_ApplicationConfig.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/app_ConnectorCollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/app_PortCollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/app_ServiceCollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/coil.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/coil_CollectionWrapper.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/coil_ConfigCollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/coil_Configurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/coil_DispenserStorage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/coil_ICollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/coil_IConfigCollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/coil_IConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/coil_IStaticCollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/coil_InvalidConfiguration.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/coil_StaticCollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/ftp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/ftp_FTPConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/mail.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/mail_MailConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/mail_MaildirDBMConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/manhole.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/manhole_ManholeConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/names.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/names_DNSServerConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/names_SimpleDomainConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/socks.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/socks_SOCKSConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/stupidproxy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/stupidproxy_ProxyConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/telnet.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/telnet_ShellFactoryConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/tendril.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/tendril_TendrilConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/web.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/web_MimeTypeCollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/web_ReverseProxyConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/web_SiteConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/web_StaticConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/web_TestConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/web_VirtualHostConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/words.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins/words_WordsConfigurator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/web.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/web_AppConfiguratorPage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/web_CollectionForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/web_ConfigForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/web_ConfigRoot.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/web_ImmutableCollectionDeleteForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/web_ImmutableCollectionForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/coil/web_PluginLoader.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/copyright.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/cred/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/cred/authorizer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/cred/authorizer_Authorizer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/cred/authorizer_DefaultAuthorizer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/cred/identity.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/cred/identity_Identity.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/cred/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/cred/perspective.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/cred/perspective_Perspective.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/cred/service.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/cred/service_IService.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/cred/service_Service.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/cred/util.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/cred/util_Unauthorized.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/enterprise/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/enterprise/adbapi.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/enterprise/adbapi_Augmentation.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/enterprise/adbapi_ConnectionPool.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/enterprise/adbapi_Transaction.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/enterprise/dbcred.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/enterprise/dbcred_DatabaseAuthorizer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/enterprise/dbgadgets.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/enterprise/dbgadgets_ChangePasswordForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/enterprise/dbgadgets_IdentitiesGadget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/enterprise/dbgadgets_NewIdentityForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/enterprise/dbgadgets_NewPerspectiveForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/enterprise/dbgadgets_PerspectivesGadget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/enterprise/dbgadgets_RemoveIdentityForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/enterprise/dbgadgets_RemovePerspectiveForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/enterprise/dbpassport.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/enterprise/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/enterprise/row.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/enterprise/row_DBError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/enterprise/row_DBReflector.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/enterprise/row_KeyFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/enterprise/row_RowObject.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/enterprise/row_StatementBatch.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/enterprise/row__TableInfo.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/forum/README.txt.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/forum/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/forum/gadgets.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/forum/gadgets_ActionsWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/forum/gadgets_DetailsWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/forum/gadgets_ForumBaseWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/forum/gadgets_ForumPage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/forum/gadgets_ForumsGadget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/forum/gadgets_FullWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/forum/gadgets_LoginForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/forum/gadgets_NewForumForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/forum/gadgets_NewPostForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/forum/gadgets_PostsWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/forum/gadgets_RegisterUser.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/forum/gadgets_ReplyForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/forum/gadgets_ThreadsWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/forum/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/forum/manager.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/forum/manager_ForumDB.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/forum/service.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/forum/service_ForumService.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/forum/service_ForumUser.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/account.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/account_AccountManager.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/account_DummyAccountForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/account_NewAccount.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/chat.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/chat_ContactsList.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/chat_Conversation.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/chat_GroupConversation.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/chat_GroupJoinWindow.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/ircsupport.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/ircsupport_IRCAccount.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/ircsupport_IRCAccountForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/ircsupport_IRCGroup.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/ircsupport_IRCPerson.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/ircsupport_IRCProto.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/locals.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/locals_InputOutputWindow.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/pbsupport.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/pbsupport_PBAccount.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/pbsupport_PBAccountForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/pbsupport_TwistedWordsClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/pbsupport_TwistedWordsGroup.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/pbsupport_TwistedWordsPerson.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/tocsupport.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/tocsupport_TOCAccount.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/tocsupport_TOCAccountForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/tocsupport_TOCGroup.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/tocsupport_TOCPerson.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/im/tocsupport_TOCProto.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/abstract.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/abstract_FileDescriptor.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/app.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/app_Application.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/app_PortCollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/app_ServiceCollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/ingtkernet.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/interfaces.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/interfaces_IConsumer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/interfaces_IListeningPort.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/interfaces_IProducer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/interfaces_IReactorCore.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/interfaces_IReactorProcess.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/interfaces_IReactorSSL.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/interfaces_IReactorTCP.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/interfaces_IReactorTime.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/interfaces_IReactorUDP.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/interfaces_IReactorUNIX.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/interfaces_ISelectable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/jnternet.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/jnternet_AcceptBlocker.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/jnternet_Blocker.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/jnternet_JConnection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/jnternet_JMultiplexor.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/jnternet_ReadBlocker.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/jnternet_WriteBlocker.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/main.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/main_DummyResolver.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/main__UnixWaker.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/main__Win32Waker.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/passport.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/poll.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/process.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/process_Process.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/process_ProcessError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/process_ProcessWriter.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/qternet.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/qternet_TwistedSocketNotifier.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/ssl.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/ssl_Client.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/ssl_ClientContextFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/ssl_Connection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/ssl_Connector.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/ssl_ContextFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/ssl_Port.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/ssl_Server.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/stdio.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/stdio_StandardIO.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/stupidproxy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/stupidproxy_StupidFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/stupidproxy_StupidProtocol.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/stupidproxy_StupidProtocolServer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/task.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/task_Scheduler.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/task_Task.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/task_ThreadedScheduler.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/tcp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/tcp_Client.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/tcp_Connection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/tcp_Connector.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/tcp_IConnector.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/tcp_Port.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/tcp_Server.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/threadtask.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/threadtask_ThreadDispatcher.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/tkinternet.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/tkinternet_Simulator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/udp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/udp_Connection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/udp_Port.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/win32.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/win32_Process.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/wxinternet.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/wxinternet_GuiDelayed.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/internet/wxinternet_twixApp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/lumberjack/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/lumberjack/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/lumberjack/logfile.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/lumberjack/logfile_LogFile.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/lumberjack/logfile_LogReader.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/mail/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/mail/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/mail/mail.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/mail/mail_BounceDomain.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/mail/mail_DomainWithDefaultDict.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/mail/mail_FileMessage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/mail/mail_IDomain.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/mail/mail_MailService.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/mail/maildir.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/mail/maildir_AbstractMaildirDomain.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/mail/maildir_MaildirDirdbmDomain.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/mail/maildir_MaildirMailbox.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/mail/pb.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/mail/pb_Maildir.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/mail/pb_MaildirBroker.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/mail/pb_MaildirClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/mail/pb_MaildirCollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/mail/relay.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/mail/relay_DomainPickler.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/mail/relay_SMTPRelayer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/mail/relaymanager.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/mail/relaymanager_MXCalculator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/mail/relaymanager_MessageCollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/mail/relaymanager_SMTPManagedRelayer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/mail/relaymanager_SmartHostSMTPRelayingManager.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/explorer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/explorer_CRUFT_WatchyThingie.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/explorer_Explorer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/explorer_ExplorerBuiltin.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/explorer_ExplorerClass.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/explorer_ExplorerFunction.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/explorer_ExplorerGeneric.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/explorer_ExplorerImmutable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/explorer_ExplorerInstance.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/explorer_ExplorerMapping.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/explorer_ExplorerMethod.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/explorer_ExplorerModule.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/explorer_ExplorerSequence.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/explorer_Pool.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/explorer_Signature.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/explorer__MonkeysSetattrMixin.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/explorer__WatchMonkey.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/service.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/service_FakeStdIO.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/service_ManholeClientInterface.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/service_Perspective.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/service_Service.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/gtkmanhole.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/gtkmanhole_InputText.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/gtkmanhole_Interaction.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/gtkmanhole_LineOrientedBrowserDisplay.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/gtkmanhole_OutputConsole.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/gtkmanhole_Signature.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_AttributeWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_ClassAttributeWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_ClassVisage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_Explorer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_ExplorerBulitin.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_ExplorerClass.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_ExplorerFunction.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_ExplorerImmutable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_ExplorerInstance.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_ExplorerMapping.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_ExplorerMethod.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_ExplorerModule.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_ExplorerSequence.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_FunctionAttributeWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_ImmutableAttributeWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_ImmutableVisage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_InstanceAttributeWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_InstanceVisage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_LooseBox.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_MappingAttributeWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_MappingVisage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_MethodAttributeWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_PairList.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_SequenceAttributeWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_SequenceVisage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_SillyModule.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_SpelunkDisplay.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome_Visage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui/spelunk_gnome__LooseBoxBorder.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/metrics/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/metrics/client.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/metrics/client_MetricsClientComponent.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/metrics/gadgets.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/metrics/gadgets_DetailsGadget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/metrics/gadgets_HistoryGadget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/metrics/gadgets_MetricsGadget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/metrics/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/metrics/metricsdb.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/metrics/metricsdb_MetricsDB.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/metrics/metricserv.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/metrics/metricserv_MetricsClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/metrics/metricserv_MetricsManagerService.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/metrics/metricserv_MetricsSource.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/metrics/osmetrics.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/metrics/osmetrics_MetricsCollector.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/metrics/osmetrics_Win2kMetricsCollector.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/metrics/test-client.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/metrics/test-os.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/names/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/names/dns.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/names/dns_DNS.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/names/dns_DNSBoss.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/names/dns_DNSOnTCP.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/names/dns_DNSServerBoss.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/names/dns_DNSServerFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/names/dns_DNSServerMixin.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/names/dns_IDomain.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/names/dns_MX.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/names/dns_NS.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/names/dns_ResolveConfResolver.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/names/dns_Resolver.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/names/dns_SentQuery.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/names/dns_SimpleDomain.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/names/hosts.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/names/hosts_Resolver.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/names/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/names/native.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/names/resolve.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/names/resolve_Request.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/names/resolve_ResolverChain.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/news/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/news/database.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/news/database_Article.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/news/database_DatabaseStorage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/news/database_NewsSQLdb.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/news/database_PickleStorage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/news/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/news/news.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/news/news_Factory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/persisted/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/persisted/dirdbm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/persisted/dirdbm_DirDBM.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/persisted/dirdbm_Shelf.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/persisted/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/persisted/styles.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/persisted/styles_Ephemeral.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/persisted/styles_Versioned.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/basic.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/basic_Int16StringReceiver.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/basic_Int32StringReceiver.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/basic_LineReceiver.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/basic_NetstringParseError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/basic_NetstringReceiver.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/basic_SafeNetstringReceiver.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/basic_StatefulStringProtocol.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/dns.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/dns_DNS.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/dns_DNSOnTCP.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/dns_Message.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/dns_Name.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/dns_NotConnectedError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/dns_Query.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/dns_RR.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/finger.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/finger_Finger.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/ftp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/ftp_BadResponse.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/ftp_CommandFailed.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/ftp_ConnectionLost.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/ftp_DTP.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/ftp_DTPFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/ftp_FTP.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/ftp_FTPClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/ftp_FTPCommand.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/ftp_FTPDataPort.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/ftp_FTPError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/ftp_FTPFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/ftp_FTPFileListProtocol.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/ftp_SendFileTransfer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/ftp_UnexpectedResponse.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/http.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/http_HTTPChannel.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/http_HTTPClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/http_Request.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/irc.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/irc_DccChat.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/irc_DccFileReceive.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/irc_DccFileReceiveBasic.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/irc_DccSendFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/irc_DccSendProtocol.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/irc_IRC.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/irc_IRCBadMessage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/irc_IRCClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/ldap/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/ldap/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/ldap/ldapclient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/ldap/ldapclient_LDAPClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/ldap/ldapclient_LDAPDeleteAttributes.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/ldap/ldapclient_LDAPModifyAttributes.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/ldap/ldapclient_LDAPOperation.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/ldap/ldapclient_LDAPSearch.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/ldap/ldaperrors.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/loopback.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/loopback_LoopbackRelay.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/nntp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/nntp_NNTPClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/nntp_NNTPError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/nntp_NNTPServer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/oscar.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/oscar_BOSConnection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/oscar_ChatRoomConnection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/oscar_ChatService.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/oscar_DirectConnection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/oscar_DirectConnectionServer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/oscar_ICQConnection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/oscar_OscarAuthenticator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/oscar_OscarConnection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/oscar_SNACBased.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pop3.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pop3_Mailbox.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pop3_POP3.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pop3_POP3Client.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pop3_POP3Error.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pop3_VirtualPOP3.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/protocol.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/protocol_ClientFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/protocol_Factory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/protocol_FileWrapper.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/protocol_IFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/protocol_ProcessProtocol.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/protocol_Protocol.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/protocol_ServerFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/protocol_Transport.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureber.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureber_BERBase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureber_BERBoolean.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureber_BERDecoderContext.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureber_BEREnumerated.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureber_BERException.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureber_BERExceptionInsufficientData.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureber_BERInteger.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureber_BERNull.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureber_BEROctetString.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureber_BERSequence.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureber_BERSequenceOf.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureber_BERSet.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureber_BERStructured.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPAssertionValue.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPAttributeDescription.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPAttributeValueAssertion.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPBERDecoderContext.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPBERDecoderContext_BindResponse.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPBERDecoderContext_Filter.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPBERDecoderContext_Filter_substrings.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPBERDecoderContext_LDAPMessage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPBERDecoderContext_MatchingRuleAssertion.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPBindRequest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPBindResponse.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPBindResponse_serverSaslCreds.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPFilter.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPFilterSet.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPFilter_and.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPFilter_approxMatch.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPFilter_equalityMatch.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPFilter_extensibleMatch.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPFilter_greaterOrEqual.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPFilter_lessOrEqual.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPFilter_not.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPFilter_or.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPFilter_present.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPFilter_substrings.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPFilter_substrings_any.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPFilter_substrings_final.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPFilter_substrings_initial.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPMatchingRuleAssertion.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPMatchingRuleAssertion_dnAttributes.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPMatchingRuleAssertion_matchValue.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPMatchingRuleAssertion_matchingRule.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPMatchingRuleAssertion_type.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPMatchingRuleId.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPMessage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPModification.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPModification_add.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPModification_delete.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPModification_replace.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPModifyRequest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPModifyResponse.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPProtocolOp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPProtocolRequest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPProtocolResponse.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPReferral.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPResult.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPSearchRequest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPSearchResultDone.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPSearchResultEntry.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPString.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/pureldap_LDAPUnbindRequest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/smtp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/smtp_DomainSMTP.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/smtp_IMessage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/smtp_NDeferred.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/smtp_SMTP.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/smtp_SMTPClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/smtp_SMTPError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/smtp_User.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/socks.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/socks_SOCKSv4.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/socks_SOCKSv4Factory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/socks_SOCKSv4Incoming.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/socks_SOCKSv4IncomingFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/socks_SOCKSv4Outgoing.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/telnet.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/telnet_Shell.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/telnet_ShellFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/telnet_Telnet.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/toc.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/toc_Chatroom.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/toc_GetFileTransfer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/toc_SavedUser.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/toc_SendFileTransfer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/toc_TOC.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/toc_TOCClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/toc_TOCFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/toc_TOCParseError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/wire.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/wire_Chargen.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/wire_Daytime.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/wire_Discard.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/wire_Echo.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/wire_QOTD.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/wire_Time.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/wire_Who.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/components.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/components_Interface.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/defer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/defer_AlreadyArmedError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/defer_Deferred.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/defer_DeferredList.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/delay.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/delay_IDelayed.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/delay_Later.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/delay_LockstepSimulation.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/delay_Looping.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/delay_Steps.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/delay_StopLooping.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/delay_Time.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/failure.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/failure_Failure.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/hook.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/hook_HookError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/log.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/log_Log.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/log_LogOwner.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/log_Logger.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/log_Output.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/log_ThreadedLogOwner.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/mutablestring.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/mutablestring_MutableString.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/observable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/observable_Delegator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/observable_Dynamic.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/observable_EventSource.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/observable_Hash.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/observable_Observable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/observable_Publisher.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/observable_Subscriber.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/observable_WhenMethodSubscription.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/observable__DontTell.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/observable__Gone.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/otp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/otp_OTP.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/otp_OTPAuthenticator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/otp_Unauthorized.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/plugin.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/plugin_DropIn.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/plugin_PlugIn.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/rebuild.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/rebuild_Sensitive.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/reference.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/reference_AttributeReference.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/reference_Deferred.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/reference_Reference.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/reference_Resolver.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/reflect.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/reflect_Accessor.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/reflect_Promise.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/reflect_QueueMethod.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/reflect_Settable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/reflect_Summer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/reflect_ThreadAttr.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/register.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/roots.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/roots_Collection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/roots_Constrained.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/roots_ConstraintViolation.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/roots_Entity.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/roots_Homogenous.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/roots_Locked.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/roots_NotSupportedError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/roots_Request.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/runtime.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/runtime_Platform.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/text.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/threadable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/threadable_ThreadableError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/threadable__ThreadedWaiter.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/threadable__Waiter.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/threadable__XLock.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/threadpool.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/threadpool_ThreadPool.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/timeoutqueue.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/timeoutqueue_TimedOut.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/timeoutqueue_TimeoutQueue.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/usage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/usage_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/usage_UsageError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/python/util.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/scripts/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/scripts/coil.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/scripts/coil_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/scripts/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/scripts/mktap.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/scripts/mktap_GeneralOptions.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/banana.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/banana_Banana.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/banana_Canana.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/flavors.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/flavors_Cacheable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/flavors_Copyable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/flavors_Referenceable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/flavors_RemoteCache.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/flavors_RemoteCacheMethod.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/flavors_RemoteCacheObserver.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/flavors_RemoteCopy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/flavors_Root.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/flavors_Serializable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/flavors_ViewPoint.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/flavors_Viewable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/jelly.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/jelly_DummySecurityOptions.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/jelly_InsecureJelly.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/jelly_Jellyable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/jelly_NotKnown.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/jelly_SecurityOptions.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/jelly_Unjellyable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/jelly_Unpersistable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/jelly__Dereference.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/jelly__DictKeyAndValue.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/jelly__Dummy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/jelly__Jellier.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/jelly__Tuple.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/jelly__Unjellier.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/pb.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/pb_AsReferenceable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/pb_AuthChallenger.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/pb_AuthRoot.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/pb_AuthServ.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/pb_Broker.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/pb_BrokerFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/pb_Error.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/pb_IdentityWrapper.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/pb_Local.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/pb_Perspective.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/pb_ProtocolError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/pb_RemoteMethod.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/pb_RemoteReference.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/pb_Service.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/pb__Detacher.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/pb__ObjectRetrieval.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/pb__RemoteCacheDummy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/publish.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/publish_Publishable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/publish_RemotePublished.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/refpath.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/refpath_PathReference.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/refpath_PathReferenceAcquisitionContext.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/refpath_PathReferenceContext.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/refpath_PathReferenceContextDirectory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/refpath_PathReferenceDirectory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/refpath_PathViewContextDirectory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/refpath_PathViewDirectory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/refpath_RemotePathReference.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/ui/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/ui/gtkutil.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/ui/gtkutil_ButtonBar.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/ui/gtkutil_GetString.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/ui/gtkutil_Login.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/ui/gtkutil__TimerOuter.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/ui/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/ui/tktree.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/ui/tktree_FileNode.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/ui/tktree_ListboxTree.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/ui/tktree_ListboxTreeItem.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/ui/tktree_Node.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/ui/tktree_TreeItem.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/ui/tkutil.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/ui/tkutil_CList.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/ui/tkutil_DirectoryBrowser.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/ui/tkutil_GenericLogin.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/ui/tkutil_Login.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/ui/tkutil_ProgressBar.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/ui/tkutil__QueryPassword.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/util.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/util_LocalAsRemote.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/spread/util_LocalMethod.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/tap/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/tap/coil.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/tap/coil_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/tap/ftp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/tap/ftp_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/tap/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/tap/mail.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/tap/mail_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/tap/manhole.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/tap/manhole_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/tap/news.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/tap/news_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/tap/socks.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/tap/socks_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/tap/stupid.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/tap/stupid_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/tap/telnet.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/tap/telnet_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/tap/toc.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/tap/toc_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/tap/web.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/tap/web_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/tap/words.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/tap/words_Options.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/crash_test_dummy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/crash_test_dummy_X.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/interactive/ldap_parallelsearch.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/interactive/ldap_parallelsearch_LDAPSearchAndPrint.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/interactive/ldap_parallelsearch_SearchALot.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/process_stdinreader.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_all.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_all_TestLoader.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_banana.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_banana_BananaTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_banana_MathTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_coil.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_coil_CoilTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_coil_CustomConfig.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_coil_CustomConfigurable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_coil_IBar.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_coil_IFoo.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_coil_MyConfig.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_coil_MyConfigurable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_components.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_components_AdapterTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_components_FooAdapterForMAA.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_components_IAdder.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_components_IFoo.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_components_IMultiply.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_components_ISub.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_components_IntAdder.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_components_IntMultiplyWithAdder.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_components_InterfacesTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_components_MultiplyAndAdd.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_components_Sub.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_cred.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_cred_AppForIdentityTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_cred_AppForPerspectiveTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_cred_AppForServiceTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_cred_AuthorizerTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_cred_ForeignObject.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_cred_FunctionsTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_cred_IdentityForPerspectiveTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_cred_IdentityTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_cred_PerspectiveForIdentityTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_cred_PerspectiveTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_cred_ServiceForIdentityTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_cred_ServiceForPerspectiveTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_cred_ServiceTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_cred_Stubby.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_defer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_defer_DeferredTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_delay.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_delay_DelayedTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_delay_Looper.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_dirdbm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_dirdbm_DirDbmTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_dirdbm_ShelfTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_dns.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_dns_RountripDNSTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_explorer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_explorer_FIXME_Watch.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_explorer_MiddleMan.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_explorer_SetattrDohickey.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_explorer_SomeDohickey.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_explorer_TestBrowseFunction.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_explorer_TestBrowser.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_explorer_Watcher.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_failure.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_failure_FailureTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_hook.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_hook_BaseClass.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_hook_HookTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_hook_SubClass.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_http.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_http_DateTimeTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_http_DummyHTTPHandler.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_http_HTTP0_9TestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_http_HTTP1_0TestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_http_HTTP1_1TestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_http_HTTPLoopbackTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_http_LoopbackHTTPClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_http_OrderedDict.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_http_PRequest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_http_PersistenceTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_import.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_import_AtLeastImportTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_irc.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_irc_CTCPTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_irc_IRCClientWithoutLogin.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_irc_QuotingTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_irc_StringIOWithoutClosing.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_jelly.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_jelly_A.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_jelly_B.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_jelly_C.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_jelly_JellyTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_jelly_SimpleJellyTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_lumberjack.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_lumberjack_LogFileTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_manhole.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_manhole_DummyApp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_manhole_DummyManholeClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_manhole_ManholeTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_names.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_names_DNSFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_names_LookupDNSTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_names_ServerDNSTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_nntp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_nntp_NNTPTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_nntp_TestNNTPClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_observable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_observable_DummyEvent.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_observable_PublisherTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_observable_SubscriberTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_BadCopySet.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_BadCopyable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_BrokerTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_DeferredRemote.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_DisconnectionTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_DumbPub.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_DumbPublishable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_Dummy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_DummyPerspective.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_DummyService.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_GetPublisher.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_IOPump.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_LocalRemoteTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_NestedCache.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_NestedComplicatedCache.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_NestedCopy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_NestedRemote.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_Observable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_Observer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_RatherBaroqueCache.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_SimpleCache.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_SimpleCopy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_SimpleLocalCache.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_SimpleLocalCopy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_SimpleRemote.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_SpreadUtilTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pb_VeryVeryComplicatedCacheable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_persisted.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_persisted_EphemeralTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_persisted_MyEphemeral.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_persisted_Pickleable.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_persisted_PicklingTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_persisted_VersionTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pop3.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pop3_AnotherPOP3TestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pop3_DummyDomain.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pop3_DummyMailbox.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pop3_DummyPOP3.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pop3_ListMailbox.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pop3_MyPOP3Downloader.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pop3_MyVirtualPOP3.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pop3_POP3TestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_process.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_process_PosixProcessTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_process_Win32ProcessTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_protocols.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_protocols_ClosingFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_protocols_ClosingProtocol.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_protocols_LineReceiverTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_protocols_LineTester.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_protocols_LoopbackTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_protocols_NetstringReceiverTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_protocols_StringIOWithoutClosing.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_protocols_TestNetstring.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_protocols_TestSafeNetstring.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_protocols_WireTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pureber.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pureber_BERBaseEquality.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pureber_BERBooleanKnownValues.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pureber_BEREnumeratedKnownValues.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pureber_BEREnumeratedSanityCheck.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pureber_BERIntegerKnownValues.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pureber_BERIntegerSanityCheck.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pureber_BERNullKnownValues.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pureber_BEROctetStringKnownValues.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pureber_BEROctetStringSanityCheck.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_pureber_BERSequenceKnownValues.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_rebuild.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_rebuild_RebuildTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_reflect.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_reflect_AccessorTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_reflect_LookupsTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_reflect_PromiseTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_reflect_ResolverTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_reflect_SettableTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_roots.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_roots_RootsTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_smtp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_smtp_AnotherSMTPTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_smtp_DummyDomain.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_smtp_DummyMessage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_smtp_DummySMTP.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_smtp_DummySMTPMessage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_smtp_LoopbackSMTPTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_smtp_MySMTPClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_smtp_SMTPClientTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_smtp_SMTPTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_task.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_task_Counter.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_task_DefaultTaskTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_task_NonThreadedTaskTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_task_Order.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_task_TaskTestMixin.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_task_ThreadOrder.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_task_ThreadedTaskTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_tendril.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_tendril_DummyGroup.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_tendril_DummyPerspective.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_tendril_DummyService.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_tendril_NoOpper.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_tendril_StringIOWithoutClosing.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_tendril_TendrilTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_text.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_text_WrapTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_threadpool.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_threadpool_Counter.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_threadpool_ThreadPoolTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_timeoutqueue.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_timeoutqueue_TimeoutQueueTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_toc.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_toc_DummyTOC.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_toc_StringIOWithoutClosing.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_toc_TOCGeneralTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_toc_TOCMultiPacketTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_toc_TOCPrivacyTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_toc_TOCSavedValuesTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_usage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_usage_HelpStringTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_usage_ParseCorrectnessTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_usage_WellBehaved.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_util.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_util_UtilTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_web.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_web_DeferredWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_web_DummyRequest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_web_GuardTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_web_MultiDeferredWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_web_SimpleResource.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_web_SimpleWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_web_SiteTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_web_TextDeferred.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_web_WidgetTest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_words.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/test_words_WordsTestCase.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/testutils.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/test/testutils_IOPump.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/distrib.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/distrib_Issue.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/distrib_Request.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/distrib_ResourcePublisher.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/distrib_ResourceSubscription.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/distrib_UserDirectory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/distrib__ReferenceableProducerWrapper.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/domtemplate.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/domtemplate_DOMTemplate.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/domtemplate_MethodLookup.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/error.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/error_Error.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/error_ErrorPage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/error_NoResource.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/guard.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/guard_AuthForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/guard_AuthPage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/guard_ResourceGuard.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/guard_WidgetGuard.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/guard__Detacher.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/html.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/proxy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/proxy_Proxy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/proxy_ProxyClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/proxy_ProxyRequest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/proxy_ReverseProxy.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/proxy_ReverseProxyRequest.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/proxy_ReverseProxyResource.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/resource.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/resource_IResource.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/resource_Resource.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/script.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/script_PythonScript.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/server.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/server_Request.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/server_Session.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/server_Site.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/server_UnsupportedMethod.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/server__RemoteProducerWrapper.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/static.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/static_Data.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/static_DirectoryListing.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/static_File.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/static_FileTransfer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/test.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/test_FunkyForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/test_Test.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/trp.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/twcgi.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/twcgi_CGIDirectory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/twcgi_CGIProcess.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/twcgi_CGIScript.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/twcgi_FilteredScript.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/twcgi_PHP3Script.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/twcgi_PHPScript.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/vhost.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/vhost_NameVirtualHost.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/vhost_VirtualHostCollection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/webcred.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/webcred_LogInForm.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/webcred_SessionPerspectiveMixin.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/webcred__Detacher.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/webpassport.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/widgets.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/widgets_Container.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/widgets_DataWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/widgets_Form.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/widgets_FormInputError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/widgets_Gadget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/widgets_Page.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/widgets_Presentation.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/widgets_Reloader.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/widgets_RenderSession.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/widgets_Sidebar.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/widgets_StreamWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/widgets_Time.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/widgets_TitleBox.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/widgets_Widget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/widgets_WidgetMixin.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/widgets_WidgetPage.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/widgets_WidgetResource.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/widgets__RequestDeferral.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/xmlrpc.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/xmlrpc_NoSuchFunction.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/xmlrpc_Result.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/web/xmlrpc_XMLRPC.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ircservice.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ircservice_IRCChatter.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ircservice_IRCGateway.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/service.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/service_Group.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/service_NotInCollectionError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/service_NotInGroupError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/service_Participant.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/service_Service.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/service_UserNonexistantError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/service_WordsClientInterface.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/service_WordsError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/service_WrongStatusError.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/tendril.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/tendril_ProxiedParticipant.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/tendril_Tendril.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/tendril_TendrilClient.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/tendril_TendrilFactory.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/gateway.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/gateway_Gateway.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/gateways/__init__.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/gateways/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/gateways/irc.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/gateways/irc_IRCGateway.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/gateways/toc.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/gateways/toc_TOCGateway.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/gateways/words.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/gateways/words_WordsGateway.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/gateways/words_makeConnection.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/gtkim.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/gtkim_AccountManager.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/gtkim_AddAccount.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/gtkim_AddContact.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/gtkim_ContactList.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/gtkim_Conversation.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/gtkim_DummyAOLPanel.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/gtkim_DummyIRCPanel.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/gtkim_DummyTRPanel.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/gtkim_Group.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/gtkim_GroupSession.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/gtkim_JoinGroup.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/gtkim_MessageSent.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/gtkim__AccountInstantiator.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/im.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/im_Account.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/im_ContactList.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/im_Conversation.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/im_GroupSession.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/im_InstanceMessenger.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/im_InstanceMessengerGUI.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/index.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/tkim.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/tkim_AccountManager.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/tkim_AddAccount.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/tkim_AddContact.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/tkim_AskSendFile.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/tkim_ChooseGateway.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/tkim_ContactList.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/tkim_Conversation.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/tkim_ErrorWindow.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/tkim_FileTransfer.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/tkim_GatewayNode.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/tkim_GroupSession.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/tkim_JoinGroup.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/tkim_ModifyAccount.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/tkim_StartConversation.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/tkim_StatusNode.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/tkim_UserNode.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/tktoc.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/webwords.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/webwords_AccountCreationWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/webwords_Page.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/webwords_ParticipantInfoWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/webwords_ParticipantListWidget.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/webwords_WebWordsAdminSite.py.html
-%%PORTDOCS%%share/doc/twisted/api/Twisted-0.17.4/twisted/words/webwords_WordsGadget.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/LICENSE.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/README.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/TODO.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/admin/PyFontify.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/admin/py2html.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/admin/py2html_PrettyPrint.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittest_FunctionTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittest_TestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittest_TestLoader.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittest_TestProgram.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittest_TestResult.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittest_TestSuite.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittest_TextTestRunner.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittest__TextTestResult.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittest__WritelnDecorator.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittestgui.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittestgui_BaseGUITestRunner.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittestgui_GUITestResult.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittestgui_ProgressBar.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittestgui_RollbackImporter.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit/unittestgui_TkTestRunner.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/README.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/asyncoresupport.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/asyncoresupport_AsyncoreLooper.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/cal.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/cal_CalendarPage.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/cal_CalendarWidget.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/cal_EditForm.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/cal_EventWidget.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/cal_PostForm.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/chord.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/chord_ChordService.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/chord_Node.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Block.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Class.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Code.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Float.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Frame.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Function.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Instance.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Int.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Interpreter.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_List.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Long.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Method.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Number.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Object.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_String.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/ouroboros_Tuple.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/twistedzope.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/twistedzope_HTTPFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox/twistedzope_ZopeHTTPRequest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/setup.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/setup_build_ext_twisted.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/setup_build_scripts_create.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/setup_build_scripts_twisted.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/setup_install_data_twisted.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/app.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/app_ApplicationConfig.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/app_ConnectorCollection.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/app_PortCollection.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/app_ServiceCollection.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/coil.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/coil_CollectionWrapper.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/coil_ConfigCollection.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/coil_Configurator.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/coil_DispenserStorage.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/coil_ICollection.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/coil_IConfigCollection.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/coil_IConfigurator.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/coil_IStaticCollection.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/coil_InvalidConfiguration.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/coil_StaticCollection.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/ftp.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/ftp_FTPConfigurator.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/mail.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/mail_MailConfigurator.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/mail_MaildirDBMConfigurator.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/manhole.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/manhole_ManholeConfigurator.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/names.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/names_DNSServerConfigurator.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/names_SimpleDomainConfigurator.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/portforward.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/portforward_ProxyConfigurator.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/socks.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/socks_SOCKSConfigurator.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/telnet.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/telnet_ShellFactoryConfigurator.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/tendril.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/tendril_TendrilConfigurator.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/web.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/web_MimeTypeCollection.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/web_ReverseProxyConfigurator.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/web_SiteConfigurator.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/web_StaticConfigurator.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/web_TestConfigurator.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/web_VirtualHostConfigurator.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/words.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins/words_WordsConfigurator.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/web.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/web_AppConfiguratorPage.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/web_CollectionForm.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/web_ConfigForm.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/web_ConfigRoot.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/web_ImmutableCollectionDeleteForm.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/web_ImmutableCollectionForm.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/web_PluginLoader.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/copyright.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/authorizer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/authorizer_Authorizer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/authorizer_DefaultAuthorizer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/identity.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/identity_Identity.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/perspective.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/perspective_Perspective.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/service.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/service_IService.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/service_Service.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/util.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred/util_Unauthorized.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/adbapi.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/adbapi_Augmentation.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/adbapi_ConnectionPool.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/adbapi_Transaction.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/dbcred.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/dbcred_DatabaseAuthorizer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/dbgadgets.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/dbgadgets_ChangePasswordForm.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/dbgadgets_IdentitiesGadget.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/dbgadgets_NewIdentityForm.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/dbgadgets_NewPerspectiveForm.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/dbgadgets_PerspectivesGadget.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/dbgadgets_RemoveIdentityForm.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/dbgadgets_RemovePerspectiveForm.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/dbpassport.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/row.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/row_DBError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/row_DBReflector.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/row_KeyFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/row_RowObject.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/row_StatementBatch.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise/row__TableInfo.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/basesupport.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/basesupport_AbstractAccount.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/basesupport_AbstractClientMixin.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/basesupport_AbstractGroup.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/basesupport_AbstractPerson.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkaccount.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkaccount_AccountManager.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkaccount_DummyAccountForm.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkaccount_IRCAccountForm.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkaccount_NewAccount.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkaccount_PBAccountForm.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkaccount_TOCAccountForm.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkchat.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkchat_ContactsList.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkchat_Conversation.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkchat_GroupConversation.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkchat_GtkChatClientUI.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkcommon.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/gtkcommon_InputOutputWindow.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/ircsupport.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/ircsupport_IRCAccount.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/ircsupport_IRCGroup.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/ircsupport_IRCPerson.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/ircsupport_IRCProto.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/jyaccount.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/jyaccount_AccountManager.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/jyaccount_NewAccount.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/jyaccount_PBAccountForm.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/jyaccount__TempListener.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/locals.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/pbsupport.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/pbsupport_PBAccount.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/pbsupport_TwistedWordsClient.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/pbsupport_TwistedWordsGroup.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/pbsupport_TwistedWordsPerson.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/proxyui.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/proxyui_IRCUIFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/proxyui_IRCUserInterface.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/tap.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/tap_Options.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/tocsupport.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/tocsupport_TOCAccount.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/tocsupport_TOCGroup.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/tocsupport_TOCPerson.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im/tocsupport_TOCProto.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/abstract.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/abstract_FileDescriptor.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/app.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/app_Application.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/app_PortCollection.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/app_ServiceCollection.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/app__SSLlistener.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/base.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/base_ReactorBase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/default.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/default_PosixReactorBase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/default_SelectReactor.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/default__UnixWaker.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/default__Win32Waker.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/defer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/defer_AlreadyArmedError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/defer_AlreadyCalledError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/defer_Deferred.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/defer_DeferredList.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/defer_TimeoutError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/fdesc.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/gtkreactor.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/gtkreactor_GtkReactor.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/gtkreactor_PortableGtkReactor.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IConnector.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IConsumer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IFileDescriptor.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IListeningPort.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IProducer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IProtocolFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IReactorCore.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IReactorFDSet.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IReactorProcess.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IReactorSSL.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IReactorTCP.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IReactorThreads.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IReactorTime.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IReactorUDP.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IReactorUNIX.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IReadDescriptor.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IReadWriteDescriptor.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_ISSLTransport.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_ITransport.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/interfaces_IWriteDescriptor.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/javareactor.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/javareactor_AcceptBlocker.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/javareactor_Blocker.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/javareactor_Errno.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/javareactor_JConnection.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/javareactor_JReactor.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/javareactor_JavaPort.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/javareactor_ReadBlocker.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/javareactor_WriteBlocker.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/main.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/main_Delayeds.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/main_DummyResolver.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/passport.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/pollreactor.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/pollreactor_PollReactor.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/process.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/process_Process.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/process_ProcessError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/process_ProcessWriter.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/protocol.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/protocol_ClientFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/protocol_Factory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/protocol_FileWrapper.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/protocol_ProcessProtocol.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/protocol_Protocol.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/protocol_ServerFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/protocol_Transport.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/qtreactor.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/qtreactor_QTReactor.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/qtreactor_TwistedSocketNotifier.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/qtsupport.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/qtsupport_QTSupport.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/reactor.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/ssl.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/ssl_Client.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/ssl_ClientContextFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/ssl_Connection.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/ssl_Connector.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/ssl_ContextFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/ssl_DefaultOpenSSLContextFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/ssl_Port.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/ssl_Server.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/stdio.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/stdio_StandardIO.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/stupidproxy.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/stupidproxy_StupidFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/stupidproxy_StupidProtocol.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/stupidproxy_StupidProtocolServer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/task.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/tcp.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/tcp_Client.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/tcp_Connection.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/tcp_Connector.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/tcp_Port.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/tcp_Server.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/threads.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/threadtask.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/threadtask_ThreadDispatcher.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/tksupport.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/udp.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/udp_Connection.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/udp_Port.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/win32eventreactor.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/win32eventreactor_Process.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/win32eventreactor_Win32Reactor.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/wxsupport.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet/wxsupport_wxRunner.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/bounce.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/mail.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/mail_BounceDomain.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/mail_DomainWithDefaultDict.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/mail_FileMessage.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/mail_IDomain.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/mail_MailService.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/maildir.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/maildir_AbstractMaildirDomain.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/maildir_MaildirDirdbmDomain.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/maildir_MaildirMailbox.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/pb.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/pb_Maildir.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/pb_MaildirBroker.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/pb_MaildirClient.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/pb_MaildirCollection.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/protocols.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/protocols_DomainSMTP.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/protocols_POP3Factory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/protocols_SMTPFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/protocols_VirtualPOP3.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/relay.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/relay_DomainQueuer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/relay_SMTPRelayer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/relaymanager.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/relaymanager_MXCalculator.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/relaymanager_Queue.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/relaymanager_SMTPManagedRelayer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail/relaymanager_SmartHostSMTPRelayingManager.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_CRUFT_WatchyThingie.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_Explorer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_ExplorerBuiltin.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_ExplorerClass.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_ExplorerFunction.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_ExplorerGeneric.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_ExplorerImmutable.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_ExplorerInstance.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_ExplorerMapping.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_ExplorerMethod.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_ExplorerModule.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_ExplorerSequence.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_Pool.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer_Signature.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer__MonkeysSetattrMixin.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/explorer__WatchMonkey.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/service.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/service_FakeStdIO.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/service_ManholeClientInterface.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/service_Perspective.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/service_Service.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/telnet.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/telnet_Shell.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/telnet_ShellFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/gtkmanhole.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/gtkmanhole_Interaction.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/gtkmanhole_LineOrientedBrowserDisplay.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/gtkmanhole_Signature.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/pywidgets.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/pywidgets_InputText.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/pywidgets_Interaction.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/pywidgets_LocalInteraction.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/pywidgets_OutputConsole.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_AttributeWidget.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_ClassAttributeWidget.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_ClassVisage.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_Explorer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_ExplorerBulitin.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_ExplorerClass.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_ExplorerFunction.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_ExplorerImmutable.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_ExplorerInstance.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_ExplorerMapping.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_ExplorerMethod.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_ExplorerModule.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_ExplorerSequence.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_FunctionAttributeWidget.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_ImmutableAttributeWidget.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_ImmutableVisage.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_InstanceAttributeWidget.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_InstanceVisage.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_LooseBox.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_MappingAttributeWidget.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_MappingVisage.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_MethodAttributeWidget.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_PairList.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_SequenceAttributeWidget.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_SequenceVisage.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_SillyModule.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_SpelunkDisplay.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome_Visage.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui/spelunk_gnome__LooseBoxBorder.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns_DNS.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns_DNSBoss.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns_DNSOnTCP.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns_DNSServerBoss.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns_DNSServerFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns_DNSServerMixin.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns_IDomain.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns_MX.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns_NS.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns_ResolveConfResolver.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns_Resolver.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns_SentQuery.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/dns_SimpleDomain.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/hosts.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/hosts_Resolver.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/native.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/resolve.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/resolve_Request.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names/resolve_ResolverChain.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/news/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/news/database.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/news/database_Article.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/news/database_DatabaseStorage.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/news/database_NewsSQLdb.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/news/database_PickleStorage.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/news/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/news/news.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/news/news_NNTPFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot_AOTJellier.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot_AOTUnjellier.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot_Class.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot_Copyreg.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot_Deref.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot_Function.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot_Instance.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot_InstanceMethod.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot_Module.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot_Named.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot_NonFormattableDict.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot_Ref.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/aot__NoStateObj.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/crefutil.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/crefutil_NotKnown.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/crefutil__Catcher.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/crefutil__Defer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/crefutil__Dereference.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/crefutil__DictKeyAndValue.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/crefutil__InstanceMethod.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/crefutil__Tuple.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/dirdbm.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/dirdbm_DirDBM.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/dirdbm_Shelf.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/marmalade.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/marmalade_DOMJellier.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/marmalade_DOMJellyable.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/marmalade_DOMUnjellier.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/styles.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/styles_Ephemeral.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted/styles_Versioned.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/basic.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/basic_Int16StringReceiver.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/basic_Int32StringReceiver.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/basic_LineReceiver.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/basic_NetstringParseError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/basic_NetstringReceiver.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/basic_SafeNetstringReceiver.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/basic_StatefulStringProtocol.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/dns.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/dns_DNS.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/dns_DNSOnTCP.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/dns_Message.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/dns_Name.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/dns_NotConnectedError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/dns_Query.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/dns_RR.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/finger.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/finger_Finger.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_BadResponse.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_CommandFailed.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_ConnectionLost.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_DTP.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_DTPFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_FTP.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_FTPClient.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_FTPCommand.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_FTPError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_FTPFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_FTPFileListProtocol.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_ObjectWrapper.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_SendFileTransfer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/ftp_UnexpectedResponse.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/http.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/http_HTTPChannel.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/http_HTTPClient.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/http_HTTPFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/http_Request.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/irc.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/irc_DccChat.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/irc_DccFileReceive.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/irc_DccFileReceiveBasic.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/irc_DccSendFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/irc_DccSendProtocol.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/irc_IRC.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/irc_IRCBadMessage.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/irc_IRCClient.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/irc_IRCPasswordMismatch.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/loopback.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/loopback_LoopbackRelay.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/mice/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/mice/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/mice/mouseman.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/mice/mouseman_MouseMan.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/nntp.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/nntp_NNTPClient.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/nntp_NNTPError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/nntp_NNTPServer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/oscar.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/oscar_BOSConnection.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/oscar_ChatNavService.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/oscar_ChatService.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/oscar_OSCARService.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/oscar_OSCARUser.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/oscar_OscarAuthenticator.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/oscar_OscarConnection.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/oscar_SNACBased.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/oscar_SSIBuddy.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/oscar_SSIGroup.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/pop3.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/pop3_Mailbox.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/pop3_POP3.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/pop3_POP3Client.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/pop3_POP3Error.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/portforward.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/portforward_Proxy.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/portforward_ProxyFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/portforward_ProxyServer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/protocol.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/smtp.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/smtp_IMessage.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/smtp_NDeferred.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/smtp_SMTP.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/smtp_SMTPClient.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/smtp_SMTPError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/smtp_User.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/socks.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/socks_SOCKSv4.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/socks_SOCKSv4Factory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/socks_SOCKSv4Incoming.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/socks_SOCKSv4IncomingFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/socks_SOCKSv4Outgoing.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/telnet.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/telnet_Telnet.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/toc.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/toc_Chatroom.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/toc_GetFileTransfer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/toc_SavedUser.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/toc_SendFileTransfer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/toc_TOC.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/toc_TOCClient.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/toc_TOCFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/toc_TOCParseError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/wire.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/wire_Chargen.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/wire_Daytime.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/wire_Discard.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/wire_Echo.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/wire_QOTD.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/wire_Time.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/wire_Who.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/components.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/components_Componentized.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/components_Interface.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/components__Nothing.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/defer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/delay.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/delay_IDelayed.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/delay_Later.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/delay_LockstepSimulation.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/delay_Looping.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/delay_Steps.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/delay_StopLooping.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/delay_Time.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/domhelpers.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/domhelpers_NodeLookupError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/failure.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/failure_Failure.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/hook.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/hook_HookError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/log.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/log_Log.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/log_LogOwner.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/log_Logger.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/log_Output.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/log_ThreadedLogOwner.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/logfile.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/logfile_LogFile.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/logfile_LogReader.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/mutablestring.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/mutablestring_MutableString.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/mvc.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/mvc_Controller.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/mvc_IController.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/mvc_IModel.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/mvc_IView.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/mvc_Model.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/mvc_View.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/observable.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/observable_Delegator.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/observable_Dynamic.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/observable_EventSource.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/observable_Hash.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/observable_Observable.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/observable_Publisher.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/observable_Subscriber.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/observable_WhenMethodSubscription.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/observable__DontTell.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/observable__Gone.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/otp.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/otp_OTP.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/otp_OTPAuthenticator.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/otp_Unauthorized.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/plugin.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/plugin_DropIn.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/plugin_PlugIn.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/rebuild.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/rebuild_Sensitive.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/reference.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/reference_AttributeReference.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/reference_Deferred.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/reference_Reference.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/reference_Resolver.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/reflect.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/reflect_Accessor.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/reflect_Promise.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/reflect_QueueMethod.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/reflect_Settable.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/reflect_Summer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/reflect_ThreadAttr.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/register.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/roots.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/roots_Collection.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/roots_Constrained.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/roots_ConstraintViolation.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/roots_Entity.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/roots_Homogenous.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/roots_Locked.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/roots_NotSupportedError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/roots_Request.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/runtime.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/runtime_Platform.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/text.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/threadable.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/threadable_ThreadableError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/threadable__ThreadedWaiter.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/threadable__Waiter.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/threadable__XLock.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/threadpool.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/threadpool_ThreadPool.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/threadpool_ThreadSafeList.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/timeoutqueue.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/timeoutqueue_TimedOut.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/timeoutqueue_TimeoutQueue.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/usage.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/usage_Options.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/usage_UsageError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python/util.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/scripts/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/scripts/coil.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/scripts/coil_Options.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/scripts/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/scripts/mktap.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/scripts/mktap_GeneralOptions.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister/parentap.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister/parentap_Options.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister/parentserv.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister/parentserv_ParentService.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister/sistap.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister/sistap_Options.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister/sisterserv.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister/sisterserv_SisterParentClient.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister/sisterserv_SisterService.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister/sisterserv_TicketAuthorizer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister/sisterserv_TicketPerspective.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/banana.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/banana_Banana.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/banana_Canana.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/flavors.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/flavors_Cacheable.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/flavors_Copyable.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/flavors_Referenceable.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/flavors_RemoteCache.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/flavors_RemoteCacheMethod.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/flavors_RemoteCacheObserver.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/flavors_RemoteCopy.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/flavors_Root.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/flavors_Serializable.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/flavors_ViewPoint.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/flavors_Viewable.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/jelly.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/jelly_DummySecurityOptions.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/jelly_InsecureJelly.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/jelly_Jellyable.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/jelly_SecurityOptions.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/jelly_Unjellyable.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/jelly_Unpersistable.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/jelly__Dummy.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/jelly__Jellier.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/jelly__Unjellier.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_AsReferenceable.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_AuthChallenger.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_AuthRoot.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_AuthServ.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_Broker.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_BrokerFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_CopiedFailure.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_CopyableFailure.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_Error.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_IdentityWrapper.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_Local.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_Perspective.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_ProtocolError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_RemoteMethod.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_RemoteReference.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb_Service.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb__Detacher.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb__ObjectRetrieval.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/pb__RemoteCacheDummy.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/publish.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/publish_Publishable.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/publish_RemotePublished.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/refpath.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/refpath_PathReference.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/refpath_PathReferenceAcquisitionContext.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/refpath_PathReferenceContext.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/refpath_PathReferenceContextDirectory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/refpath_PathReferenceDirectory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/refpath_PathViewContextDirectory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/refpath_PathViewDirectory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/refpath_RemotePathReference.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/sturdy.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/sturdy_PerspectiveConnector.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/gtkutil.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/gtkutil_ButtonBar.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/gtkutil_GetString.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/gtkutil_Login.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/gtkutil__TimerOuter.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/tktree.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/tktree_FileNode.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/tktree_ListboxTree.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/tktree_ListboxTreeItem.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/tktree_Node.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/tktree_TreeItem.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/tkutil.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/tkutil_CList.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/tkutil_DirectoryBrowser.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/tkutil_GenericLogin.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/tkutil_Login.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/tkutil_ProgressBar.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui/tkutil__QueryPassword.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/util.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/util_LocalAsRemote.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/util_LocalMethod.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/coil.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/coil_Options.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/ftp.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/ftp_Options.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/mail.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/mail_Options.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/manhole.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/manhole_Options.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/news.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/news_Options.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/portforward.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/portforward_Options.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/socks.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/socks_Options.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/telnet.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/telnet_Options.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/toc.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/toc_Options.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/web.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/web_Options.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/words.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap/words_Options.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/crash_test_dummy.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/crash_test_dummy_X.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/process_stdinreader.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/process_tester.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/process_twisted.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/process_twisted_Echo.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_all.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_all_TestLoader.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_banana.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_banana_BananaTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_banana_MathTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_bounce.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_bounce_BounceTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_coil.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_coil_CoilTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_coil_CustomConfig.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_coil_CustomConfigurable.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_coil_IBar.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_coil_IFoo.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_coil_MyConfig.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_coil_MyConfigurable.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_AComp.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_AdapterTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_Adept.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_BComp.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_CComp.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_Compo.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_ComponentizedTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_FooAdapterForMAA.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_IAdder.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_IAdept.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_IFoo.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_IMultiply.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_ISub.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_ITest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_ITest2.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_IntAdder.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_IntMultiplyWithAdder.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_InterfacesTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_MultiplyAndAdd.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_Sub.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_Test.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_components_Test2.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_AppForIdentityTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_AppForPerspectiveTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_AppForServiceTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_AuthorizerTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_ForeignObject.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_FunctionsTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_IdentityForPerspectiveTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_IdentityTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_PerspectiveForIdentityTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_PerspectiveTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_ServiceForIdentityTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_ServiceForPerspectiveTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_ServiceTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_cred_Stubby.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_defer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_defer_DeferredTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_delay.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_delay_DelayedTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_delay_Looper.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_dirdbm.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_dirdbm_DirDbmTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_dirdbm_ShelfTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_dns.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_dns_RountripDNSTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_explorer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_explorer_FIXME_Watch.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_explorer_MiddleMan.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_explorer_SetattrDohickey.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_explorer_SomeDohickey.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_explorer_TestBrowseFunction.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_explorer_TestBrowser.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_explorer_Watcher.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_failure.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_failure_FailureTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_ftp.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_ftp_FTPClientTests.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_ftp_FTPFileListingTests.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_ftp_FTPPassiveClientTests.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_ftp_FTPTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_hook.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_hook_BaseClass.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_hook_HookTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_hook_SubClass.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_http.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_http_ChunkingTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_http_DateTimeTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_http_DummyHTTPHandler.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_http_HTTP0_9TestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_http_HTTP1_0TestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_http_HTTP1_1TestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_http_HTTP1_1_close_TestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_http_HTTPLoopbackTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_http_LoopbackHTTPClient.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_http_OrderedDict.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_http_PRequest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_http_PersistenceTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_import.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_import_AtLeastImportTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_internet.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_internet_Counter.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_internet_InterfaceTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_internet_MyFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_internet_MyProtocol.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_internet_Order.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_internet_ProtocolTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_internet_ThreadOrder.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_internet_callFromThreadTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_irc.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_irc_CTCPTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_irc_IRCClientWithoutLogin.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_irc_QuotingTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_irc_StringIOWithoutClosing.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_jelly.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_jelly_A.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_jelly_B.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_jelly_C.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_jelly_JellyTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_jelly_SimpleJellyTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_logfile.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_logfile_LogFileTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_manhole.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_manhole_DummyApp.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_manhole_DummyManholeClient.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_manhole_ManholeTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_mvc.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_mvc_MVCTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_mvc_MyController.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_mvc_MyModel.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_mvc_MyView.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_names.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_names_DNSFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_names_LookupDNSTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_names_ServerDNSTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_nntp.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_nntp_NNTPTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_nntp_TestNNTPClient.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_observable.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_observable_DummyEvent.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_observable_PublisherTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_observable_SubscriberTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_BadCopySet.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_BadCopyable.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_BrokerTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_DeferredRemote.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_DisconnectionTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_DumbPub.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_DumbPublishable.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_Dummy.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_DummyPerspective.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_DummyService.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_GetPublisher.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_IOPump.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_LocalRemoteTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_NestedCache.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_NestedComplicatedCache.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_NestedCopy.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_NestedRemote.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_Observable.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_Observer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_RatherBaroqueCache.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_SimpleCache.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_SimpleCopy.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_SimpleFactoryCopy.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_SimpleLocalCache.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_SimpleLocalCopy.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_SimpleRemote.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_SpreadUtilTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pb_VeryVeryComplicatedCacheable.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pbfailure.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pbfailure_DieError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pbfailure_FailError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pbfailure_PBFailureTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pbfailure_PoopError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pbfailure_SimplePerspective.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pbfailure_SimpleService.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pbfailure_TimeoutError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_persisted.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_persisted_A.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_persisted_AOTTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_persisted_B.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_persisted_EphemeralTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_persisted_EvilSourceror.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_persisted_MarmaladeTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_persisted_Marmaladeable.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_persisted_MyEphemeral.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_persisted_NonDictState.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_persisted_Pickleable.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_persisted_PicklingTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_persisted_VersionTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pop3.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pop3_AnotherPOP3TestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pop3_DummyDomain.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pop3_DummyMailbox.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pop3_DummyPOP3.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pop3_ListMailbox.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pop3_MyPOP3Downloader.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pop3_MyVirtualPOP3.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_pop3_POP3TestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_process.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_process_Accumulator.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_process_PosixProcessTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_process_ProcessTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_process_TestProcessProtocol.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_process_Win32ProcessTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_protocols.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_protocols_LineReceiverTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_protocols_LineTester.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_protocols_NetstringReceiverTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_protocols_StringIOWithoutClosing.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_protocols_TestNetstring.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_protocols_TestSafeNetstring.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_protocols_WireTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_rebuild.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_rebuild_RebuildTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_reflect.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_reflect_AccessorTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_reflect_LookupsTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_reflect_PromiseTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_reflect_ResolverTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_reflect_SettableTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_roots.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_roots_RootsTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_sister.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_sister_MeterMaid.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_sister_TwistedSisterTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_smtp.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_smtp_AnotherSMTPTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_smtp_DummyDomain.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_smtp_DummyMessage.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_smtp_DummySMTP.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_smtp_DummySMTPMessage.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_smtp_FakeSMTPServer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_smtp_LoopbackSMTPTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_smtp_MySMTPClient.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_smtp_SMTPClientTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_smtp_SMTPTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_tcp.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_tcp_ClosingFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_tcp_ClosingProtocol.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_tcp_FactoryTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_tcp_LoopbackTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_tcp_StartStopFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_tendril.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_tendril_DummyGroup.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_tendril_DummyPerspective.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_tendril_DummyService.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_tendril_NoOpper.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_tendril_StringIOWithoutClosing.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_tendril_TendrilTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_text.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_text_WrapTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_threadpool.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_threadpool_Counter.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_threadpool_ThreadPoolTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_threads.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_threads_Counter.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_threads_ThreadsTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_timeoutqueue.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_timeoutqueue_TimeoutQueueTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_toc.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_toc_DummyTOC.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_toc_StringIOWithoutClosing.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_toc_TOCGeneralTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_toc_TOCMultiPacketTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_toc_TOCPrivacyTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_toc_TOCSavedValuesTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_usage.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_usage_HelpStringTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_usage_ParseCorrectnessTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_usage_WellBehaved.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_util.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_util_UtilTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_web.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_web_DeferredWidget.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_web_DummyRequest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_web_GuardTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_web_MultiDeferredWidget.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_web_SimpleResource.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_web_SimpleWidget.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_web_SiteTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_web_TextDeferred.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_web_WidgetTest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_words.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/test_words_WordsTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/testutils.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/testutils_IOPump.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/threading_latency.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test/threading_latency_LatencyTestCase.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/distrib.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/distrib_Issue.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/distrib_Request.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/distrib_ResourcePublisher.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/distrib_ResourceSubscription.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/distrib_UserDirectory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/distrib__ReferenceableProducerWrapper.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domhandlers.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domhandlers_Anything.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domhandlers_Float.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domhandlers_InputHandler.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domhandlers_Integer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domhandlers_List.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domhandlers_NewObject.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domhandlers_SingleValue.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domtemplate.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domtemplate_DOMController.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domtemplate_DOMTemplate.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domtemplate_DefaultHandler.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domtemplate_DefaultWidget.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domtemplate_MethodLookup.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Anchor.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Bold.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Br.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Button.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Cell.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_CheckBox.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_ColumnList.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Div.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Error.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_File.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Hidden.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Image.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Input.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_InputText.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_List.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Option.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_RadioButton.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Row.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Select.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Span.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Table.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Text.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/domwidgets_Widget.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/error.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/error_Error.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/error_ErrorPage.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/error_NoResource.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/guard.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/guard_AuthForm.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/guard_AuthPage.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/guard_ResourceGuard.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/guard_WidgetGuard.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/guard__Detacher.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/html.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/proxy.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/proxy_Proxy.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/proxy_ProxyClient.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/proxy_ProxyRequest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/proxy_ReverseProxy.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/proxy_ReverseProxyRequest.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/proxy_ReverseProxyResource.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/resource.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/resource_IResource.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/resource_Resource.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/script.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/script_PythonScript.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/script_SimpleErrorPage.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/server.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/server_Request.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/server_Session.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/server_Site.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/server_UnsupportedMethod.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/server__RemoteProducerWrapper.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/static.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/static_Data.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/static_DirectoryListing.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/static_File.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/static_FileTransfer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/static_Redirect.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/test.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/test_FunkyForm.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/test_Test.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/trp.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/twcgi.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/twcgi_CGIDirectory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/twcgi_CGIProcessProtocol.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/twcgi_CGIScript.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/twcgi_FilteredScript.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/twcgi_PHP3Script.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/twcgi_PHPScript.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/vhost.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/vhost_NameVirtualHost.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/vhost_VirtualHostCollection.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_Container.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_DataWidget.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_Form.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_FormInputError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_Gadget.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_Page.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_Presentation.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_Reloader.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_RenderSession.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_Sidebar.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_StreamWidget.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_Time.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_TitleBox.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_Widget.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_WidgetMixin.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_WidgetPage.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets_WidgetResource.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/widgets__RequestDeferral.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/xmlrpc.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/xmlrpc_NoSuchFunction.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/xmlrpc_Result.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web/xmlrpc_XMLRPC.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ircservice.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ircservice_IRCChatter.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ircservice_IRCGateway.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/service.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/service_Group.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/service_NotInCollectionError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/service_NotInGroupError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/service_Participant.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/service_Service.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/service_UserNonexistantError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/service_WordsClientInterface.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/service_WordsError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/service_WrongStatusError.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/tendril.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/tendril_ProxiedParticipant.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/tendril_TendrilClient.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/tendril_TendrilFactory.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gateway.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gateway_Gateway.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gateways/__init__.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gateways/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gateways/irc.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gateways/irc_IRCGateway.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gateways/toc.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gateways/toc_TOCGateway.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gateways/words.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gateways/words_WordsGateway.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gateways/words_makeConnection.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim_AccountManager.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim_AddAccount.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim_AddContact.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim_ContactList.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim_Conversation.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim_DummyAOLPanel.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim_DummyIRCPanel.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim_DummyTRPanel.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim_Group.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim_GroupSession.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim_JoinGroup.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim_MessageSent.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gtkim__AccountInstantiator.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/im.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/im_Account.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/im_ContactList.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/im_Conversation.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/im_GroupSession.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/im_InstanceMessenger.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/im_InstanceMessengerGUI.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/index.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_AccountManager.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_AddAccount.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_AddContact.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_AskSendFile.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_ChooseGateway.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_ContactList.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_Conversation.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_ErrorWindow.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_FileTransfer.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_GatewayNode.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_GroupSession.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_JoinGroup.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_ModifyAccount.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_StartConversation.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_StatusNode.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tkim_UserNode.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/tktoc.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/webwords.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/webwords_AccountCreationWidget.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/webwords_Page.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/webwords_ParticipantInfoWidget.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/webwords_ParticipantListWidget.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/webwords_WebWordsAdminSite.py.html
+%%PORTDOCS%%share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/webwords_WordsGadget.py.html
%%PORTDOCS%%share/doc/twisted/api/index.html
%%PORTDOCS%%share/doc/twisted/howto/basics.html
+%%PORTDOCS%%share/doc/twisted/howto/basics.xhtml
%%PORTDOCS%%share/doc/twisted/howto/book.html
+%%PORTDOCS%%share/doc/twisted/howto/book.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/choosing-reactor.html
+%%PORTDOCS%%share/doc/twisted/howto/choosing-reactor.xhtml
%%PORTDOCS%%share/doc/twisted/howto/coding-standard.html
+%%PORTDOCS%%share/doc/twisted/howto/coding-standard.xhtml
%%PORTDOCS%%share/doc/twisted/howto/defer.html
+%%PORTDOCS%%share/doc/twisted/howto/defer.xhtml
%%PORTDOCS%%share/doc/twisted/howto/doc-standard.html
+%%PORTDOCS%%share/doc/twisted/howto/doc-standard.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/domtemplate.html
+%%PORTDOCS%%share/doc/twisted/howto/domtemplate.xhtml
%%PORTDOCS%%share/doc/twisted/howto/enterprise.html
+%%PORTDOCS%%share/doc/twisted/howto/enterprise.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/howto.tidyrc
%%PORTDOCS%%share/doc/twisted/howto/index.html
+%%PORTDOCS%%share/doc/twisted/howto/index.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/installing-twisted.html
+%%PORTDOCS%%share/doc/twisted/howto/installing-twisted.xhtml
%%PORTDOCS%%share/doc/twisted/howto/ipc10errata.html
+%%PORTDOCS%%share/doc/twisted/howto/ipc10errata.xhtml
%%PORTDOCS%%share/doc/twisted/howto/ipc10paper.html
+%%PORTDOCS%%share/doc/twisted/howto/ipc10paper.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/WebQuotes.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/__init__.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/plugins.tml
+%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/quoteproto.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/quoters.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/quotes.txt
+%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/quotetap.py
+%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/webquote.rpy
+%%PORTDOCS%%share/doc/twisted/howto/listings/TwistedQuotes/webquoteresource.py
%%PORTDOCS%%share/doc/twisted/howto/manhole.html
+%%PORTDOCS%%share/doc/twisted/howto/manhole.xhtml
%%PORTDOCS%%share/doc/twisted/howto/one-point-oh.html
+%%PORTDOCS%%share/doc/twisted/howto/one-point-oh.xhtml
%%PORTDOCS%%share/doc/twisted/howto/options.html
+%%PORTDOCS%%share/doc/twisted/howto/options.xhtml
%%PORTDOCS%%share/doc/twisted/howto/overview.html
+%%PORTDOCS%%share/doc/twisted/howto/overview.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/plugin.html
+%%PORTDOCS%%share/doc/twisted/howto/plugin.xhtml
%%PORTDOCS%%share/doc/twisted/howto/register.html
+%%PORTDOCS%%share/doc/twisted/howto/register.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/roadmap.html
+%%PORTDOCS%%share/doc/twisted/howto/roadmap.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/row.html
+%%PORTDOCS%%share/doc/twisted/howto/row.xhtml
%%PORTDOCS%%share/doc/twisted/howto/servers.html
+%%PORTDOCS%%share/doc/twisted/howto/servers.xhtml
%%PORTDOCS%%share/doc/twisted/howto/stylesheet.css
%%PORTDOCS%%share/doc/twisted/howto/template.tpl
+%%PORTDOCS%%share/doc/twisted/howto/test-standard.html
+%%PORTDOCS%%share/doc/twisted/howto/test-standard.xhtml
%%PORTDOCS%%share/doc/twisted/howto/threading.html
+%%PORTDOCS%%share/doc/twisted/howto/threading.xhtml
%%PORTDOCS%%share/doc/twisted/howto/time.html
+%%PORTDOCS%%share/doc/twisted/howto/time.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/using-twistedweb.html
+%%PORTDOCS%%share/doc/twisted/howto/using-twistedweb.xhtml
%%PORTDOCS%%share/doc/twisted/howto/vision.html
+%%PORTDOCS%%share/doc/twisted/howto/vision.xhtml
%%PORTDOCS%%share/doc/twisted/howto/web-overview.html
+%%PORTDOCS%%share/doc/twisted/howto/web-overview.xhtml
+%%PORTDOCS%%share/doc/twisted/howto/webmvc.html
+%%PORTDOCS%%share/doc/twisted/howto/webmvc.xhtml
%%PORTDOCS%%share/doc/twisted/howto/widgets.html
+%%PORTDOCS%%share/doc/twisted/howto/widgets.xhtml
%%PORTDOCS%%share/doc/twisted/img/TwistedLogo.bmp
+%%PORTDOCS%%share/doc/twisted/img/deferred-attach.dia
+%%PORTDOCS%%share/doc/twisted/img/deferred-attach.png
+%%PORTDOCS%%share/doc/twisted/img/deferred-process.dia
+%%PORTDOCS%%share/doc/twisted/img/deferred-process.png
+%%PORTDOCS%%share/doc/twisted/img/deferred.dia
+%%PORTDOCS%%share/doc/twisted/img/deferred.png
%%PORTDOCS%%share/doc/twisted/img/twisted-overview.png
%%PORTDOCS%%share/doc/twisted/img/web-overview.dia
%%PORTDOCS%%share/doc/twisted/img/web-overview.png
%%PORTDOCS%%share/doc/twisted/img/web-widgets.dia
%%PORTDOCS%%share/doc/twisted/img/web-widgets.png
+%%PORTDOCS%%share/doc/twisted/legal/contributor-agreement.html
+%%PORTDOCS%%share/doc/twisted/specifications/banana.html
%%PORTDOCS%%share/examples/twisted/scripts/bugs.tac
%%PORTDOCS%%share/examples/twisted/scripts/dbauth.tac
%%PORTDOCS%%share/examples/twisted/scripts/dnstest.py
@@ -1285,7 +1411,9 @@
%%PORTDOCS%%share/examples/twisted/scripts/echoserv_threaded.py
%%PORTDOCS%%share/examples/twisted/scripts/forum.tac
%%PORTDOCS%%share/examples/twisted/scripts/ftpclient.py
+%%PORTDOCS%%share/examples/twisted/scripts/ircLogBot.py
%%PORTDOCS%%share/examples/twisted/scripts/metrics.tac
+%%PORTDOCS%%share/examples/twisted/scripts/mouse.py
%%PORTDOCS%%share/examples/twisted/scripts/pbbenchclient.py
%%PORTDOCS%%share/examples/twisted/scripts/pbbenchserver.py
%%PORTDOCS%%share/examples/twisted/scripts/pbecho.py
@@ -1296,6 +1424,7 @@
%%PORTDOCS%%share/examples/twisted/scripts/pbsimpleclient.py
%%PORTDOCS%%share/examples/twisted/scripts/pbweb.py
%%PORTDOCS%%share/examples/twisted/scripts/proxy.py
+%%PORTDOCS%%share/examples/twisted/scripts/qtdemo.py
%%PORTDOCS%%share/examples/twisted/scripts/regserver-schema.sql
%%PORTDOCS%%share/examples/twisted/scripts/regserver.py
%%PORTDOCS%%share/examples/twisted/scripts/rotatinglog.py
@@ -1309,7 +1438,7 @@
%%PORTDOCS%%share/examples/twisted/static/five.cgi
%%PORTDOCS%%share/examples/twisted/static/index.html
%%PORTDOCS%%share/examples/twisted/static/test.cgi
-%%PORTDOCS%%share/examples/twisted/static/test.epy
+%%PORTDOCS%%share/examples/twisted/static/test.rpy
bin/coil
bin/im
bin/manhole
@@ -1343,12 +1472,12 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/manhole.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/names.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/names.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/names.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/portforward.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/portforward.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/portforward.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/socks.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/socks.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/socks.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/stupidproxy.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/stupidproxy.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/stupidproxy.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/telnet.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/telnet.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/coil/plugins/telnet.pyo
@@ -1406,22 +1535,37 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/enterprise/row.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/__init__.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/__init__.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/__init__.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/im/account.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/im/account.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/im/account.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/im/chat.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/im/chat.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/im/chat.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/basesupport.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/basesupport.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/basesupport.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/gtkaccount.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/gtkaccount.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/gtkaccount.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/gtkchat.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/gtkchat.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/gtkchat.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/gtkcommon.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/gtkcommon.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/gtkcommon.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/instancemessenger.glade
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/ircsupport.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/ircsupport.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/ircsupport.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/jyaccount.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/jyaccount.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/jyaccount.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/locals.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/locals.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/locals.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/pbsupport.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/pbsupport.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/pbsupport.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/proxyui.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/proxyui.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/proxyui.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/tap.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/tap.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/im/tap.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/tocsupport.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/tocsupport.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/im/tocsupport.pyo
@@ -1434,30 +1578,52 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/abstract.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/app.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/app.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/app.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/ingtkernet.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/ingtkernet.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/ingtkernet.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/base.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/base.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/base.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/cReactor.so
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/default.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/default.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/default.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/defer.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/defer.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/defer.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/fdesc.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/fdesc.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/fdesc.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/gtkreactor.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/gtkreactor.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/gtkreactor.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/interfaces.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/interfaces.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/interfaces.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/jnternet.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/jnternet.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/jnternet.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/javareactor.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/javareactor.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/javareactor.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/main.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/main.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/main.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/passport.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/passport.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/passport.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/poll.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/poll.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/poll.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/pollreactor.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/pollreactor.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/pollreactor.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/process.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/process.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/process.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/qternet.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/qternet.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/qternet.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/protocol.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/protocol.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/protocol.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/qtreactor.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/qtreactor.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/qtreactor.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/qtsupport.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/qtsupport.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/qtsupport.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/reactor.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/reactor.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/reactor.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/ssl.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/ssl.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/ssl.pyo
@@ -1473,30 +1639,30 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/task.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/tcp.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/tcp.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/tcp.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/threads.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/threads.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/threads.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/threadtask.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/threadtask.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/threadtask.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/tkinternet.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/tkinternet.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/tkinternet.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/tksupport.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/tksupport.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/tksupport.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/udp.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/udp.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/udp.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/win32.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/win32.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/win32.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/wxinternet.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/wxinternet.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/wxinternet.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/lumberjack/__init__.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/lumberjack/__init__.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/lumberjack/__init__.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/lumberjack/logfile.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/lumberjack/logfile.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/lumberjack/logfile.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/win32eventreactor.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/win32eventreactor.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/win32eventreactor.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/wxsupport.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/wxsupport.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/internet/wxsupport.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/__init__.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/__init__.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/__init__.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/bounce.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/bounce.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/bounce.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/mail.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/mail.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/mail.pyo
@@ -1506,6 +1672,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/maildir.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/pb.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/pb.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/pb.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/protocols.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/protocols.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/protocols.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/relay.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/relay.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/mail/relay.pyo
@@ -1521,12 +1690,18 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/manhole/explorer.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/manhole/service.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/manhole/service.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/manhole/service.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/manhole/telnet.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/manhole/telnet.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/manhole/telnet.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/manhole/ui/__init__.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/manhole/ui/__init__.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/manhole/ui/__init__.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/manhole/ui/gtkmanhole.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/manhole/ui/gtkmanhole.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/manhole/ui/gtkmanhole.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/manhole/ui/pywidgets.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/manhole/ui/pywidgets.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/manhole/ui/pywidgets.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/manhole/ui/spelunk_gnome.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/manhole/ui/spelunk_gnome.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/manhole/ui/spelunk_gnome.pyo
@@ -1545,12 +1720,30 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/names/native.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/names/resolve.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/names/resolve.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/names/resolve.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/news/__init__.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/news/__init__.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/news/__init__.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/news/database.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/news/database.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/news/database.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/news/news.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/news/news.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/news/news.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/__init__.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/__init__.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/__init__.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/aot.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/aot.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/aot.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/crefutil.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/crefutil.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/crefutil.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/dirdbm.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/dirdbm.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/dirdbm.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/marmalade.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/marmalade.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/marmalade.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/styles.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/styles.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted/styles.pyo
@@ -1576,15 +1769,6 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/http.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/irc.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/irc.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/irc.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/ldap/__init__.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/ldap/__init__.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/ldap/__init__.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/ldap/ldapclient.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/ldap/ldapclient.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/ldap/ldapclient.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/ldap/ldaperrors.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/ldap/ldaperrors.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/ldap/ldaperrors.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/loopback.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/loopback.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/loopback.pyo
@@ -1597,15 +1781,12 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/oscar.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/pop3.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/pop3.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/pop3.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/portforward.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/portforward.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/portforward.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/protocol.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/protocol.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/protocol.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/pureber.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/pureber.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/pureber.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/pureldap.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/pureldap.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/pureldap.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/smtp.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/smtp.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/smtp.pyo
@@ -1633,6 +1814,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/python/defer.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/delay.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/delay.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/delay.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/python/domhelpers.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/python/domhelpers.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/python/domhelpers.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/failure.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/failure.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/failure.pyo
@@ -1642,9 +1826,15 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/python/hook.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/log.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/log.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/log.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/python/logfile.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/python/logfile.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/python/logfile.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/mutablestring.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/mutablestring.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/mutablestring.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/python/mvc.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/python/mvc.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/python/mvc.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/observable.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/observable.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/python/observable.pyo
@@ -1721,6 +1911,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/spread/publish.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/spread/refpath.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/spread/refpath.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/spread/refpath.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/spread/sturdy.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/spread/sturdy.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/spread/sturdy.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/spread/ui/__init__.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/spread/ui/__init__.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/spread/ui/__init__.pyo
@@ -1754,12 +1947,12 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/manhole.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/news.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/news.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/news.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/portforward.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/portforward.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/portforward.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/socks.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/socks.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/socks.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/stupid.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/stupid.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/stupid.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/telnet.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/telnet.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/tap/telnet.pyo
@@ -1781,12 +1974,21 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/test/crash_test_dummy.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/process_stdinreader.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/process_stdinreader.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/process_stdinreader.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/process_tester.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/process_tester.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/process_tester.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/process_twisted.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/process_twisted.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/process_twisted.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_all.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_all.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_all.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_banana.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_banana.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_banana.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_bounce.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_bounce.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_bounce.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_coil.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_coil.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_coil.pyo
@@ -1814,6 +2016,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_explorer.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_failure.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_failure.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_failure.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_ftp.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_ftp.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_ftp.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_hook.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_hook.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_hook.pyo
@@ -1823,18 +2028,24 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_http.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_import.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_import.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_import.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_internet.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_internet.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_internet.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_irc.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_irc.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_irc.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_jelly.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_jelly.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_jelly.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_lumberjack.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_lumberjack.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_lumberjack.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_logfile.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_logfile.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_logfile.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_manhole.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_manhole.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_manhole.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_mvc.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_mvc.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_mvc.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_names.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_names.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_names.pyo
@@ -1847,6 +2058,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_observable.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_pb.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_pb.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_pb.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_pbfailure.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_pbfailure.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_pbfailure.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_persisted.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_persisted.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_persisted.pyo
@@ -1859,9 +2073,6 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_process.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_protocols.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_protocols.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_protocols.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_pureber.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_pureber.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_pureber.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_rebuild.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_rebuild.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_rebuild.pyo
@@ -1871,12 +2082,15 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_reflect.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_roots.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_roots.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_roots.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_sister.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_sister.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_sister.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_smtp.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_smtp.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_smtp.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_task.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_task.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_task.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_tcp.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_tcp.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_tcp.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_tendril.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_tendril.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_tendril.pyo
@@ -1886,6 +2100,9 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_text.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_threadpool.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_threadpool.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_threadpool.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_threads.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_threads.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_threads.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_timeoutqueue.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_timeoutqueue.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_timeoutqueue.pyo
@@ -1907,15 +2124,24 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/test/test_words.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/testutils.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/testutils.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/test/testutils.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/threading_latency.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/threading_latency.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/test/threading_latency.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/__init__.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/__init__.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/__init__.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/distrib.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/distrib.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/distrib.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/web/domhandlers.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/web/domhandlers.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/web/domhandlers.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/domtemplate.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/domtemplate.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/domtemplate.pyo
+lib/%%PYTHON_VERSION%%/site-packages/twisted/web/domwidgets.py
+lib/%%PYTHON_VERSION%%/site-packages/twisted/web/domwidgets.pyc
+lib/%%PYTHON_VERSION%%/site-packages/twisted/web/domwidgets.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/error.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/error.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/error.pyo
@@ -1952,12 +2178,6 @@ lib/%%PYTHON_VERSION%%/site-packages/twisted/web/twcgi.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/vhost.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/vhost.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/vhost.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/web/webcred.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/web/webcred.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/web/webcred.pyo
-lib/%%PYTHON_VERSION%%/site-packages/twisted/web/webpassport.py
-lib/%%PYTHON_VERSION%%/site-packages/twisted/web/webpassport.pyc
-lib/%%PYTHON_VERSION%%/site-packages/twisted/web/webpassport.pyo
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/widgets.py
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/widgets.pyc
lib/%%PYTHON_VERSION%%/site-packages/twisted/web/widgets.pyo
@@ -2023,14 +2243,13 @@ share/twisted/admin/runtests
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/spread
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/scripts
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/python
-@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols/ldap
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/protocols
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/persisted
+@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/news
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/names
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/manhole/ui
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/manhole
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/mail
-@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/lumberjack
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/internet
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/im
@dirrm lib/%%PYTHON_VERSION%%/site-packages/twisted/enterprise
@@ -2041,39 +2260,41 @@ share/twisted/admin/runtests
%%PORTDOCS%%@dirrm share/examples/twisted/static
%%PORTDOCS%%@dirrm share/examples/twisted/scripts
%%PORTDOCS%%@dirrm share/examples/twisted
+%%PORTDOCS%%@dirrm share/doc/twisted/specifications
+%%PORTDOCS%%@dirrm share/doc/twisted/legal
%%PORTDOCS%%@dirrm share/doc/twisted/img
+%%PORTDOCS%%@dirrm share/doc/twisted/howto/listings/TwistedQuotes
+%%PORTDOCS%%@dirrm share/doc/twisted/howto/listings
%%PORTDOCS%%@dirrm share/doc/twisted/howto
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui/gateways
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/words/ui
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/words
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/web
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/test/interactive
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/test
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/tap
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/spread/ui
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/spread
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/scripts
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/python
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/protocols/ldap
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/protocols
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/persisted
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/news
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/names
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/metrics
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/manhole/ui
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/manhole
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/mail
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/lumberjack
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/internet
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/im
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/forum
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/enterprise
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/cred
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/coil/plugins
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted/coil
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/twisted
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/sandbox
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4/pyunit
-%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-0.17.4
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui/gateways
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words/ui
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/words
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/web
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/test
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/tap
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread/ui
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/spread
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/sister
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/scripts
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/python
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols/mice
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/protocols
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/persisted
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/news
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/names
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole/ui
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/manhole
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/mail
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/internet
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/im
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/enterprise
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/cred
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil/plugins
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted/coil
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/twisted
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/sandbox
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/pyunit
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%/admin
+%%PORTDOCS%%@dirrm share/doc/twisted/api/Twisted-%%PORTVERSION%%
%%PORTDOCS%%@dirrm share/doc/twisted/api
%%PORTDOCS%%@dirrm share/doc/twisted