[Midnightbsd-cvs] mports [19480] trunk/net/spideroak: update spideroak

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Jun 10 19:15:06 EDT 2015


Revision: 19480
          http://svnweb.midnightbsd.org/mports/?rev=19480
Author:   laffer1
Date:     2015-06-10 19:15:06 -0400 (Wed, 10 Jun 2015)
Log Message:
-----------
update spideroak

Modified Paths:
--------------
    trunk/net/spideroak/Makefile
    trunk/net/spideroak/distinfo
    trunk/net/spideroak/files/patch-usr__bin__SpiderOak
    trunk/net/spideroak/files/patch-usr__share__applications__SpiderOak.desktop
    trunk/net/spideroak/pkg-plist

Added Paths:
-----------
    trunk/net/spideroak/files/pkg-message.in

Removed Paths:
-------------
    trunk/net/spideroak/pkg-message

Modified: trunk/net/spideroak/Makefile
===================================================================
--- trunk/net/spideroak/Makefile	2015-06-10 23:12:20 UTC (rev 19479)
+++ trunk/net/spideroak/Makefile	2015-06-10 23:15:06 UTC (rev 19480)
@@ -1,80 +1,64 @@
 # $MidnightBSD$
 
 PORTNAME=	spideroak
-PORTVERSION=	5.0.2
+PORTVERSION=	5.1.8
 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=	http://nivit.altervista.org/FreeBSD/ports/distfiles/spideroak/ \
+		https://spideroak.com/getbuild?platform=slackware&arch=i386&dummy=/
+DISTNAME=	SpiderOak-${PORTVERSION}-i686-1
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	SpiderOak Client (Linux version)
 
-LICENSE=	other
+LICENSE=	TOU
+LICENSE_NAME=	Terms Of Use
+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
 
 OPTIONS_DEFINE=	DOCS MANPAGES
 OPTIONS_DEFAULT=	MANPAGES
+OPTIONS_SUB=	yes
 
 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
 
-.include <bsd.mport.options.mk>
+SUB_LIST=	LINUXBASE=${LINUXBASE}
+SUB_FILES=	pkg-message
 
-.if ${PORT_OPTIONS:MMANPAGES}
-MAN1=	SpiderOak.1
-MANCOMPRESSED=	yes
-.endif
-
-USE_LINUX=	yes
+USE_LINUX=	f10
 USE_LINUX_APPS=	xorglibs
-USE_PYTHON=	2.7
-USES=	desktop-file-utils
+USES=		desktop-file-utils python:2 tar:tgz
 
+.include <bsd.mport.options.mk>
+
 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
+	@(cd ${WRKDIR}/etc && \
+	${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/etc/)
+	@${MKDIR} ${STAGEDIR}${DATADIR}
+	@(cd ${WRKDIR}/opt/SpiderOak/lib && \
+	${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} "-not -name SpiderOak")
+	${INSTALL_PROGRAM} ${WRKDIR}/opt/SpiderOak/lib/SpiderOak ${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}
-.endif
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKDIR}/usr/share/doc/SpiderOak/globalsync-linux.pdf ${STAGEDIR}${DOCSDIR}
 .if ${PORT_OPTIONS:MMANPAGES}
-	${INSTALL_MAN} ${WRKDIR}/usr/share/man/man1/SpiderOak.1.gz ${MANPREFIX}/man/man1/
+	${INSTALL_MAN} ${WRKDIR}/usr/share/man/man1/SpiderOak.1.gz ${STAGEDIR}${MANPREFIX}/man/man1/
 .endif
