From owner-svn-ports-head@FreeBSD.ORG Tue Jan 22 22:38:27 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D803FB97; Tue, 22 Jan 2013 22:38:27 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id BC7B0A87; Tue, 22 Jan 2013 22:38:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0MMcR1t041478; Tue, 22 Jan 2013 22:38:27 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0MMcQoA041467; Tue, 22 Jan 2013 22:38:26 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201301222238.r0MMcQoA041467@svn.freebsd.org> From: Nicola Vitale Date: Tue, 22 Jan 2013 22:38:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310840 - in head/net: . spideroak spideroak/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 22:38:27 -0000 Author: nivit Date: Tue Jan 22 22:38:25 2013 New Revision: 310840 URL: http://svnweb.freebsd.org/changeset/ports/310840 Log: SpiderOak is a popular service for storing and syncing files online. This port installs the Linux client. WWW: http://spideroak.com/ Added: head/net/spideroak/ head/net/spideroak/Makefile (contents, props changed) head/net/spideroak/distinfo (contents, props changed) head/net/spideroak/files/ head/net/spideroak/files/patch-usr__bin__SpiderOak (contents, props changed) head/net/spideroak/files/patch-usr__share__applications__SpiderOak.desktop (contents, props changed) head/net/spideroak/pkg-descr (contents, props changed) head/net/spideroak/pkg-message (contents, props changed) head/net/spideroak/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue Jan 22 22:19:18 2013 (r310839) +++ head/net/Makefile Tue Jan 22 22:38:25 2013 (r310840) @@ -1096,6 +1096,7 @@ SUBDIR += socketbind SUBDIR += socketpipe SUBDIR += sofia-sip + SUBDIR += spideroak SUBDIR += splatd SUBDIR += spnetkit SUBDIR += spoofer Added: head/net/spideroak/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/spideroak/Makefile Tue Jan 22 22:38:25 2013 (r310840) @@ -0,0 +1,85 @@ +# Created by: Nicola Vitale +# $FreeBSD$ + +PORTNAME= spideroak +PORTVERSION= 4.8.3.10016 +#PORTREVISION= 0 +CATEGORIES= net +MASTER_SITES= http://spideroak.com/getbuild?platform=slackware&arch=${ARCH:S,amd,x86_,}&dummy=/ +PKGNAMESUFFIX= -${ARCH} +DISTNAME= ${PORTNAME}-${PORTVERSION}-${ARCH:C,amd,x86_,} + +MAINTAINER= nivit@FreeBSD.org +COMMENT= SpiderOak Client (Linux version) + +LICENSE_NAME= ToU +LICENSE_TEXT= http://spideroak.com/terms_of_use +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +FETCH_ARGS= -Fpr + +NO_BUILD= yes +NO_WRKSUBDIR= yes + +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= binary distribution +OPTIONS_DEFINE= MANPAGES +OPTIONS_DEFAULT= MANPAGES + +PLIST_SUB+= DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,} \ + LINARCH=${LINARCH} \ + ONLYI386=${ONLYI386} + +REINPLACE_ARGS= -e 's,%%PREFIX%%,${PREFIX},1' \ + -e 's,%%DATADIR%%,${DATADIR},1' \ + -i.bak + +.include + +.if ${PORT_OPTIONS:MMANPAGES} +MAN1= SpiderOak.1 +MANCOMPRESSED= yes +.endif + +USE_GNOME= desktopfileutils +USE_LINUX= yes +USE_LINUX_APPS= xorglibs +USE_PYTHON= 2.7 + +post-patch: + ${REINPLACE_CMD} ${WRKDIR}/usr/share/applications/SpiderOak.desktop \ + ${WRKDIR}/usr/bin/SpiderOak + +do-install: + cd ${WRKDIR}/etc && \ + ${COPYTREE_SHARE} . ${PREFIX}/etc/ + ${MKDIR} ${DATADIR} + cd ${WRKDIR}/opt/SpiderOak/lib && \ + ${COPYTREE_SHARE} . ${DATADIR} + ${CHMOD} ${BINMODE} ${DATADIR}/SpiderOak ${DATADIR}/inotify_dir_watcher + ${INSTALL_SCRIPT} ${WRKDIR}/usr/bin/SpiderOak ${PREFIX}/bin/SpiderOak + ${LN} -s ${PREFIX}/bin/SpiderOak ${PREFIX}/bin/spideroak + ${LOCALBASE}/bin/desktop-file-install \ + --mode=${SHAREMODE} --dir=${DESKTOPDIR} \ + --rebuild-mime-info-cache \ + ${WRKDIR}/usr/share/applications/SpiderOak.desktop +.if ${PORT_OPTIONS:MMANPAGES} + ${INSTALL_MAN} ${WRKDIR}/usr/share/man/man1/SpiderOak.1.gz ${MANPREFIX}/man/man1/ +.endif + ${INSTALL_DATA} ${WRKDIR}/usr/share/pixmaps/SpiderOak.png ${PREFIX}/share/pixmaps/ + +post-install: + -${LOCALBASE}/bin/update-desktop-database + @${CAT} ${PKGMESSAGE} + +.include + +.if ${ARCH} == "i386" +LINARCH= "i686" +ONLYI386= "" +.else +LINARCH= "x86_64" +ONLYI386= "@comment " +.endif + +.include Added: head/net/spideroak/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/spideroak/distinfo Tue Jan 22 22:38:25 2013 (r310840) @@ -0,0 +1,4 @@ +SHA256 (spideroak-4.8.3.10016-i386.tar.gz) = ec80aee0fdedf0e3ef00ee4e46d00c45a0d0dd1bbb50c600715f2da7c6353442 +SIZE (spideroak-4.8.3.10016-i386.tar.gz) = 22061783 +SHA256 (spideroak-4.8.3.10016-x86_64.tar.gz) = 00176bf95594d6fd87549a6bbeca142d3b0b6d9e783cb0f7d7ce874a1c5fe5a5 +SIZE (spideroak-4.8.3.10016-x86_64.tar.gz) = 22339614 Added: head/net/spideroak/files/patch-usr__bin__SpiderOak ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/spideroak/files/patch-usr__bin__SpiderOak Tue Jan 22 22:38:25 2013 (r310840) @@ -0,0 +1,13 @@ +--- ./usr/bin/SpiderOak.orig 2013-01-20 00:09:39.000000000 +0100 ++++ ./usr/bin/SpiderOak 2013-01-20 00:10:38.000000000 +0100 +@@ -1,8 +1,8 @@ + #!/bin/sh + +-LD_LIBRARY_PATH="/opt/SpiderOak/lib:$LD_LIBRARY_PATH" ++LD_LIBRARY_PATH="%%DATADIR%%:$LD_LIBRARY_PATH" + export LD_LIBRARY_PATH + QT_PLUGIN_PATH= ; export QT_PLUGIN_PATH + SpiderOak_EXEC_SCRIPT=$(cd `dirname $0` ; pwd)/SpiderOak + export SpiderOak_EXEC_SCRIPT +-exec "/opt/SpiderOak/lib/SpiderOak" "$@" ++exec "%%DATADIR%%/SpiderOak" "$@" Added: head/net/spideroak/files/patch-usr__share__applications__SpiderOak.desktop ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/spideroak/files/patch-usr__share__applications__SpiderOak.desktop Tue Jan 22 22:38:25 2013 (r310840) @@ -0,0 +1,16 @@ +--- ./usr/share/applications/SpiderOak.desktop.orig 2013-01-20 00:39:05.000000000 +0100 ++++ ./usr/share/applications/SpiderOak.desktop 2013-01-20 00:39:22.000000000 +0100 +@@ -1,11 +1,10 @@ + [Desktop Entry] + Version=1.0 +-Encoding=UTF-8 + Name=SpiderOak Backup + Type=Application + Comment=SpiderOak Secure Backup and File Sharing Client + Terminal=false + Categories=Network;Archiving;Utility; +-Icon=/usr/share/pixmaps/SpiderOak.png +-Exec="/usr/bin/SpiderOak" ++Icon=%%PREFIX%%/share/pixmaps/SpiderOak.png ++Exec="%%PREFIX%%/bin/SpiderOak" + Comment[en_US]=SpiderOak Secure Backup and File Sharing Client Added: head/net/spideroak/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/spideroak/pkg-descr Tue Jan 22 22:38:25 2013 (r310840) @@ -0,0 +1,4 @@ +SpiderOak is a popular service for storing and syncing files online. +This port installs the Linux client. + +WWW: http://spideroak.com/ Added: head/net/spideroak/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/spideroak/pkg-message Tue Jan 22 22:38:25 2013 (r310840) @@ -0,0 +1,20 @@ +******************************************************************************** + +You have just installed the Linux client for the SpiderOak service. + +Note that SpiderOak does not follow symbolic links when doing a backup scan, +so if you want to backup, for example, your home directory, you cannot simply +create a link under /compat/linux, but you have to use nullfs(5). +If you do not do that, you can only backup files under ~/Desktop and +~/Documents. + +Example with nullfs: + + # mkdir /usr/compat/linux/home + # mount_nullfs /usr/home /usr/compat/linux/home + +You may want to add the following line to /etc/fstab + +/usr/home /usr/compat/linux/home nullfs rw 0 0 + +******************************************************************************** Added: head/net/spideroak/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/spideroak/pkg-plist Tue Jan 22 22:38:25 2013 (r310840) @@ -0,0 +1,1977 @@ +@comment $FreeBSD$ +bin/spideroak +bin/SpiderOak +etc/dbus-1/system.d/SpiderOak.dbus.conf +etc/xdg/menus/applications-merged/SpiderOak.menu +%%DESKTOPDIR%%/SpiderOak.desktop +%%DATADIR%%/Louie-1.1-py2.7.egg/EGG-INFO/PKG-INFO +%%DATADIR%%/Louie-1.1-py2.7.egg/EGG-INFO/SOURCES.txt +%%DATADIR%%/Louie-1.1-py2.7.egg/EGG-INFO/dependency_links.txt +%%DATADIR%%/Louie-1.1-py2.7.egg/EGG-INFO/not-zip-safe +%%DATADIR%%/Louie-1.1-py2.7.egg/EGG-INFO/requires.txt +%%DATADIR%%/Louie-1.1-py2.7.egg/EGG-INFO/top_level.txt +%%DATADIR%%/Louie-1.1-py2.7.egg/louie/__init__.pyc +%%DATADIR%%/Louie-1.1-py2.7.egg/louie/dispatcher.pyc +%%DATADIR%%/Louie-1.1-py2.7.egg/louie/error.pyc +%%DATADIR%%/Louie-1.1-py2.7.egg/louie/plugin.pyc +%%DATADIR%%/Louie-1.1-py2.7.egg/louie/robustapply.pyc +%%DATADIR%%/Louie-1.1-py2.7.egg/louie/saferef.pyc +%%DATADIR%%/Louie-1.1-py2.7.egg/louie/sender.pyc +%%DATADIR%%/Louie-1.1-py2.7.egg/louie/signal.pyc +%%DATADIR%%/Louie-1.1-py2.7.egg/louie/test/__init__.pyc +%%DATADIR%%/Louie-1.1-py2.7.egg/louie/test/conftest.pyc +%%DATADIR%%/Louie-1.1-py2.7.egg/louie/test/fixture.pyc +%%DATADIR%%/Louie-1.1-py2.7.egg/louie/test/test_dispatcher.pyc +%%DATADIR%%/Louie-1.1-py2.7.egg/louie/test/test_plugin.pyc +%%DATADIR%%/Louie-1.1-py2.7.egg/louie/test/test_robustapply.pyc +%%DATADIR%%/Louie-1.1-py2.7.egg/louie/test/test_saferef.pyc +%%DATADIR%%/Louie-1.1-py2.7.egg/louie/version.pyc +%%DATADIR%%/OpenSSL.SSL.so +%%DATADIR%%/OpenSSL.crypto.so +%%DATADIR%%/OpenSSL.rand.so +%%DATADIR%%/PIL._imaging.so +%%DATADIR%%/PyQt4.Qt.so +%%DATADIR%%/PyQt4.QtCore.so +%%DATADIR%%/PyQt4.QtGui.so +%%DATADIR%%/PyQt4.QtNetwork.so +%%DATADIR%%/SpiderOak +%%DATADIR%%/SpideroakVersionMatcher-1.1-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/PKG-INFO +%%DATADIR%%/SpideroakVersionMatcher-1.1-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/SOURCES.txt +%%DATADIR%%/SpideroakVersionMatcher-1.1-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/dependency_links.txt +%%DATADIR%%/SpideroakVersionMatcher-1.1-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/native_libs.txt +%%DATADIR%%/SpideroakVersionMatcher-1.1-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/top_level.txt +%%DATADIR%%/SpideroakVersionMatcher-1.1-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/zip-safe +%%DATADIR%%/SpideroakVersionMatcher-1.1-py2.7-linux-%%LINARCH%%.egg/spideroak_version_matcher.pyc +%%DATADIR%%/SpideroakVersionMatcher-1.1-py2.7-linux-%%LINARCH%%.egg/spideroak_version_matcher.so +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/PKG-INFO +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/SOURCES.txt +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/dependency_links.txt +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/native_libs.txt +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/not-zip-safe +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/requires.txt +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/top_level.txt +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/_version.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/application/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/application/app.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/application/internet.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/application/reactors.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/application/service.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/application/strports.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/application/test/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/application/test/test_internet.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/_version.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/avatar.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/checkers.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/client/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/client/agent.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/client/connect.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/client/default.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/client/direct.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/client/knownhosts.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/client/options.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/error.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/insults/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/insults/client.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/insults/colors.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/insults/helper.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/insults/insults.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/insults/text.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/insults/window.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/interfaces.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/ls.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/manhole.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/manhole_ssh.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/manhole_tap.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/mixin.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/openssh_compat/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/openssh_compat/factory.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/openssh_compat/primes.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/recvline.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/scripts/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/scripts/cftp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/scripts/ckeygen.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/scripts/conch.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/scripts/tkconch.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/ssh/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/ssh/agent.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/ssh/channel.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/ssh/common.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/ssh/connection.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/ssh/factory.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/ssh/filetransfer.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/ssh/forwarding.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/ssh/keys.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/ssh/service.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/ssh/session.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/ssh/sexpy.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/ssh/transport.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/ssh/userauth.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/stdio.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/tap.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/telnet.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/keydata.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/test_agent.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/test_cftp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/test_channel.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/test_checkers.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/test_ckeygen.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/test_conch.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/test_connection.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/test_default.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/test_filetransfer.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/test_helper.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/test_insults.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/test_keys.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/test_knownhosts.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/test_manhole.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/test_mixin.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/test_openssh_compat.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/test_recvline.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/test_session.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/test_ssh.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/test_tap.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/test_telnet.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/test_text.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/test_transport.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/test_userauth.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test/test_window.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/topfiles/NEWS +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/topfiles/README +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/ttymodes.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/ui/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/ui/ansi.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/ui/tkvt100.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/unix.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/copyright.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/cred/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/cred/_digest.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/cred/checkers.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/cred/credentials.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/cred/error.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/cred/pamauth.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/cred/portal.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/cred/strcred.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/enterprise/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/enterprise/adbapi.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/enterprise/reflector.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/enterprise/row.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/enterprise/sqlreflector.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/enterprise/util.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/_baseprocess.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/_dumbwin32proc.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/_pollingfile.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/_posixserialport.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/_posixstdio.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/_sigchld.c +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/_sigchld.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/_sigchld.so +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/_signals.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/_sslverify.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/_threadedselect.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/_win32serialport.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/_win32stdio.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/abstract.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/address.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/base.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/cfreactor.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/default.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/defer.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/endpoints.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/epollreactor.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/error.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/fdesc.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/glib2reactor.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/gtk2reactor.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/gtkreactor.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/inotify.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/interfaces.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/iocpreactor/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/iocpreactor/abstract.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/iocpreactor/build.bat +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/iocpreactor/const.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/iocpreactor/interfaces.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/iocpreactor/iocpsupport/acceptex.pxi +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/iocpreactor/iocpsupport/connectex.pxi +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/iocpreactor/iocpsupport/iocpsupport.c +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/iocpreactor/iocpsupport/iocpsupport.pyx +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/iocpreactor/iocpsupport/winsock_pointers.c +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/iocpreactor/iocpsupport/winsock_pointers.h +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/iocpreactor/iocpsupport/wsarecv.pxi +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/iocpreactor/iocpsupport/wsasend.pxi +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/iocpreactor/notes.txt +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/iocpreactor/reactor.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/iocpreactor/setup.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/iocpreactor/tcp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/iocpreactor/udp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/kqreactor.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/main.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/pollreactor.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/posixbase.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/process.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/protocol.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/pyuisupport.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/qtreactor.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/reactor.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/selectreactor.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/serialport.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/ssl.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/stdio.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/task.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/tcp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/fake_CAs/not-a-certificate +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/fake_CAs/thing1.pem +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/fake_CAs/thing2-duplicate.pem +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/fake_CAs/thing2.pem +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/fakeendpoint.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/inlinecb_tests.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/process_helper.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/reactormixins.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/test_address.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/test_base.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/test_baseprocess.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/test_core.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/test_endpoints.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/test_fdset.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/test_gtkreactor.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/test_inlinecb.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/test_inotify.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/test_iocp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/test_main.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/test_pollingfile.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/test_posixbase.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/test_posixprocess.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/test_process.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/test_protocol.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/test_qtreactor.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/test_sigchld.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/test_tcp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/test_threads.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/test_time.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/test_tls.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/test_udp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/test_unix.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/test_win32events.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/threads.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/tksupport.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/udp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/unix.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/utils.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/win32eventreactor.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/wxreactor.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/wxsupport.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/_version.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/default.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/docbook.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/htmlbook.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/indexer.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/latex.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/lint.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/lmath.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/man2lore.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/numberer.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/process.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/scripts/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/scripts/lore.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/slides.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/template.mgp +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/test/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/test/lore_index_file_out.html +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/test/lore_index_file_out_multiple.html +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/test/lore_index_file_unnumbered_out.html +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/test/lore_index_test.xhtml +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/test/lore_index_test2.xhtml +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/test/lore_numbering_test_out.html +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/test/lore_numbering_test_out2.html +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/test/simple.html +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/test/simple3.html +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/test/simple4.html +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/test/template.tpl +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/test/test_docbook.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/test/test_latex.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/test/test_lint.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/test/test_lmath.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/test/test_lore.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/test/test_man2lore.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/test/test_slides.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/texi.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/topfiles/NEWS +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/topfiles/README +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/tree.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/xhtml-lat1.ent +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/xhtml-special.ent +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/xhtml-symbol.ent +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/xhtml1-strict.dtd +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/xhtml1-transitional.dtd +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/_version.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/alias.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/bounce.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/imap4.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/mail.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/maildir.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/pb.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/pop3.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/pop3client.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/protocols.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/relay.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/relaymanager.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/scripts/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/scripts/mailmail.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/smtp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/tap.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/test/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/test/pop3testserver.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/test/rfc822.message +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/test/test_bounce.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/test/test_imap.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/test/test_mail.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/test/test_mailmail.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/test/test_options.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/test/test_pop3.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/test/test_pop3client.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/test/test_smtp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/topfiles/NEWS +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/topfiles/README +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/manhole/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/manhole/_inspectro.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/manhole/explorer.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/manhole/gladereactor.glade +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/manhole/gladereactor.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/manhole/inspectro.glade +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/manhole/logview.glade +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/manhole/service.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/manhole/telnet.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/manhole/ui/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/manhole/ui/gtk2manhole.glade +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/manhole/ui/gtk2manhole.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/manhole/ui/test/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/manhole/ui/test/test_gtk2manhole.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/_version.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/authority.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/cache.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/client.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/common.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/dns.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/error.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/hosts.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/resolve.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/root.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/secondary.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/server.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/srvconnect.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/tap.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/test/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/test/test_cache.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/test/test_client.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/test/test_common.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/test/test_dns.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/test/test_names.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/test/test_rootresolve.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/test/test_srvconnect.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/topfiles/NEWS +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/topfiles/README +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/news/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/news/_version.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/news/database.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/news/news.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/news/nntp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/news/tap.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/news/test/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/news/test/test_database.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/news/test/test_news.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/news/test/test_nntp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/news/topfiles/NEWS +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/news/topfiles/README +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/pair/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/pair/_version.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/pair/ethernet.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/pair/ip.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/pair/raw.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/pair/rawudp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/pair/test/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/pair/test/test_ethernet.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/pair/test/test_ip.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/pair/test/test_rawudp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/pair/topfiles/NEWS +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/pair/topfiles/README +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/pair/tuntap.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/persisted/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/persisted/aot.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/persisted/crefutil.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/persisted/dirdbm.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/persisted/journal/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/persisted/journal/base.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/persisted/journal/picklelog.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/persisted/journal/rowjournal.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/persisted/sob.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/persisted/styles.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/plugin.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/plugins/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/plugins/cred_anonymous.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/plugins/cred_file.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/plugins/cred_memory.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/plugins/cred_unix.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/plugins/twisted_conch.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/plugins/twisted_ftp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/plugins/twisted_inet.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/plugins/twisted_lore.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/plugins/twisted_mail.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/plugins/twisted_manhole.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/plugins/twisted_names.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/plugins/twisted_news.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/plugins/twisted_portforward.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/plugins/twisted_qtstub.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/plugins/twisted_reactors.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/plugins/twisted_runner.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/plugins/twisted_socks.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/plugins/twisted_telnet.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/plugins/twisted_trial.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/plugins/twisted_web.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/plugins/twisted_words.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/_c_urlarg.c +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/_c_urlarg.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/_c_urlarg.so +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/amp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/basic.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/dict.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/finger.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/ftp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/gps/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/gps/nmea.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/gps/rockwell.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/htb.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/ident.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/loopback.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/memcache.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/mice/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/mice/mouseman.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/pcp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/policies.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/portforward.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/postfix.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/shoutcast.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/sip.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/socks.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/stateful.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/telnet.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/test/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/test/test_tls.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/tls.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/wire.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/_epoll.c +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/_epoll.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/_epoll.pyx +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/_epoll.so +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/_initgroups.c +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/_initgroups.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/_initgroups.so +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/_inotify.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/_release.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/_twisted_zsh_stub +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/compat.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/components.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/context.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/deprecate.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/dispatch.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/dist.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/dxprofile.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/failure.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/fakepwd.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/filepath.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/finalize.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/formmethod.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/hashlib.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/hook.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/htmlizer.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/lockfile.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/log.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/logfile.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/modules.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/monkey.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/otp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/procutils.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/randbytes.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/rebuild.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/reflect.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/release.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/roots.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/runtime.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/shortcut.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/syslog.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/test/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/test/deprecatedattributes.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/test/test_components.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/test/test_deprecate.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/test/test_dist.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/test/test_fakepwd.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/test/test_hashlib.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/test/test_htmlizer.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/test/test_inotify.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/test/test_release.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/test/test_runtime.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/test/test_syslog.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/test/test_util.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/test/test_versions.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/test/test_win32.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/test/test_zipstream.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/text.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/threadable.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/threadpool.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/urlpath.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/usage.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/util.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/versions.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/win32.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/zippath.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/zipstream.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/zsh/README +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/zsh/_cftp +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/zsh/_ckeygen +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/zsh/_conch +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/zsh/_lore +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/zsh/_manhole +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/zsh/_mktap +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/zsh/_pyhtmlizer +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/zsh/_tap2deb +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/zsh/_tap2rpm +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/zsh/_tapconvert +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/zsh/_tkconch +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/zsh/_tkmktap +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/zsh/_trial +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/zsh/_twistd +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/zsh/_websetroot +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/zshcomp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/runner/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/runner/_version.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/runner/inetd.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/runner/inetdconf.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/runner/inetdtap.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/runner/portmap.c +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/runner/portmap.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/runner/portmap.so +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/runner/procmon.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/runner/procmontap.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/runner/procutils.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/runner/test/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/runner/test/test_procmon.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/runner/test/test_procmontap.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/runner/topfiles/NEWS +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/runner/topfiles/README +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/scripts/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/scripts/_twistd_unix.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/scripts/_twistw.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/scripts/htmlizer.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/scripts/manhole.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/scripts/mktap.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/scripts/tap2deb.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/scripts/tap2rpm.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/scripts/tapconvert.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/scripts/test/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/scripts/test/test_mktap.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/scripts/test/test_tap2rpm.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/scripts/tkunzip.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/scripts/trial.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/scripts/twistd.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/spread/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/spread/banana.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/spread/flavors.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/spread/interfaces.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/spread/jelly.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/spread/pb.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/spread/publish.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/spread/refpath.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/spread/ui/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/spread/ui/gtk2util.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/spread/ui/login2.glade +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/spread/ui/tktree.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/spread/ui/tkutil.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/spread/util.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/tap/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/tap/ftp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/tap/manhole.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/tap/portforward.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/tap/socks.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/tap/telnet.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/crash_test_dummy.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/generator_failure_tests.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/iosim.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/mock_win32process.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/myrebuilder1.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/myrebuilder2.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/plugin_basic.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/plugin_extra1.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/plugin_extra2.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/process_cmdline.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/process_echoer.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/process_fds.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/process_linger.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/process_reader.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/process_signal.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/process_stdinreader.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/process_tester.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/process_tty.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/process_twisted.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/proto_helpers.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/raiser.c +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/raiser.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/raiser.pyx +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/raiser.so +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/reflect_helper_IE.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/reflect_helper_VE.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/reflect_helper_ZDE.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/server.pem +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/ssl_helpers.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/stdio_test_consumer.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/stdio_test_halfclose.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/stdio_test_hostpeer.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/stdio_test_lastwrite.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/stdio_test_loseconn.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/stdio_test_producer.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/stdio_test_write.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/stdio_test_writeseq.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_abstract.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_adbapi.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_amp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_application.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_banana.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_compat.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_context.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_cooperator.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_defer.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_defgen.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_dict.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_digestauth.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_dirdbm.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_doc.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_enterprise.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_epoll.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_error.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_explorer.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_extensions.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_factories.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_failure.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_fdesc.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_finger.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_formmethod.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_ftp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_hook.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_htb.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_ident.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_import.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_internet.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_iutils.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_jelly.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_journal.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_lockfile.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_log.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_logfile.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_loopback.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_manhole.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_memcache.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_modules.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_monkey.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_newcred.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_nmea.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_paths.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_pb.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_pbfailure.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_pcp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_persisted.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_plugin.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_policies.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_postfix.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_process.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_protocols.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_randbytes.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_rebuild.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_reflect.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_reflector.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_roots.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_shortcut.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_sip.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_sob.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_socks.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_ssl.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_sslverify.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_stateful.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_stdio.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_strcred.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_strerror.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_stringtransport.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_strports.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_task.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_tcp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_tcp_internals.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_text.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_threadable.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_threadpool.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_threads.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_timehelpers.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_tpfile.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_twistd.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_udp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_unix.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_usage.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/test_zshcomp.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/testutils.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test/time_helpers.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/topfiles/CREDITS +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/topfiles/ChangeLog.Old +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/topfiles/NEWS +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/topfiles/README +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/itrial.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/reporter.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/runner.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/detests.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/erroneous.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/mockcustomsuite.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/mockcustomsuite2.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/mockcustomsuite3.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/mockdoctest.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/moduleself.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/moduletest.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/notpython +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/novars.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/packages.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/sample.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/scripttest.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/suppression.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/test_assertions.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/test_deferred.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/test_doctest.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/test_keyboard.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/test_loader.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/test_log.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/test_output.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/test_plugins.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/test_pyunitcompat.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/test_reporter.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/test_runner.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/test_script.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/test_test_visitor.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/test_testcase.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/test_tests.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/test_util.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/test_warning.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test/weird.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/unittest.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/util.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/_auth/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/_auth/basic.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/_auth/digest.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/_auth/wrapper.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/_newclient.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/_version.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/client.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/demo.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/distrib.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/domhelpers.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/error.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/google.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/guard.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/html.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/http.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/http_headers.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/iweb.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/microdom.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/proxy.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/resource.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/rewrite.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/script.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/server.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/soap.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/static.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/sux.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/tap.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/test/__init__.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/test/_util.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/test/test_cgi.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/test/test_distrib.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/test/test_domhelpers.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/test/test_error.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/test/test_http.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/test/test_http_headers.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/test/test_httpauth.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/test/test_newclient.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/test/test_proxy.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/test/test_resource.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/test/test_script.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/test/test_soap.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/test/test_static.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/test/test_tap.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/test/test_util.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/test/test_vhost.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/test/test_web.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/test/test_webclient.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/test/test_wsgi.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/test/test_xml.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/test/test_xmlrpc.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/topfiles/NEWS +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/topfiles/README +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/twcgi.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/util.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/vhost.pyc +%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/wsgi.pyc *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***