Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2013 14:47:02 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332246 - head/net/spideroak
Message-ID:  <201310311447.r9VEl2bS028675@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nivit
Date: Thu Oct 31 14:47:02 2013
New Revision: 332246
URL: http://svnweb.freebsd.org/changeset/ports/332246

Log:
  - Update to 5.0.3
  - Remove mirror from MASTER_SITES, because license does not allow it
  - Remove installation of 64-bit distribution, because Linux emulator
    does not support it
  - Use new helpers to manage port options
  - Add support for staging.
  - Define a stage-dir target, waiting that the variable MTREE_LINUX_ARGS
    is defined somewhere in the framework (see <mk.stage.dir)
  
  Build logs:	https://redports.org/buildarchive/20131031031700-41129/

Modified:
  head/net/spideroak/Makefile
  head/net/spideroak/distinfo
  head/net/spideroak/pkg-plist   (contents, props changed)

Modified: head/net/spideroak/Makefile
==============================================================================
--- head/net/spideroak/Makefile	Thu Oct 31 14:31:30 2013	(r332245)
+++ head/net/spideroak/Makefile	Thu Oct 31 14:47:02 2013	(r332246)
@@ -2,13 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	spideroak
-PORTVERSION=	5.0.2
+PORTVERSION=	5.0.3
 #PORTREVISION=	0
 CATEGORIES=	net
-MASTER_SITES=	http://nivit.altervista.org/FreeBSD/ports/distfiles/ \
-		https://spideroak.com/getbuild?platform=slackware&arch=${ARCH:S,amd,x86_,}&dummy=/
-PKGNAMESUFFIX=	-${ARCH}
-DISTNAME=	${PORTNAME}-${PORTVERSION}-${LINARCH}-1
+MASTER_SITES=	https://spideroak.com/getbuild?platform=slackware&arch=i386&dummy=/
+DISTNAME=	${PORTNAME}-${PORTVERSION}-i686-1
 
 MAINTAINER=	nivit@FreeBSD.org
 COMMENT=	SpiderOak Client (Linux version)
@@ -26,65 +24,49 @@ ONLY_FOR_ARCHS=	amd64 i386
 ONLY_FOR_ARCHS_REASON=	binary distribution
 OPTIONS_DEFINE=	DOCS MANPAGES
 OPTIONS_DEFAULT=	MANPAGES
+OPTIONS_SUB=	MANPAGES
 
 PLIST_SUB=	DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,} \
-		LINARCH=${LINARCH} \
-		ONLYI386=${ONLYI386}
+		BINMODE=${BINMODE}
 
 REINPLACE_ARGS=	-e 's,%%PREFIX%%,${PREFIX},1' \
 		-e 's,%%DATADIR%%,${DATADIR},1' \
 		-i.bak
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MMANPAGES}
-MAN1=	SpiderOak.1
-MANCOMPRESSED=	yes
-.endif
-
 USE_LINUX=	yes
 USE_LINUX_APPS=	xorglibs
 USE_PYTHON=	2.7
 USES=	desktop-file-utils
 
+.include <bsd.port.options.mk>
+
 post-patch:
 	${REINPLACE_CMD} ${WRKDIR}/usr/share/applications/SpiderOak.desktop \
 		${WRKDIR}/usr/bin/SpiderOak
 
+# waiting to find a proper value for ${MTREE_LINUX_ARGS}...
+stage-dir:
+	@${MKDIR} ${STAGEDIR}${PREFIX}
+	@${MTREE_CMD} ${MTREE_ARGS} ${STAGEDIR}${PREFIX} > /dev/null
+
 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