-	${INSTALL_DATA} ${WRKDIR}/usr/share/pixmaps/*.png ${PREFIX}/share/pixmaps/
+	${INSTALL_DATA} ${WRKDIR}/usr/share/pixmaps/*.png ${STAGEDIR}${PREFIX}/share/pixmaps/
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "i386"
-LINARCH=	i686
-ONLYI386=	""
-.else
-LINARCH=	x86_64
-ONLYI386=	"@comment "
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: trunk/net/spideroak/distinfo
===================================================================
--- trunk/net/spideroak/distinfo	2015-06-10 23:12:20 UTC (rev 19479)
+++ trunk/net/spideroak/distinfo	2015-06-10 23:15:06 UTC (rev 19480)
@@ -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.1.8-i686-1.tgz) = 88a7fc370e8382c8b5a35d1a6141b991477b77af9e40cb66e907a6824134af30
+SIZE (SpiderOak-5.1.8-i686-1.tgz) = 19359466

Modified: trunk/net/spideroak/files/patch-usr__bin__SpiderOak
===================================================================
--- trunk/net/spideroak/files/patch-usr__bin__SpiderOak	2015-06-10 23:12:20 UTC (rev 19479)
+++ trunk/net/spideroak/files/patch-usr__bin__SpiderOak	2015-06-10 23:15:06 UTC (rev 19480)
@@ -1,12 +1,13 @@
---- ./usr/bin/SpiderOak.orig	2013-04-25 18:45:23.000000000 +0200
-+++ ./usr/bin/SpiderOak	2013-04-25 18:45:57.000000000 +0200
+--- ./usr/bin/SpiderOak.orig	2014-01-12 18:44:59.000000000 +0100
++++ ./usr/bin/SpiderOak	2014-01-12 18:46:22.000000000 +0100
 @@ -1,8 +1,8 @@
  #!/bin/sh
  
--LD_LIBRARY_PATH="/opt/SpiderOak/lib:$LD_LIBRARY_PATH"
-+LD_LIBRARY_PATH="%%DATADIR%%:$LD_LIBRARY_PATH"
+-LD_LIBRARY_PATH="/opt/SpiderOak/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
++LD_LIBRARY_PATH="%%DATADIR%%${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
  export LD_LIBRARY_PATH
- QT_PLUGIN_PATH="/opt/SpiderOak/lib/plugins/" ; export QT_PLUGIN_PATH
+-QT_PLUGIN_PATH="/opt/SpiderOak/lib/plugins/" ; export QT_PLUGIN_PATH
++QT_PLUGIN_PATH="%%DATADIR%%/plugins/" ; export QT_PLUGIN_PATH
  SpiderOak_EXEC_SCRIPT=$(cd `dirname $0` ; pwd)/SpiderOak
  export SpiderOak_EXEC_SCRIPT
 -exec "/opt/SpiderOak/lib/SpiderOak" "$@"

Modified: trunk/net/spideroak/files/patch-usr__share__applications__SpiderOak.desktop
===================================================================
--- trunk/net/spideroak/files/patch-usr__share__applications__SpiderOak.desktop	2015-06-10 23:12:20 UTC (rev 19479)
+++ trunk/net/spideroak/files/patch-usr__share__applications__SpiderOak.desktop	2015-06-10 23:15:06 UTC (rev 19480)
@@ -1,16 +1,8 @@
---- ./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
+--- ./usr/share/applications/SpiderOak.desktop.orig	2014-01-12 18:47:14.000000000 +0100
++++ ./usr/share/applications/SpiderOak.desktop	2014-01-12 18:49:53.000000000 +0100
+@@ -8,4 +8,4 @@
+ Icon=SpiderOak
+ Exec=SpiderOak
  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
+-Categories=Network;Archiving;Utility;
++Categories=Archiving;Utility;

Added: trunk/net/spideroak/files/pkg-message.in
===================================================================
--- trunk/net/spideroak/files/pkg-message.in	                        (rev 0)
+++ trunk/net/spideroak/files/pkg-message.in	2015-06-10 23:15:06 UTC (rev 19480)
@@ -0,0 +1,33 @@
+********************************************************************************
+
+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
+
+If SpiderOak fails to start with the following error message:
+
+process *****: D-Bus library appears to be incorrectly set up; failed to read
+machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or
+directory
+See the manual page for dbus-uuidgen to correct this issue.
+D-Bus not built with -rdynamic so unable to print a backtrace
+Abort trap
+
+Try to fix that with the following command (as root):
+
+ # %%LOCALBASE%%/bin/dbus-uuidgen --ensure=%%LINUXBASE%%/var/lib/dbus/machine-id
+
+********************************************************************************


Property changes on: trunk/net/spideroak/files/pkg-message.in
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Deleted: trunk/net/spideroak/pkg-message
===================================================================
--- trunk/net/spideroak/pkg-message	2015-06-10 23:12:20 UTC (rev 19479)
+++ trunk/net/spideroak/pkg-message	2015-06-10 23:15:06 UTC (rev 19480)
@@ -1,20 +0,0 @@
-********************************************************************************
-
-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
-
-********************************************************************************

Modified: trunk/net/spideroak/pkg-plist
===================================================================
--- trunk/net/spideroak/pkg-plist	2015-06-10 23:12:20 UTC (rev 19479)
+++ trunk/net/spideroak/pkg-plist	2015-06-10 23:15:06 UTC (rev 19480)
@@ -1,599 +1,29 @@
- at comment $FreeBSD$
 bin/SpiderOak
 bin/spideroak
 etc/dbus-1/system.d/SpiderOak.dbus.conf
 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
-%%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
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/EGG-INFO/entry_points.txt
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/EGG-INFO/not-zip-safe
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/EGG-INFO/top_level.txt
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/__init__.pyc
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/core.pyc
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/dates.pyc
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/global.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata.pyc
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/aa.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/aa_DJ.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/aa_ER.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/aa_ER_SAAHO.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/aa_ET.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/af.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/af_NA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/af_ZA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ak.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ak_GH.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/am.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/am_ET.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ar.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ar_AE.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ar_BH.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ar_DZ.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ar_EG.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ar_IQ.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ar_JO.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ar_KW.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ar_LB.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ar_LY.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ar_MA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ar_OM.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ar_QA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ar_SA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ar_SD.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ar_SY.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ar_TN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ar_YE.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/as.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/as_IN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/az.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/az_AZ.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/az_Cyrl.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/az_Cyrl_AZ.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/az_Latn.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/az_Latn_AZ.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/be.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/be_BY.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/bg.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/bg_BG.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/bn.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/bn_BD.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/bn_IN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/bs.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/bs_BA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/byn.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/byn_ER.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ca.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ca_ES.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/cch.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/cch_NG.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/cop.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/cs.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/cs_CZ.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/cy.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/cy_GB.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/da.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/da_DK.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/de.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/de_AT.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/de_BE.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/de_CH.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/de_DE.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/de_LI.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/de_LU.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/dv.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/dv_MV.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/dz.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/dz_BT.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ee.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ee_GH.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ee_TG.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/el.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/el_CY.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/el_GR.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/el_POLYTON.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_AS.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_AU.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_BE.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_BW.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_BZ.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_CA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_Dsrt.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_Dsrt_US.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_GB.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_GU.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_HK.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_IE.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_IN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_JM.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_MH.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_MP.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_MT.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_NA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_NZ.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_PH.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_PK.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_SG.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_Shaw.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_TT.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_UM.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_US.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_US_POSIX.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_VI.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_ZA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/en_ZW.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/eo.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/es.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/es_AR.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/es_BO.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/es_CL.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/es_CO.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/es_CR.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/es_DO.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/es_EC.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/es_ES.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/es_GT.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/es_HN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/es_MX.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/es_NI.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/es_PA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/es_PE.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/es_PR.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/es_PY.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/es_SV.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/es_US.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/es_UY.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/es_VE.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/et.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/et_EE.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/eu.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/eu_ES.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/fa.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/fa_AF.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/fa_IR.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/fi.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/fi_FI.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/fil.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/fil_PH.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/fo.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/fo_FO.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/fr.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/fr_BE.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/fr_CA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/fr_CH.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/fr_FR.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/fr_LU.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/fr_MC.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/fr_SN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/fur.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/fur_IT.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ga.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ga_IE.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/gaa.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/gaa_GH.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/gez.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/gez_ER.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/gez_ET.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/gl.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/gl_ES.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/gu.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/gu_IN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/gv.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/gv_GB.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ha.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ha_Arab.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ha_Arab_NG.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ha_Arab_SD.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ha_GH.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ha_Latn.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ha_Latn_GH.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ha_Latn_NE.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ha_Latn_NG.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ha_NE.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ha_NG.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ha_SD.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/haw.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/haw_US.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/he.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/he_IL.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/hi.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/hi_IN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/hr.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/hr_HR.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/hu.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/hu_HU.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/hy.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/hy_AM.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/hy_AM_REVISED.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ia.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/id.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/id_ID.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ig.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ig_NG.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ii.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ii_CN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/in.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/is.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/is_IS.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/it.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/it_CH.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/it_IT.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/iu.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/iw.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ja.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ja_JP.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ka.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ka_GE.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/kaj.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/kaj_NG.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/kam.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/kam_KE.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/kcg.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/kcg_NG.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/kfo.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/kfo_CI.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/kk.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/kk_Cyrl.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/kk_Cyrl_KZ.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/kk_KZ.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/kl.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/kl_GL.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/km.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/km_KH.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/kn.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/kn_IN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ko.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ko_KR.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/kok.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/kok_IN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/kpe.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/kpe_GN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/kpe_LR.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ku.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ku_Arab.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ku_Latn.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ku_Latn_TR.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ku_TR.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/kw.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/kw_GB.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ky.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ky_KG.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ln.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ln_CD.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ln_CG.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/lo.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/lo_LA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/lt.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/lt_LT.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/lv.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/lv_LV.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/mk.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/mk_MK.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ml.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ml_IN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/mn.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/mn_CN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/mn_Cyrl.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/mn_Cyrl_MN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/mn_MN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/mn_Mong.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/mn_Mong_CN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/mo.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/mr.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/mr_IN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ms.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ms_BN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ms_MY.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/mt.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/mt_MT.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/my.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/my_MM.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/nb.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/nb_NO.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ne.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ne_IN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ne_NP.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/nl.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/nl_BE.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/nl_NL.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/nn.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/nn_NO.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/no.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/nr.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/nr_ZA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/nso.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/nso_ZA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ny.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ny_MW.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/om.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/om_ET.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/om_KE.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/or.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/or_IN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/pa.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/pa_Arab.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/pa_Arab_PK.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/pa_Guru.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/pa_Guru_IN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/pa_IN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/pa_PK.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/pl.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/pl_PL.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ps.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ps_AF.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/pt.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/pt_BR.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/pt_PT.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ro.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ro_MD.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ro_RO.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/root.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ru.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ru_RU.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ru_UA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/rw.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/rw_RW.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sa.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sa_IN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/se.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/se_FI.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/se_NO.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sh.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sh_BA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sh_CS.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sh_YU.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/si.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/si_LK.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sid.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sid_ET.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sk.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sk_SK.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sl.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sl_SI.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/so.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/so_DJ.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/so_ET.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/so_KE.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/so_SO.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sq.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sq_AL.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sr.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sr_BA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sr_CS.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sr_Cyrl.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sr_Cyrl_BA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sr_Cyrl_CS.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sr_Cyrl_ME.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sr_Cyrl_RS.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sr_Cyrl_YU.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sr_Latn.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sr_Latn_BA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sr_Latn_CS.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sr_Latn_ME.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sr_Latn_RS.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sr_Latn_YU.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sr_ME.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sr_RS.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sr_YU.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ss.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ss_SZ.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ss_ZA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/st.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/st_LS.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/st_ZA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sv.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sv_FI.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sv_SE.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sw.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sw_KE.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/sw_TZ.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/syr.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/syr_SY.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ta.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ta_IN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/te.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/te_IN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/tg.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/tg_Cyrl.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/tg_Cyrl_TJ.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/tg_TJ.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/th.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/th_TH.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ti.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ti_ER.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ti_ET.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/tig.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/tig_ER.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/tl.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/tn.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/tn_ZA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/to.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/to_TO.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/tr.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/tr_TR.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/trv.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ts.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ts_ZA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/tt.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/tt_RU.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ug.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ug_Arab.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ug_Arab_CN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ug_CN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/uk.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/uk_UA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ur.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ur_IN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ur_PK.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/uz.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/uz_AF.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/uz_Arab.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/uz_Arab_AF.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/uz_Cyrl.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/uz_Cyrl_UZ.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/uz_Latn.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/uz_Latn_UZ.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/uz_UZ.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ve.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/ve_ZA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/vi.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/vi_VN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/wal.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/wal_ET.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/wo.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/wo_Latn.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/wo_Latn_SN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/wo_SN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/xh.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/xh_ZA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/yo.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/yo_NG.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/zh.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/zh_CN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/zh_HK.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/zh_Hans.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/zh_Hans_CN.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/zh_Hans_HK.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/zh_Hans_MO.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/zh_Hans_SG.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/zh_Hant.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/zh_Hant_HK.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/zh_Hant_MO.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/zh_Hant_TW.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/zh_MO.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/zh_SG.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/zh_TW.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/zu.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata/zu_ZA.dat
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/messages/__init__.pyc
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/messages/catalog.pyc
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/messages/checkers.pyc
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/messages/extract.pyc
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/messages/frontend.pyc
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/messages/jslexer.pyc
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/messages/mofile.pyc
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/messages/plurals.pyc
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/messages/pofile.pyc
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/numbers.pyc
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/support.pyc
-%%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/util.pyc
-%%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
+share/pixmaps/SpiderOak.png
+share/pixmaps/SpiderOakGlobalSync.png
+%%DATADIR%%/BTrees._IFBTree.so
+%%DATADIR%%/BTrees._IIBTree.so
+%%DATADIR%%/BTrees._IOBTree.so
+%%DATADIR%%/BTrees._LFBTree.so
+%%DATADIR%%/BTrees._LLBTree.so
+%%DATADIR%%/BTrees._LOBTree.so
+%%DATADIR%%/BTrees._OIBTree.so
+%%DATADIR%%/BTrees._OLBTree.so
+%%DATADIR%%/BTrees._OOBTree.so
+%%DATADIR%%/BTrees._fsBTree.so
+%%DATADIR%%/Crypto.Cipher.AES.so
+%%DATADIR%%/Crypto.Cipher.DES3.so
+%%DATADIR%%/Crypto.Cipher.XOR.so
+%%DATADIR%%/Crypto.Hash.SHA256.so
+%%DATADIR%%/Crypto.PublicKey._fastmath.so
+%%DATADIR%%/Crypto.Util._counter.so
+%%DATADIR%%/Crypto.Util.strxor.so
 %%DATADIR%%/OpenSSL.SSL.so
 %%DATADIR%%/OpenSSL.crypto.so
 %%DATADIR%%/OpenSSL.rand.so
@@ -603,1091 +33,14 @@
 %%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
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/xmlrpc.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/__init__.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/_version.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/ewords.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/im/__init__.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/im/baseaccount.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/im/basechat.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/im/basesupport.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/im/instancemessenger.glade
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/im/interfaces.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/im/ircsupport.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/im/locals.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/im/pbsupport.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/im/tocsupport.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/iwords.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/protocols/__init__.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/protocols/irc.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/protocols/jabber/__init__.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/protocols/jabber/client.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/protocols/jabber/component.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/protocols/jabber/error.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/protocols/jabber/ijabber.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/protocols/jabber/jid.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/protocols/jabber/jstrports.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/protocols/jabber/sasl.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/protocols/jabber/sasl_mechanisms.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/protocols/jabber/xmlstream.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/protocols/jabber/xmpp_stringprep.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/protocols/msn.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/protocols/oscar.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/protocols/toc.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/service.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/tap.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/test/__init__.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/test/test_basechat.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/test/test_basesupport.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/test/test_domish.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/test/test_irc.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/test/test_irc_service.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/test/test_ircsupport.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/test/test_jabberclient.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/test/test_jabbercomponent.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/test/test_jabbererror.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/test/test_jabberjid.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/test/test_jabbersasl.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/test/test_jabbersaslmechanisms.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/test/test_jabberxmlstream.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/test/test_jabberxmppstringprep.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/test/test_msn.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/test/test_oscar.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/test/test_service.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/test/test_tap.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/test/test_toc.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/test/test_xishutil.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/test/test_xmlstream.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/test/test_xmpproutertap.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/test/test_xpath.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/toctap.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/topfiles/NEWS
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/topfiles/README
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/xish/__init__.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/xish/domish.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/xish/utility.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/xish/xmlstream.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/xish/xpath.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/xish/xpathparser.g
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/xish/xpathparser.pyc
-%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/xmpproutertap.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/EGG-INFO/PKG-INFO
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/EGG-INFO/SOURCES.txt
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/EGG-INFO/dependency_links.txt
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/EGG-INFO/not-zip-safe
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/EGG-INFO/top_level.txt
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/__init__.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/cfgparser.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/cmdline.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/components/__init__.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/components/basic/__init__.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/components/basic/component.xml
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/components/basic/mapping.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/components/basic/mapping.xml
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/components/basic/tests/__init__.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/components/basic/tests/test_mapping.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/components/logger/__init__.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/components/logger/abstract.xml
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/components/logger/base-logger.xml
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/components/logger/component.xml
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/components/logger/datatypes.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/components/logger/eventlog.xml
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/components/logger/factory.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/components/logger/handlers.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/components/logger/handlers.xml
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/components/logger/logger.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/components/logger/logger.xml
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/components/logger/loghandler.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/components/logger/tests/__init__.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/components/logger/tests/test_logger.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/datatypes.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/info.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/loader.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/matcher.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/schema.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/schemaless.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/schemaless.txt
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/substitution.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/__init__.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/foosample.zip
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/input/base-datatype1.xml
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/input/base-datatype2.xml
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/input/base-keytype1.xml
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/input/base-keytype2.xml
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/input/base.xml
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/input/include.conf
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/input/inner.conf
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/input/library.xml
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/input/logger.xml
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/input/outer.conf
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/input/simple.conf
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/input/simple.xml
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/input/simplesections.conf
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/input/simplesections.xml
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/library/README.txt
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/library/__init__.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/library/thing/__init__.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/library/thing/component.xml
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/library/thing/extras/extras.xml
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/library/widget/__init__.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/library/widget/component.xml
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/library/widget/extra.xml
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/support.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/test_cfgimports.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/test_cmdline.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/test_config.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/test_cookbook.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/test_datatypes.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/test_loader.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/test_readme.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/test_schema.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/test_schemaless.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/test_subst.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/zipsource/README.txt
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/zipsource/foo/__init__.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/zipsource/foo/sample/__init__.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/zipsource/foo/sample/component.xml
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/zipsource/foo/sample/datatypes.pyc
-%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/url.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/EGG-INFO/PKG-INFO
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/EGG-INFO/SOURCES.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/EGG-INFO/dependency_links.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/EGG-INFO/entry_points.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/EGG-INFO/not-zip-safe
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/EGG-INFO/requires.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/EGG-INFO/top_level.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/ActivityMonitor.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/BaseStorage.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/ConflictResolution.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/ConflictResolution.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/Connection.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/DB.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/DemoStorage.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/DemoStorage.test
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/ExportImport.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/FileStorage/FileStorage.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/FileStorage/__init__.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/FileStorage/format.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/FileStorage/fsdump.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/FileStorage/fsoids.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/FileStorage/fspack.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/FileStorage/interfaces.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/FileStorage/iterator.test
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/FileStorage/tests.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/FileStorage/zconfig.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/MappingStorage.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/POSException.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/UndoLogCompatible.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/__init__.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/blob.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/broken.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/collaborations.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/component.xml
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/config.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/config.xml
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/conversionhack.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/cross-database-references.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/event.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/event.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/fsIndex.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/fsrecover.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/fstools.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/historical_connections.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/interfaces.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/loglevels.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/persistentclass.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/persistentclass.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts/README.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts/__init__.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts/analyze.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts/checkbtrees.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts/fsoids.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts/fsrefs.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts/fsstats.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts/fstail.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts/fstest.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts/manual_tests/test-checker.fs
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts/manual_tests/testfstest.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts/migrate.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts/migrateblobs.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts/netspace.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts/referrers.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts/repozo.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts/space.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts/tests/__init__.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts/tests/fstail.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts/tests/referrers.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts/tests/test_doc.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts/tests/test_fstest.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts/tests/test_repozo.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts/zodbload.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/serialize.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/storage.xml
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/subtransactions.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/BasicStorage.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/ConflictResolution.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/Corruption.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/HistoryStorage.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/IExternalGC.test
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/IteratorStorage.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/MTStorage.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/MVCCMappingStorage.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/MinPO.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/PackableStorage.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/PersistentStorage.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/ReadOnlyStorage.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/RecoveryStorage.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/RevisionStorage.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/StorageTestBase.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/Synchronization.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/TransactionalUndoStorage.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/__init__.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/blob_basic.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/blob_connection.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/blob_consume.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/blob_importexport.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/blob_layout.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/blob_packing.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/blob_tempdir.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/blob_transaction.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/blobstorage_packing.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/component.xml
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/dangle.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/dbopen.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/hexstorage.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/loggingsupport.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/multidb.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/sampledm.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/speed.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/synchronizers.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testActivityMonitor.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testBroken.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testCache.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testConfig.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testConnection.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testConnectionSavepoint.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testConnectionSavepoint.txt
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testDB.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testDemoStorage.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testFileStorage.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testMVCCMappingStorage.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testMappingStorage.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testPersistentList.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testPersistentMapping.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testPersistentWeakref.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testRecover.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testSerialize.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testUtils.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testZODB.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/test_cache.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/test_datamanageradapter.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/test_doctest_files.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/test_fsdump.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/test_persistentclass.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/test_storage.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testblob.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testconflictresolution.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testcrossdatabasereferences.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testfsIndex.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testfsoids.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testhistoricalconnections.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testmvcc.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/testpersistentclass.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/util.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests/warnhook.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/transact.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/utils.pyc
-%%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/utils.txt
+%%DATADIR%%/SpideroakVersionMatcher-1.1-py2.7-linux-i686.egg/EGG-INFO/PKG-INFO
+%%DATADIR%%/SpideroakVersionMatcher-1.1-py2.7-linux-i686.egg/EGG-INFO/SOURCES.txt
+%%DATADIR%%/SpideroakVersionMatcher-1.1-py2.7-linux-i686.egg/EGG-INFO/dependency_links.txt
+%%DATADIR%%/SpideroakVersionMatcher-1.1-py2.7-linux-i686.egg/EGG-INFO/native_libs.txt
+%%DATADIR%%/SpideroakVersionMatcher-1.1-py2.7-linux-i686.egg/EGG-INFO/top_level.txt
+%%DATADIR%%/SpideroakVersionMatcher-1.1-py2.7-linux-i686.egg/EGG-INFO/zip-safe
+%%DATADIR%%/SpideroakVersionMatcher-1.1-py2.7-linux-i686.egg/spideroak_version_matcher.pyc
+%%DATADIR%%/SpideroakVersionMatcher-1.1-py2.7-linux-i686.egg/spideroak_version_matcher.so
 %%DATADIR%%/_bisect.so
 %%DATADIR%%/_codecs_cn.so
 %%DATADIR%%/_codecs_hk.so
@@ -1713,12 +66,13 @@
 %%DATADIR%%/_ssl.so
 %%DATADIR%%/_struct.so
 %%DATADIR%%/array.so
+%%DATADIR%%/bcrypt._bcrypt.so
 %%DATADIR%%/binascii.so
-%%ONLYI386%%%%DATADIR%%/bz2.so
+%%DATADIR%%/bz2.so
 %%DATADIR%%/cPickle.so
 %%DATADIR%%/cStringIO.so
 %%DATADIR%%/datetime.so
-%%ONLYI386%%%%DATADIR%%/dl.so
+%%DATADIR%%/dl.so
 %%DATADIR%%/fcntl.so
 %%DATADIR%%/grp.so
 %%DATADIR%%/inotify_dir_watcher
@@ -1728,691 +82,38 @@
 %%DATADIR%%/libQtGui.so.4
 %%DATADIR%%/libQtNetwork.so.4
 %%DATADIR%%/libQtXml.so.4
-%%ONLYI386%%%%DATADIR%%/libbz2.so.1
-%%DATADIR%%/libcrypto.so.6
+%%DATADIR%%/libcrypto.so.1.0.0
 %%DATADIR%%/libcurl.so.4
 %%DATADIR%%/libdbusmenu-qt.so.2
 %%DATADIR%%/libexpat.so.0
 %%DATADIR%%/libgcc_s.so.1
-%%ONLYI386%%%%DATADIR%%/libgmp.so.3
-%%DATADIR%%/libgssapi_krb5.so.2
-%%ONLYI386%%%%DATADIR%%/libidn.so.11
-%%DATADIR%%/libpng12.so.0
+%%DATADIR%%/libgmp.so.3
 %%DATADIR%%/library.zip
-%%DATADIR%%/libsepol.so.1
 %%DATADIR%%/libsqlite3.so.0
 %%DATADIR%%/libssh2.so.1
-%%DATADIR%%/libssl.so.6
+%%DATADIR%%/libssl.so.1.0.0
 %%DATADIR%%/libstdc++.so.6
 %%DATADIR%%/libz.so.1
 %%DATADIR%%/math.so
 %%DATADIR%%/mmap.so
-%%DATADIR%%/nose-1.3.0-py2.7.egg/EGG-INFO/PKG-INFO
-%%DATADIR%%/nose-1.3.0-py2.7.egg/EGG-INFO/SOURCES.txt
-%%DATADIR%%/nose-1.3.0-py2.7.egg/EGG-INFO/dependency_links.txt
-%%DATADIR%%/nose-1.3.0-py2.7.egg/EGG-INFO/entry_points.txt
-%%DATADIR%%/nose-1.3.0-py2.7.egg/EGG-INFO/not-zip-safe
-%%DATADIR%%/nose-1.3.0-py2.7.egg/EGG-INFO/top_level.txt
-%%DATADIR%%/nose-1.3.0-py2.7.egg/man/man1/nosetests.1
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/__init__.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/__main__.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/case.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/commands.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/config.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/core.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/exc.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/ext/__init__.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/ext/dtcompat.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/failure.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/importer.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/inspector.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/loader.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/plugins/__init__.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/plugins/allmodules.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/plugins/attrib.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/plugins/base.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/plugins/builtin.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/plugins/capture.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/plugins/collect.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/plugins/cover.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/plugins/debug.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/plugins/deprecated.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/plugins/doctests.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/plugins/errorclass.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/plugins/failuredetail.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/plugins/isolate.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/plugins/logcapture.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/plugins/manager.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/plugins/multiprocess.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/plugins/plugintest.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/plugins/prof.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/plugins/skip.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/plugins/testid.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/plugins/xunit.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/proxy.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/pyversion.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/result.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/selector.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/sphinx/__init__.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/sphinx/pluginopts.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/suite.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/tools/__init__.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/tools/nontrivial.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/tools/trivial.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/twistedtools.pyc
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/usage.txt
-%%DATADIR%%/nose-1.3.0-py2.7.egg/nose/util.pyc
 %%DATADIR%%/operator.so
 %%DATADIR%%/parser.so
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/PKG-INFO
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/SOURCES.txt
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/dependency_links.txt
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/entry_points.txt
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/native_libs.txt
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/not-zip-safe
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/requires.txt
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/top_level.txt
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/__init__.pyc
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/_compat.h
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/_compat.pyc
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/_timestamp.c
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/_timestamp.pyc
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/_timestamp.so
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/cPersistence.c
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/cPersistence.h
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/cPersistence.pyc
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/cPersistence.so
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/cPickleCache.c
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/cPickleCache.pyc
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/cPickleCache.so
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/dict.pyc
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/interfaces.pyc
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/list.pyc
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/mapping.pyc
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/persistence.pyc
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/picklecache.pyc
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/ring.c
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/ring.h
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/tests/__init__.pyc
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/tests/attrhooks.pyc
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/tests/cucumbers.pyc
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/tests/test_list.pyc
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/tests/test_mapping.pyc
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/tests/test_persistence.pyc
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/tests/test_picklecache.pyc
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/tests/test_timestamp.pyc
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/tests/test_wref.pyc
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/tests/utils.pyc
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/timestamp.pyc
-%%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/wref.pyc
+%%DATADIR%%/persistent._timestamp.so
+%%DATADIR%%/persistent.cPersistence.so
+%%DATADIR%%/persistent.cPickleCache.so
 %%DATADIR%%/plugins/systemtrayicon/libsni-qt.so
-%%DATADIR%%/py_bcrypt-0.3-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/PKG-INFO
-%%DATADIR%%/py_bcrypt-0.3-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/SOURCES.txt
-%%DATADIR%%/py_bcrypt-0.3-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/dependency_links.txt
-%%DATADIR%%/py_bcrypt-0.3-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/native_libs.txt
-%%DATADIR%%/py_bcrypt-0.3-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/top_level.txt
-%%DATADIR%%/py_bcrypt-0.3-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/zip-safe
-%%DATADIR%%/py_bcrypt-0.3-py2.7-linux-%%LINARCH%%.egg/bcrypt/__init__.pyc
-%%DATADIR%%/py_bcrypt-0.3-py2.7-linux-%%LINARCH%%.egg/bcrypt/_bcrypt.pyc
-%%DATADIR%%/py_bcrypt-0.3-py2.7-linux-%%LINARCH%%.egg/bcrypt/_bcrypt.so
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/EGG-INFO/PKG-INFO
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/EGG-INFO/SOURCES.txt
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/EGG-INFO/dependency_links.txt
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/EGG-INFO/top_level.txt
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/EGG-INFO/zip-safe
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/__init__.pyc
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/codec/__init__.pyc
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/codec/ber/__init__.pyc
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/codec/ber/decoder.pyc
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/codec/ber/encoder.pyc
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/codec/ber/eoo.pyc
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/codec/cer/__init__.pyc
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/codec/cer/decoder.pyc
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/codec/cer/encoder.pyc
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/codec/der/__init__.pyc
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/codec/der/decoder.pyc
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/codec/der/encoder.pyc
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/compat/__init__.pyc
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/compat/octets.pyc
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/debug.pyc
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/error.pyc
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/type/__init__.pyc
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/type/base.pyc
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/type/char.pyc
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/type/constraint.pyc
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/type/error.pyc
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/type/namedtype.pyc
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/type/namedval.pyc
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/type/tag.pyc
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/type/tagmap.pyc
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/type/univ.pyc
-%%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/type/useful.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Cipher/AES.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Cipher/AES.so
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Cipher/ARC2.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Cipher/ARC2.so
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Cipher/ARC4.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Cipher/ARC4.so
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Cipher/Blowfish.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Cipher/Blowfish.so
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Cipher/CAST.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Cipher/CAST.so
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Cipher/DES.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Cipher/DES.so
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Cipher/DES3.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Cipher/DES3.so
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Cipher/XOR.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Cipher/XOR.so
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Cipher/__init__.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Hash/HMAC.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Hash/MD2.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Hash/MD2.so
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Hash/MD4.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Hash/MD4.so
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Hash/MD5.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Hash/RIPEMD.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Hash/RIPEMD160.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Hash/RIPEMD160.so
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Hash/SHA.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Hash/SHA256.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Hash/SHA256.so
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Hash/__init__.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Protocol/AllOrNothing.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Protocol/Chaffing.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Protocol/__init__.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/PublicKey/DSA.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/PublicKey/ElGamal.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/PublicKey/RSA.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/PublicKey/_DSA.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/PublicKey/_RSA.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/PublicKey/__init__.pyc
-%%ONLYI386%%%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/PublicKey/_fastmath.pyc
-%%ONLYI386%%%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/PublicKey/_fastmath.so
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/PublicKey/_slowmath.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/PublicKey/pubkey.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/PublicKey/qNEW.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Random/Fortuna/FortunaAccumulator.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Random/Fortuna/FortunaGenerator.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Random/Fortuna/SHAd256.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Random/Fortuna/__init__.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Random/OSRNG/__init__.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Random/OSRNG/fallback.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Random/OSRNG/nt.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Random/OSRNG/posix.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Random/OSRNG/rng_base.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Random/_UserFriendlyRNG.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Random/__init__.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Random/random.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Cipher/__init__.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Cipher/common.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Cipher/test_AES.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Cipher/test_ARC2.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Cipher/test_ARC4.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Cipher/test_Blowfish.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Cipher/test_CAST.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Cipher/test_DES.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Cipher/test_DES3.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Cipher/test_XOR.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Hash/__init__.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Hash/common.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Hash/test_HMAC.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Hash/test_MD2.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Hash/test_MD4.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Hash/test_MD5.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Hash/test_RIPEMD.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Hash/test_SHA.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Hash/test_SHA256.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Protocol/__init__.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Protocol/test_chaffing.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Protocol/test_rfc1751.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/PublicKey/__init__.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/PublicKey/test_DSA.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/PublicKey/test_RSA.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/PublicKey/test_importKey.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Random/Fortuna/__init__.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Random/Fortuna/test_SHAd256.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Random/OSRNG/__init__.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Random/OSRNG/test_fallback.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Random/OSRNG/test_generic.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Random/OSRNG/test_nt.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Random/OSRNG/test_posix.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Random/OSRNG/test_winrandom.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Random/__init__.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Random/test_random.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Random/test_rpoolcompat.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Util/__init__.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Util/test_Counter.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Util/test_asn1.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Util/test_number.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Util/test_winrandom.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/__init__.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/st_common.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Util/Counter.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Util/RFC1751.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Util/__init__.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Util/_counter.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Util/_counter.so
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Util/_number_new.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Util/asn1.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Util/number.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Util/python_compat.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Util/randpool.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Util/strxor.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Util/strxor.so
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Util/winrandom.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/__init__.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/pct_warnings.pyc
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/PKG-INFO
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/SOURCES.txt
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/dependency_links.txt
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/native_libs.txt
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/top_level.txt
-%%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/zip-safe
 %%DATADIR%%/pycurl.so
 %%DATADIR%%/pyexpat.so
 %%DATADIR%%/resource.so
 %%DATADIR%%/select.so
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/EGG-INFO/PKG-INFO
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/EGG-INFO/SOURCES.txt
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/EGG-INFO/dependency_links.txt
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/EGG-INFO/entry_points.txt
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/EGG-INFO/top_level.txt
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/EGG-INFO/zip-safe
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/easy_install.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/pkg_resources.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/__init__.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/archive_util.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/cli.exe
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/command/__init__.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/command/alias.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/command/bdist_egg.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/command/bdist_rpm.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/command/bdist_wininst.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/command/build_ext.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/command/build_py.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/command/develop.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/command/egg_info.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/command/install.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/command/install_egg_info.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/command/install_lib.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/command/install_scripts.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/command/register.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/command/rotate.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/command/saveopts.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/command/sdist.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/command/setopt.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/command/test.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/command/upload.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/depends.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/dist.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/extension.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/gui.exe
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/package_index.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/sandbox.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/tests/__init__.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/tests/doctest.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/tests/test_packageindex.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/tests/test_resources.pyc
-%%DATADIR%%/setuptools-0.6c11-py2.7.egg/site.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/PKG-INFO
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/SOURCES.txt
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/dependency_links.txt
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/native_libs.txt
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/not-zip-safe
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/top_level.txt
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/__init__.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/_speedups.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/_speedups.so
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/compat.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/decoder.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/encoder.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/ordered_dict.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/scanner.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tests/__init__.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tests/test_bigint_as_string.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tests/test_check_circular.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tests/test_decimal.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tests/test_decode.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tests/test_default.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tests/test_dump.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tests/test_encode_basestring_ascii.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tests/test_encode_for_html.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tests/test_errors.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tests/test_fail.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tests/test_float.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tests/test_indent.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tests/test_item_sort_key.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tests/test_namedtuple.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tests/test_pass1.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tests/test_pass2.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tests/test_pass3.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tests/test_recursion.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tests/test_scanstring.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tests/test_separators.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tests/test_speedups.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tests/test_tool.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tests/test_tuple.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tests/test_unicode.pyc
-%%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tool.pyc
+%%DATADIR%%/simplejson._speedups.so
 %%DATADIR%%/sip.so
 %%DATADIR%%/strop.so
 %%DATADIR%%/termios.so
 %%DATADIR%%/time.so
-%%DATADIR%%/transaction-1.4.1-py2.7.egg/EGG-INFO/PKG-INFO
-%%DATADIR%%/transaction-1.4.1-py2.7.egg/EGG-INFO/SOURCES.txt
-%%DATADIR%%/transaction-1.4.1-py2.7.egg/EGG-INFO/dependency_links.txt
-%%DATADIR%%/transaction-1.4.1-py2.7.egg/EGG-INFO/entry_points.txt
-%%DATADIR%%/transaction-1.4.1-py2.7.egg/EGG-INFO/not-zip-safe
-%%DATADIR%%/transaction-1.4.1-py2.7.egg/EGG-INFO/requires.txt
-%%DATADIR%%/transaction-1.4.1-py2.7.egg/EGG-INFO/top_level.txt
-%%DATADIR%%/transaction-1.4.1-py2.7.egg/transaction/__init__.pyc
-%%DATADIR%%/transaction-1.4.1-py2.7.egg/transaction/_compat.pyc
-%%DATADIR%%/transaction-1.4.1-py2.7.egg/transaction/_manager.pyc
-%%DATADIR%%/transaction-1.4.1-py2.7.egg/transaction/_transaction.pyc
-%%DATADIR%%/transaction-1.4.1-py2.7.egg/transaction/interfaces.pyc
-%%DATADIR%%/transaction-1.4.1-py2.7.egg/transaction/tests/__init__.pyc
-%%DATADIR%%/transaction-1.4.1-py2.7.egg/transaction/tests/common.pyc
-%%DATADIR%%/transaction-1.4.1-py2.7.egg/transaction/tests/examples.pyc
-%%DATADIR%%/transaction-1.4.1-py2.7.egg/transaction/tests/savepointsample.pyc
-%%DATADIR%%/transaction-1.4.1-py2.7.egg/transaction/tests/test__manager.pyc
-%%DATADIR%%/transaction-1.4.1-py2.7.egg/transaction/tests/test__transaction.pyc
-%%DATADIR%%/transaction-1.4.1-py2.7.egg/transaction/tests/test_register_compat.pyc
-%%DATADIR%%/transaction-1.4.1-py2.7.egg/transaction/tests/test_savepoint.pyc
-%%DATADIR%%/transaction-1.4.1-py2.7.egg/transaction/tests/test_weakset.pyc
-%%DATADIR%%/transaction-1.4.1-py2.7.egg/transaction/tests/warnhook.pyc
-%%DATADIR%%/transaction-1.4.1-py2.7.egg/transaction/weakset.pyc
+%%DATADIR%%/twisted.internet._sigchld.so
+%%DATADIR%%/twisted.protocols._c_urlarg.so
+%%DATADIR%%/twisted.python._initgroups.so
 %%DATADIR%%/unicodedata.so
-%%DATADIR%%/zc.lockfile-1.1.0-py2.7.egg/EGG-INFO/PKG-INFO
-%%DATADIR%%/zc.lockfile-1.1.0-py2.7.egg/EGG-INFO/SOURCES.txt
-%%DATADIR%%/zc.lockfile-1.1.0-py2.7.egg/EGG-INFO/dependency_links.txt
-%%DATADIR%%/zc.lockfile-1.1.0-py2.7.egg/EGG-INFO/namespace_packages.txt
-%%DATADIR%%/zc.lockfile-1.1.0-py2.7.egg/EGG-INFO/not-zip-safe
-%%DATADIR%%/zc.lockfile-1.1.0-py2.7.egg/EGG-INFO/requires.txt
-%%DATADIR%%/zc.lockfile-1.1.0-py2.7.egg/EGG-INFO/top_level.txt
-%%DATADIR%%/zc.lockfile-1.1.0-py2.7.egg/zc/__init__.pyc
-%%DATADIR%%/zc.lockfile-1.1.0-py2.7.egg/zc/lockfile/README.txt
-%%DATADIR%%/zc.lockfile-1.1.0-py2.7.egg/zc/lockfile/__init__.pyc
-%%DATADIR%%/zc.lockfile-1.1.0-py2.7.egg/zc/lockfile/tests.pyc
-%%DATADIR%%/zdaemon-4.0.0a1-py2.7.egg/EGG-INFO/PKG-INFO
-%%DATADIR%%/zdaemon-4.0.0a1-py2.7.egg/EGG-INFO/SOURCES.txt
-%%DATADIR%%/zdaemon-4.0.0a1-py2.7.egg/EGG-INFO/dependency_links.txt
-%%DATADIR%%/zdaemon-4.0.0a1-py2.7.egg/EGG-INFO/entry_points.txt
-%%DATADIR%%/zdaemon-4.0.0a1-py2.7.egg/EGG-INFO/not-zip-safe
-%%DATADIR%%/zdaemon-4.0.0a1-py2.7.egg/EGG-INFO/requires.txt
-%%DATADIR%%/zdaemon-4.0.0a1-py2.7.egg/EGG-INFO/top_level.txt
-%%DATADIR%%/zdaemon-4.0.0a1-py2.7.egg/zdaemon/README.txt
-%%DATADIR%%/zdaemon-4.0.0a1-py2.7.egg/zdaemon/__init__.pyc
-%%DATADIR%%/zdaemon-4.0.0a1-py2.7.egg/zdaemon/component.xml
-%%DATADIR%%/zdaemon-4.0.0a1-py2.7.egg/zdaemon/sample.conf
-%%DATADIR%%/zdaemon-4.0.0a1-py2.7.egg/zdaemon/schema.xml
-%%DATADIR%%/zdaemon-4.0.0a1-py2.7.egg/zdaemon/tests/__init__.pyc
-%%DATADIR%%/zdaemon-4.0.0a1-py2.7.egg/zdaemon/tests/nokill.pyc
-%%DATADIR%%/zdaemon-4.0.0a1-py2.7.egg/zdaemon/tests/parent.pyc
-%%DATADIR%%/zdaemon-4.0.0a1-py2.7.egg/zdaemon/tests/tests.pyc
-%%DATADIR%%/zdaemon-4.0.0a1-py2.7.egg/zdaemon/tests/testuser.pyc
-%%DATADIR%%/zdaemon-4.0.0a1-py2.7.egg/zdaemon/tests/testzdoptions.pyc
-%%DATADIR%%/zdaemon-4.0.0a1-py2.7.egg/zdaemon/tests/testzdrun.pyc
-%%DATADIR%%/zdaemon-4.0.0a1-py2.7.egg/zdaemon/zdctl.pyc
-%%DATADIR%%/zdaemon-4.0.0a1-py2.7.egg/zdaemon/zdoptions.pyc
-%%DATADIR%%/zdaemon-4.0.0a1-py2.7.egg/zdaemon/zdrun.pyc
 %%DATADIR%%/zlib.so
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/PKG-INFO
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/SOURCES.txt
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/dependency_links.txt
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/namespace_packages.txt
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/native_libs.txt
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/not-zip-safe
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/requires.txt
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/top_level.txt
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/__init__.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/__init__.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/_compat.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/_flatten.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/_zope_interface_coptimizations.c
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/_zope_interface_coptimizations.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/_zope_interface_coptimizations.so
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/adapter.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/advice.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/common/__init__.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/common/idatetime.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/common/interfaces.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/common/mapping.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/common/sequence.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/common/tests/__init__.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/common/tests/basemapping.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/common/tests/test_idatetime.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/common/tests/test_import_interfaces.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/declarations.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/document.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/exceptions.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/interface.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/interfaces.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/registry.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/ro.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/tests/__init__.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/tests/advisory_testing.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/tests/dummy.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/tests/idummy.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/tests/ifoo.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/tests/ifoo_other.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/tests/m1.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/tests/m2.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/tests/odd.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/tests/test_adapter.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/tests/test_advice.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/tests/test_declarations.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/tests/test_document.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/tests/test_element.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/tests/test_exceptions.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/tests/test_interface.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/tests/test_interfaces.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/tests/test_odd_declarations.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/tests/test_registry.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/tests/test_sorting.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/tests/test_verify.pyc
-%%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/verify.pyc
-share/pixmaps/SpiderOak.png
-share/pixmaps/SpiderOakGlobalSync.png
- at dirrm %%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/tests
- at dirrm %%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/common/tests
- at dirrm %%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface/common
- at dirrm %%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope/interface
- at dirrm %%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/zope
- at dirrm %%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg/EGG-INFO
- at dirrm %%DATADIR%%/zope.interface-4.0.5-py2.7-linux-%%LINARCH%%.egg
- at dirrm %%DATADIR%%/zdaemon-4.0.0a1-py2.7.egg/zdaemon/tests
- at dirrm %%DATADIR%%/zdaemon-4.0.0a1-py2.7.egg/zdaemon
- at dirrm %%DATADIR%%/zdaemon-4.0.0a1-py2.7.egg/EGG-INFO
- at dirrm %%DATADIR%%/zdaemon-4.0.0a1-py2.7.egg
- at dirrm %%DATADIR%%/zc.lockfile-1.1.0-py2.7.egg/zc/lockfile
- at dirrm %%DATADIR%%/zc.lockfile-1.1.0-py2.7.egg/zc
- at dirrm %%DATADIR%%/zc.lockfile-1.1.0-py2.7.egg/EGG-INFO
- at dirrm %%DATADIR%%/zc.lockfile-1.1.0-py2.7.egg
- at dirrm %%DATADIR%%/transaction-1.4.1-py2.7.egg/transaction/tests
- at dirrm %%DATADIR%%/transaction-1.4.1-py2.7.egg/transaction
- at dirrm %%DATADIR%%/transaction-1.4.1-py2.7.egg/EGG-INFO
- at dirrm %%DATADIR%%/transaction-1.4.1-py2.7.egg
- at dirrm %%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson/tests
- at dirrm %%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/simplejson
- at dirrm %%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg/EGG-INFO
- at dirrm %%DATADIR%%/simplejson-3.1.3-py2.7-linux-%%LINARCH%%.egg
- at dirrm %%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/tests
- at dirrm %%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools/command
- at dirrm %%DATADIR%%/setuptools-0.6c11-py2.7.egg/setuptools
- at dirrm %%DATADIR%%/setuptools-0.6c11-py2.7.egg/EGG-INFO
- at dirrm %%DATADIR%%/setuptools-0.6c11-py2.7.egg
- at dirrm %%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/EGG-INFO
- at dirrm %%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Util
- at dirrm %%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Util
- at dirrm %%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Random/OSRNG
- at dirrm %%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Random/Fortuna
- at dirrm %%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Random
- at dirrm %%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/PublicKey
- at dirrm %%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Protocol
- at dirrm %%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Hash
- at dirrm %%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest/Cipher
- at dirrm %%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/SelfTest
- at dirrm %%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Random/OSRNG
- at dirrm %%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Random/Fortuna
- at dirrm %%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Random
- at dirrm %%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/PublicKey
- at dirrm %%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Protocol
- at dirrm %%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Hash
- at dirrm %%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto/Cipher
- at dirrm %%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg/Crypto
- at dirrm %%DATADIR%%/pycrypto-2.3-py2.7-linux-%%LINARCH%%.egg
- at dirrm %%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/type
- at dirrm %%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/compat
- at dirrm %%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/codec/der
- at dirrm %%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/codec/cer
- at dirrm %%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/codec/ber
- at dirrm %%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1/codec
- at dirrm %%DATADIR%%/pyasn1-0.1.6-py2.7.egg/pyasn1
- at dirrm %%DATADIR%%/pyasn1-0.1.6-py2.7.egg/EGG-INFO
- at dirrm %%DATADIR%%/pyasn1-0.1.6-py2.7.egg
- at dirrm %%DATADIR%%/py_bcrypt-0.3-py2.7-linux-%%LINARCH%%.egg/bcrypt
- at dirrm %%DATADIR%%/py_bcrypt-0.3-py2.7-linux-%%LINARCH%%.egg/EGG-INFO
- at dirrm %%DATADIR%%/py_bcrypt-0.3-py2.7-linux-%%LINARCH%%.egg
- at dirrm %%DATADIR%%/plugins/systemtrayicon
- at dirrm %%DATADIR%%/plugins
- at dirrm %%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent/tests
- at dirrm %%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/persistent
- at dirrm %%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg/EGG-INFO
- at dirrm %%DATADIR%%/persistent-4.0.6-py2.7-linux-%%LINARCH%%.egg
- at dirrm %%DATADIR%%/nose-1.3.0-py2.7.egg/nose/tools
- at dirrm %%DATADIR%%/nose-1.3.0-py2.7.egg/nose/sphinx
- at dirrm %%DATADIR%%/nose-1.3.0-py2.7.egg/nose/plugins
- at dirrm %%DATADIR%%/nose-1.3.0-py2.7.egg/nose/ext
- at dirrm %%DATADIR%%/nose-1.3.0-py2.7.egg/nose
- at dirrm %%DATADIR%%/nose-1.3.0-py2.7.egg/man/man1
- at dirrm %%DATADIR%%/nose-1.3.0-py2.7.egg/man
- at dirrm %%DATADIR%%/nose-1.3.0-py2.7.egg/EGG-INFO
- at dirrm %%DATADIR%%/nose-1.3.0-py2.7.egg
- at dirrm %%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/tests
- at dirrm %%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts/tests
- at dirrm %%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts/manual_tests
- at dirrm %%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/scripts
- at dirrm %%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB/FileStorage
- at dirrm %%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/ZODB
- at dirrm %%DATADIR%%/ZODB-4.0.0a4-py2.7.egg/EGG-INFO
- at dirrm %%DATADIR%%/ZODB-4.0.0a4-py2.7.egg
- at dirrm %%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/zipsource/foo/sample
- at dirrm %%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/zipsource/foo
- at dirrm %%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/zipsource
- at dirrm %%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/library/widget
- at dirrm %%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/library/thing/extras
- at dirrm %%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/library/thing
- at dirrm %%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/library
- at dirrm %%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests/input
- at dirrm %%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/tests
- at dirrm %%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/components/logger/tests
- at dirrm %%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/components/logger
- at dirrm %%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/components/basic/tests
- at dirrm %%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/components/basic
- at dirrm %%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig/components
- at dirrm %%DATADIR%%/ZConfig-3.0.3-py2.7.egg/ZConfig
- at dirrm %%DATADIR%%/ZConfig-3.0.3-py2.7.egg/EGG-INFO/scripts
- at dirrm %%DATADIR%%/ZConfig-3.0.3-py2.7.egg/EGG-INFO
- at dirrm %%DATADIR%%/ZConfig-3.0.3-py2.7.egg
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/xish
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/topfiles
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/test
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/protocols/jabber
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/protocols
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words/im
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/words
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/topfiles
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/test
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web/_auth
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/web
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial/test
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/trial
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/topfiles
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/test
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/tap
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/spread/ui
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/spread
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/scripts/test
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/scripts
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/runner/topfiles
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/runner/test
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/runner
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/zsh
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python/test
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/python
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/test
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/mice
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols/gps
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/protocols
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/plugins
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/persisted/journal
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/persisted
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/pair/topfiles
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/pair/test
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/pair
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/news/topfiles
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/news/test
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/news
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/topfiles
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names/test
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/names
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/manhole/ui/test
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/manhole/ui
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/manhole
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/topfiles
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/test
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail/scripts
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/mail
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/topfiles
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/test
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore/scripts
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/lore
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test/fake_CAs
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/test
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/iocpreactor/iocpsupport
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet/iocpreactor
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/internet
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/enterprise
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/cred
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/ui
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/topfiles
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/test
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/ssh
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/scripts
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/openssh_compat
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/insults
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch/client
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/conch
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/application/test
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted/application
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/twisted
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/scripts
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/EGG-INFO
- at dirrm %%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg
- at dirrm %%DATADIR%%/SpideroakVersionMatcher-1.1-py2.7-linux-%%LINARCH%%.egg/EGG-INFO
- at dirrm %%DATADIR%%/SpideroakVersionMatcher-1.1-py2.7-linux-%%LINARCH%%.egg
- at dirrm %%DATADIR%%/Louie-1.1-py2.7.egg/louie/test
- at dirrm %%DATADIR%%/Louie-1.1-py2.7.egg/louie
- at dirrm %%DATADIR%%/Louie-1.1-py2.7.egg/EGG-INFO
- at dirrm %%DATADIR%%/Louie-1.1-py2.7.egg
- at dirrm %%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/messages
- at dirrm %%DATADIR%%/Babel-0.9.6-py2.7.egg/babel/localedata
- at dirrm %%DATADIR%%/Babel-0.9.6-py2.7.egg/babel
- at dirrm %%DATADIR%%/Babel-0.9.6-py2.7.egg/EGG-INFO
- at dirrm %%DATADIR%%/Babel-0.9.6-py2.7.egg
- at dirrm %%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/EGG-INFO
- at dirrm %%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees/tests
- at dirrm %%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg/BTrees
- at dirrm %%DATADIR%%/BTrees-4.0.5-py2.7-linux-%%LINARCH%%.egg
- at dirrm %%DATADIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
- at dirrm etc/xdg/menus/applications-merged
- at dirrmtry etc/xdg/menus
- at dirrmtry etc/xdg
- at dirrmtry etc/dbus-1/system.d
- at dirrmtry etc/dbus-1
- at exec mkdir -p %D/%%DATADIR%%/ZConfig-3.0.3-py2.7.egg/EGG-INFO/scripts
- at exec mkdir -p %D/%%DATADIR%%/Twisted-10.2.0-py2.7-linux-%%LINARCH%%.egg/EGG-INFO/scripts
+%%DATADIR%%/zope.interface._zope_interface_coptimizations.so



More information about the Midnightbsd-cvs mailing list