+	@(cd ${WRKDIR}/etc && \
+	${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/etc/)
+	@${MKDIR} ${STAGEDIR}${DATADIR}
+	@(cd ${WRKDIR}/opt/SpiderOak/lib && \
+	${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
+	${INSTALL_SCRIPT} ${WRKDIR}/usr/bin/SpiderOak ${STAGEDIR}${PREFIX}/bin/SpiderOak
+	${LN} -sf SpiderOak ${STAGEDIR}${PREFIX}/bin/spideroak
 	${LOCALBASE}/bin/desktop-file-install \
-		--mode=${SHAREMODE} --dir=${DESKTOPDIR} \
-		--rebuild-mime-info-cache \
+		--mode=${SHAREMODE} --dir=${STAGEDIR}${DESKTOPDIR} \
 		${WRKDIR}/usr/share/applications/SpiderOak.desktop
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKDIR}/usr/share/doc/SpiderOak/globalsync-linux.pdf ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKDIR}/usr/share/doc/SpiderOak/globalsync-linux.pdf ${STAGEDIR}${DOCSDIR}
 .endif
 .if ${PORT_OPTIONS:MMANPAGES}
-	${INSTALL_MAN} ${WRKDIR}/usr/share/man/man1/SpiderOak.1.gz ${MANPREFIX}/man/man1/
-.endif
-	${INSTALL_DATA} ${WRKDIR}/usr/share/pixmaps/*.png ${PREFIX}/share/pixmaps/
-
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "i386"
-LINARCH=	i686
-ONLYI386=	""
-.else
-LINARCH=	x86_64
-ONLYI386=	"@comment "
+	${INSTALL_MAN} ${WRKDIR}/usr/share/man/man1/SpiderOak.1.gz ${STAGEDIR}${MANPREFIX}/man/man1/
 .endif
+	${INSTALL_DATA} ${WRKDIR}/usr/share/pixmaps/*.png ${STAGEDIR}${PREFIX}/share/pixmaps/
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net/spideroak/distinfo
==============================================================================
--- head/net/spideroak/distinfo	Thu Oct 31 14:31:30 2013	(r332245)
+++ head/net/spideroak/distinfo	Thu Oct 31 14:47:02 2013	(r332246)
@@ -1,4 +1,2 @@
-SHA256 (spideroak-5.0.2-i686-1.tar.gz) = c3454177dbe31316e603b257ac7132013beb175898af8b8c276f09cff3db5759
-SIZE (spideroak-5.0.2-i686-1.tar.gz) = 24901351
-SHA256 (spideroak-5.0.2-x86_64-1.tar.gz) = b11682d5d1b301670f0574ce0041a9ae668a290ad3ded23a8dae9012f0ea6ea6
-SIZE (spideroak-5.0.2-x86_64-1.tar.gz) = 25217347
+SHA256 (spideroak-5.0.3-i686-1.tar.gz) = ae6648c66f6cf96b7b7f5d0f8964f762b5ba839ad968f0d517026178d715aa81
+SIZE (spideroak-5.0.3-i686-1.tar.gz) = 24911839

Modified: head/net/spideroak/pkg-plist
==============================================================================
--- head/net/spideroak/pkg-plist	Thu Oct 31 14:31:30 2013	(r332245)
+++ head/net/spideroak/pkg-plist	Thu Oct 31 14:47:02 2013	(r332246)
@@ -1,102 +1,106 @@
-@comment $FreeBSD$
 bin/SpiderOak
 bin/spideroak
 etc/dbus-1/system.d/SpiderOak.dbus.conf
+@comment @unexec rm -f %%LINUXBASE%%/var/lib/dbus/machine-id
+@comment @exec %%LOCALBASE%%/bin/dbus-uuidgen --ensure=%%LINUXBASE%%/var/lib/dbus/machine-id
 etc/xdg/menus/applications-merged/SpiderOak.menu
+%%MANPAGES%%man/man1/SpiderOak.1.gz
 %%DESKTOPDIR%%/SpiderOak.desktop
 %%PORTDOCS%%%%DOCSDIR%%/globalsync-linux.pdf
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/BTreeItemsTemplate.c
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/BTreeModuleTemplate.c
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/BTreeTemplate.c
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/BucketTemplate.c
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/Development.txt
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/IFBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/IIBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/IOBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/Interfaces.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/LFBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/LLBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/LOBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/Length.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/MergeTemplate.c
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/OIBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/OLBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/OOBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/SetOpTemplate.c
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/SetTemplate.c
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/TreeSetTemplate.c
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_IFBTree.c
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_IFBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_IFBTree.so
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_IIBTree.c
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_IIBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_IIBTree.so
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_IOBTree.c
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_IOBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_IOBTree.so
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_LFBTree.c
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_LFBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_LFBTree.so
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_LLBTree.c
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_LLBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_LLBTree.so
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_LOBTree.c
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_LOBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_LOBTree.so
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_OIBTree.c
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_OIBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_OIBTree.so
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_OLBTree.c
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_OLBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_OLBTree.so
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_OOBTree.c
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_OOBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_OOBTree.so
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/__init__.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_base.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_compat.h
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_compat.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_fsBTree.c
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_fsBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/_fsBTree.so
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/check.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/coverage.xml
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/floatvaluemacros.h
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/fsBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/intkeymacros.h
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/intvaluemacros.h
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/objectkeymacros.h
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/objectvaluemacros.h
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/sorters.c
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/tests/__init__.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/tests/common.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/tests/testBTrees.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/tests/testBTreesUnicode.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/tests/testConflict.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/tests/test_IFBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/tests/test_IIBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/tests/test_IOBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/tests/test_LFBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/tests/test_LLBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/tests/test_LOBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/tests/test_Length.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/tests/test_OIBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/tests/test_OLBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/tests/test_OOBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/tests/test__base.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/tests/test_btreesubclass.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/tests/test_check.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/tests/test_fsBTree.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/tests/test_utils.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/utils.pyc
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/PKG-INFO
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/SOURCES.txt
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/dependency_links.txt
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/entry_points.txt
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/native_libs.txt
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/not-zip-safe
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/requires.txt
-%%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/top_level.txt
+share/pixmaps/SpiderOak.png
+share/pixmaps/SpiderOakGlobalSync.png
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/BTreeItemsTemplate.c
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/BTreeModuleTemplate.c
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/BTreeTemplate.c
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/BucketTemplate.c
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/Development.txt
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/IFBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/IIBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/IOBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/Interfaces.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/LFBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/LLBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/LOBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/Length.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/MergeTemplate.c
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/OIBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/OLBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/OOBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/SetOpTemplate.c
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/SetTemplate.c
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/TreeSetTemplate.c
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_IFBTree.c
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_IFBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_IFBTree.so
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_IIBTree.c
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_IIBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_IIBTree.so
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_IOBTree.c
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_IOBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_IOBTree.so
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_LFBTree.c
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_LFBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_LFBTree.so
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_LLBTree.c
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_LLBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_LLBTree.so
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_LOBTree.c
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_LOBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_LOBTree.so
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_OIBTree.c
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_OIBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_OIBTree.so
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_OLBTree.c
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_OLBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_OLBTree.so
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_OOBTree.c
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_OOBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_OOBTree.so
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/__init__.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_base.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_compat.h
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_compat.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_fsBTree.c
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_fsBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/_fsBTree.so
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/check.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/coverage.xml
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/floatvaluemacros.h
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/fsBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/intkeymacros.h
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/intvaluemacros.h
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/objectkeymacros.h
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/objectvaluemacros.h
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/sorters.c
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/tests/__init__.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/tests/common.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/tests/testBTrees.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/tests/testBTreesUnicode.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/tests/testConflict.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/tests/test_IFBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/tests/test_IIBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/tests/test_IOBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/tests/test_LFBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/tests/test_LLBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/tests/test_LOBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/tests/test_Length.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/tests/test_OIBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/tests/test_OLBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/tests/test_OOBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/tests/test__base.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/tests/test_btreesubclass.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/tests/test_check.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/tests/test_fsBTree.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/tests/test_utils.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/BTrees/utils.pyc
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/EGG-INFO/PKG-INFO
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/EGG-INFO/SOURCES.txt
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/EGG-INFO/dependency_links.txt
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/EGG-INFO/entry_points.txt
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/EGG-INFO/native_libs.txt
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/EGG-INFO/not-zip-safe
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/EGG-INFO/requires.txt
+%%DATADIR%%/BTrees-4.0.5-py2.7-linux-i686.egg/EGG-INFO/top_level.txt
 %%DATADIR%%/Babel-0.9.6-py2.7.egg/EGG-INFO/PKG-INFO
 %%DATADIR%%/Babel-0.9.6-py2.7.egg/EGG-INFO/SOURCES.txt
 %%DATADIR%%/Babel-0.9.6-py2.7.egg/EGG-INFO/dependency_links.txt
@@ -602,865 +606,867 @@ etc/xdg/menus/applications-merged/Spider
 %%DATADIR%%/PyQt4.QtCore.so
 %%DATADIR%%/PyQt4.QtGui.so
 %%DATADIR%%/PyQt4.QtNetwork.so
+@mode %%BINMODE%%
 %%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

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310311447.r9VEl2bS028675>