Wed Nov 18 17:41:20 2009 UTC ()
Update to 0.6.24. Lots and lots of changes since the 0.4 version we
had in pkgsrc.

On NetBSD, readers are still not recognized automatically due to a lack of
methods for finding new devices and their mount points.


(wiz)
diff -r1.3 -r1.4 pkgsrc/misc/calibre/Makefile
diff -r1.2 -r1.3 pkgsrc/misc/calibre/PLIST
diff -r1.1.1.1 -r1.2 pkgsrc/misc/calibre/distinfo
diff -r1.1.1.1 -r1.2 pkgsrc/misc/calibre/patches/patch-aa
diff -r0 -r1.1 pkgsrc/misc/calibre/patches/patch-ac

cvs diff -r1.3 -r1.4 pkgsrc/misc/calibre/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/calibre/Makefile 2009/09/22 01:08:03 1.3
+++ pkgsrc/misc/calibre/Makefile 2009/11/18 17:41:20 1.4
@@ -1,62 +1,87 @@ @@ -1,62 +1,87 @@
1# $NetBSD: Makefile,v 1.3 2009/09/22 01:08:03 wiz Exp $ 1# $NetBSD: Makefile,v 1.4 2009/11/18 17:41:20 wiz Exp $
2# 2#
3 3
4DISTNAME= calibre-0.4.128 4DISTNAME= calibre-0.6.24
5PKGREVISION= 1 
6CATEGORIES= misc 5CATEGORIES= misc
7MASTER_SITES= http://calibre.kovidgoyal.net/downloads/ 6MASTER_SITES= http://calibre.kovidgoyal.net/downloads/
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://calibre.kovidgoyal.net/ 9HOMEPAGE= http://calibre.kovidgoyal.net/
11COMMENT= E-book library management application 10COMMENT= E-book library management application
 11LICENSE= gnu-gpl-v3
12 12
13DEPENDS+= help2man>=1.36.4:../../converters/help2man 13DEPENDS+= help2man>=1.36.4:../../converters/help2man
14DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 14DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
15DEPENDS+= ImageMagick>=6.3.5:../../graphics/ImageMagick 
16DEPENDS+= xdg-utils>=1.0.2:../../misc/xdg-utils 15DEPENDS+= xdg-utils>=1.0.2:../../misc/xdg-utils
17DEPENDS+= ${PYPKGPREFIX}-lxml>=2.0.5:../../textproc/py-lxml 16DEPENDS+= poppler-utils-[0-9]*:../../print/poppler-utils
 17DEPENDS+= ${PYPKGPREFIX}-dns>=1.6.0:../../net/py-dns
 18DEPENDS+= ${PYPKGPREFIX}-lxml>=2.1.5:../../textproc/py-lxml
 19DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.4.1:../../time/py-dateutil
18DEPENDS+= ${PYPKGPREFIX}-ClientForm-[0-9]*:../../www/py-ClientForm 20DEPENDS+= ${PYPKGPREFIX}-ClientForm-[0-9]*:../../www/py-ClientForm
19DEPENDS+= ${PYPKGPREFIX}-beautifulsoup>=3.0.5:../../www/py-beautifulsoup 21DEPENDS+= ${PYPKGPREFIX}-beautifulsoup>=3.0.5:../../www/py-beautifulsoup
20DEPENDS+= ${PYPKGPREFIX}-mechanize>=0.1.8:../../www/py-mechanize 22DEPENDS+= ${PYPKGPREFIX}-mechanize>=0.1.11:../../www/py-mechanize
21 23
22#PKG_DESTDIR_SUPPORT= user-destdir 24#PKG_DESTDIR_SUPPORT= user-destdir
23 25
24USE_LANGUAGES= c c++ 26USE_LANGUAGES= c c++
25PYTHON_VERSIONS_ACCEPTED= 26 25 27USE_TOOLS+= pkg-config
 28PYTHON_VERSIONS_ACCEPTED= 26
26PYDISTUTILSPKG= yes 29PYDISTUTILSPKG= yes
 30PYSETUPOPTARGS= # empty
 31PYSETUPINSTALLARGS= --prefix=${PREFIX}
 32WRKSRC= ${WRKDIR}/calibre
 33INSTALLATION_DIRS= share/applications
 34INSTALLATION_DIRS= share/icons
27 35
28REPLACE_PYTHON= src/calibre/ebooks/metadata/odt.py 36REPLACE_PYTHON= src/calibre/ebooks/metadata/odt.py
29REPLACE_PYTHON+= src/odf/element.py 37REPLACE_PYTHON+= src/odf/element.py
30REPLACE_PYTHON+= src/odf/elementtypes.py 38REPLACE_PYTHON+= src/odf/elementtypes.py
31REPLACE_PYTHON+= src/odf/load.py 39REPLACE_PYTHON+= src/odf/load.py
32REPLACE_PYTHON+= src/odf/manifest.py 40REPLACE_PYTHON+= src/odf/manifest.py
33REPLACE_PYTHON+= src/odf/odf2xhtml.py 41REPLACE_PYTHON+= src/odf/odf2xhtml.py
34REPLACE_PYTHON+= src/odf/odfmanifest.py 42REPLACE_PYTHON+= src/odf/odfmanifest.py
35REPLACE_PYTHON+= src/odf/thumbnail.py 43REPLACE_PYTHON+= src/odf/thumbnail.py
36REPLACE_PYTHON+= src/odf/userfield.py 44REPLACE_PYTHON+= src/odf/userfield.py
 45REPLACE_PYTHON+= resources/recipes/fokkeensukke.recipe
 46REPLACE_PYTHON+= resources/recipes/trouw.recipe
37 47
38SUBST_CLASSES+= prefix 48SUBST_CLASSES+= prefix
39SUBST_SED.prefix= -e "s,^QMAKE =.*,QMAKE = '${PREFIX}/qt4/bin/qmake'," 49SUBST_SED.prefix= -e "s,^QMAKE =.*,QMAKE = '${PREFIX}/qt4/bin/qmake',"
40SUBST_MESSAGE.prefix= Fixing path to QMAKE 50SUBST_MESSAGE.prefix= Fixing path to QMAKE
41SUBST_STAGE.prefix= post-patch 51SUBST_STAGE.prefix= post-patch
42SUBST_FILES.prefix= pyqtdistutils.py 52SUBST_FILES.prefix= setup/build_environment.py
43 53
44SUBST_CLASSES+= install 54MAKE_ENV+= FC_INC_DIR=${BUILDLINK_PREFIX.fontconfig}/include/fontconfig
45SUBST_SED.install= -e "s,/usr/share/man,${PREFIX}/${PKGMANDIR}," 55MAKE_ENV+= FC_LIB_DIR=${BUILDLINK_PREFIX.fontconfig}/lib
46SUBST_MESSAGE.install= Fixing installation paths 56MAKE_ENV+= PODOFO_INC_DIR=${BUILDLINK_PREFIX.podofo}/include/podofo
47SUBST_STAGE.install= post-patch 57MAKE_ENV+= PODOFO_LIB_DIR=${BUILDLINK_PREFIX.podofo}/lib
48SUBST_FILES.install= src/calibre/linux.py 58#MAKE_ENV+= XDG_UTILS_DEBUG_LEVEL=100
49 59
50BUILDLINK_API_DEPENDS.libusb+= libusb>=0.1.12 60BUILDLINK_API_DEPENDS.libusb+= libusb>=0.1.12
51.include "../../devel/libusb/buildlink3.mk" 61.include "../../devel/libusb/buildlink3.mk"
 62.include "../../fonts/fontconfig/buildlink3.mk"
 63BUILDLINK_API_DEPENDS.ImageMagick+= ImageMagick>=6.3.5
 64.include "../../graphics/ImageMagick/buildlink3.mk"
 65BUILDLINK_API_DEPENDS.pyimaging+= ${PYPKGPREFIX}-imaging>=1.1.6
52.include "../../graphics/py-imaging/buildlink3.mk" 66.include "../../graphics/py-imaging/buildlink3.mk"
 67BUILDLINK_API_DEPENDS.libwmf+= libwmf>=0.2.8
 68.include "../../graphics/libwmf/buildlink3.mk"
53.include "../../lang/python/application.mk" 69.include "../../lang/python/application.mk"
54.include "../../lang/python/egg.mk" 70.include "../../lang/python/egg.mk"
 71_PYSETUPTOOLSINSTALLARGS= # empty
 72#.include "../../lang/python/extension.mk"
 73.include "../../print/podofo/buildlink3.mk"
 74.include "../../print/poppler-includes/buildlink3.mk"
 75.include "../../print/poppler/buildlink3.mk"
 76BUILDLINK_API_DEPENDS.poppler-qt4+= poppler-qt4>=0.10.6
 77.include "../../print/poppler-qt4/buildlink3.mk"
55.include "../../sysutils/hal/buildlink3.mk" 78.include "../../sysutils/hal/buildlink3.mk"
56BUILDLINK_API_DEPENDS.py-dbus+= ${PYPKGPREFIX}-dbus>=0.82.2 79BUILDLINK_API_DEPENDS.py-dbus+= ${PYPKGPREFIX}-dbus>=0.82.2
57.include "../../sysutils/py-dbus/buildlink3.mk" 80.include "../../sysutils/py-dbus/buildlink3.mk"
58.include "../../textproc/py-elementtree/buildlink3.mk" 81.include "../../textproc/py-elementtree/buildlink3.mk"
59.include "../../x11/py-sip/buildlink3.mk" 82.include "../../x11/py-sip/buildlink3.mk"
 83BUILDLINK_API_DEPENDS.py-qt4+= ${PYPKGPREFIX}-qt4>=4.5.1
60.include "../../x11/py-qt4/buildlink3.mk" 84.include "../../x11/py-qt4/buildlink3.mk"
 85BUILDLINK_API_DEPENDS.qt4-tools+= qt4-tools>=4.5.1
61.include "../../x11/qt4-tools/buildlink3.mk" 86.include "../../x11/qt4-tools/buildlink3.mk"
62.include "../../mk/bsd.pkg.mk" 87.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/misc/calibre/PLIST (expand / switch to unified diff)

--- pkgsrc/misc/calibre/PLIST 2009/06/14 18:07:19 1.2
+++ pkgsrc/misc/calibre/PLIST 2009/11/18 17:41:20 1.3
@@ -1,1956 +1,1410 @@ @@ -1,1956 +1,1410 @@
1@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:07:19 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.3 2009/11/18 17:41:20 wiz Exp $
2bin/any2epub 
3bin/any2lit 
4bin/any2lrf 
5bin/calibre 2bin/calibre
 3bin/calibre-complete
6bin/calibre-customize 4bin/calibre-customize
7bin/calibre-debug 5bin/calibre-debug
8bin/calibre-fontconfig 6bin/calibre-mount-helper
9bin/calibre-parallel 7bin/calibre-parallel
10bin/calibre-server 8bin/calibre-server
11bin/calibre_postinstall 9bin/calibre-smtp
 10bin/calibre-uninstall
12bin/calibredb 11bin/calibredb
13bin/comic2epub 12bin/ebook-convert
14bin/comic2lrf 13bin/ebook-device
15bin/comic2pdf 14bin/ebook-meta
16bin/ebook-viewer 15bin/ebook-viewer
17bin/epub-meta 16bin/fetch-ebook-metadata
18bin/epub2lrf 
19bin/fb2-meta 
20bin/fb22lrf 
21bin/feeds2disk 
22bin/feeds2epub 
23bin/feeds2lrf 
24bin/html2epub 
25bin/html2lrf 
26bin/html2oeb 
27bin/imp-meta 
28bin/isbndb 
29bin/librarything 17bin/librarything
30bin/lit-meta 
31bin/lit2lrf 
32bin/lit2oeb 
33bin/lrf-meta 
34bin/lrf2html 
35bin/lrf2lrs 18bin/lrf2lrs
36bin/lrfviewer 19bin/lrfviewer
37bin/lrs2lrf 20bin/lrs2lrf
38bin/markdown-calibre 21bin/markdown-calibre
39bin/mobi2lrf 22bin/pdfmanipulate
40bin/mobi2oeb 
41bin/odt-meta 
42bin/odt2oeb 
43bin/oeb2lit 
44bin/opf-meta 
45bin/pdf-meta 
46bin/pdf2lrf 
47bin/pdfreflow 
48bin/pdftrim 
49bin/prs500 
50bin/rb-meta 
51bin/rtf-meta 
52bin/rtf2lrf 
53bin/txt2lrf 
54bin/web2disk 23bin/web2disk
55bin/web2lrf 24lib/calibre/calibre/__init__.py
56${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 25lib/calibre/calibre/constants.py
57${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 26lib/calibre/calibre/customize/__init__.py
58${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 27lib/calibre/calibre/customize/builtins.py
59${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 28lib/calibre/calibre/customize/conversion.py
60${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 29lib/calibre/calibre/customize/profiles.py
61${PYSITELIB}/${EGG_INFODIR}/top_level.txt 30lib/calibre/calibre/customize/ui.py
62${PYSITELIB}/calibre/__init__.py 31lib/calibre/calibre/debug.py
63${PYSITELIB}/calibre/__init__.pyc 32lib/calibre/calibre/devices/__init__.py
64${PYSITELIB}/calibre/__init__.pyo 33lib/calibre/calibre/devices/android/__init__.py
65${PYSITELIB}/calibre/constants.py 34lib/calibre/calibre/devices/android/driver.py
66${PYSITELIB}/calibre/constants.pyc 35lib/calibre/calibre/devices/bebook/__init__.py
67${PYSITELIB}/calibre/constants.pyo 36lib/calibre/calibre/devices/bebook/driver.py
68${PYSITELIB}/calibre/customize/__init__.py 37lib/calibre/calibre/devices/blackberry/__init__.py
69${PYSITELIB}/calibre/customize/__init__.pyc 38lib/calibre/calibre/devices/blackberry/driver.py
70${PYSITELIB}/calibre/customize/__init__.pyo 39lib/calibre/calibre/devices/cybookg3/__init__.py
71${PYSITELIB}/calibre/customize/builtins.py 40lib/calibre/calibre/devices/cybookg3/driver.py
72${PYSITELIB}/calibre/customize/builtins.pyc 41lib/calibre/calibre/devices/cybookg3/t2b.py
73${PYSITELIB}/calibre/customize/builtins.pyo 42lib/calibre/calibre/devices/eb600/__init__.py
74${PYSITELIB}/calibre/customize/ui.py 43lib/calibre/calibre/devices/eb600/driver.py
75${PYSITELIB}/calibre/customize/ui.pyc 44lib/calibre/calibre/devices/errors.py
76${PYSITELIB}/calibre/customize/ui.pyo 45lib/calibre/calibre/devices/eslick/__init__.py
77${PYSITELIB}/calibre/debug.py 46lib/calibre/calibre/devices/eslick/driver.py
78${PYSITELIB}/calibre/debug.pyc 47lib/calibre/calibre/devices/iliad/__init__.py
79${PYSITELIB}/calibre/debug.pyo 48lib/calibre/calibre/devices/iliad/driver.py
80${PYSITELIB}/calibre/devices/__init__.py 49lib/calibre/calibre/devices/interface.py
81${PYSITELIB}/calibre/devices/__init__.pyc 50lib/calibre/calibre/devices/irexdr/__init__.py
82${PYSITELIB}/calibre/devices/__init__.pyo 51lib/calibre/calibre/devices/irexdr/driver.py
83${PYSITELIB}/calibre/devices/cybookg3/__init__.py 52lib/calibre/calibre/devices/iriver/__init__.py
84${PYSITELIB}/calibre/devices/cybookg3/__init__.pyc 53lib/calibre/calibre/devices/iriver/driver.py
85${PYSITELIB}/calibre/devices/cybookg3/__init__.pyo 54lib/calibre/calibre/devices/jetbook/__init__.py
86${PYSITELIB}/calibre/devices/cybookg3/driver.py 55lib/calibre/calibre/devices/jetbook/driver.py
87${PYSITELIB}/calibre/devices/cybookg3/driver.pyc 56lib/calibre/calibre/devices/kindle/__init__.py
88${PYSITELIB}/calibre/devices/cybookg3/driver.pyo 57lib/calibre/calibre/devices/kindle/driver.py
89${PYSITELIB}/calibre/devices/errors.py 58lib/calibre/calibre/devices/libusb.py
90${PYSITELIB}/calibre/devices/errors.pyc 59lib/calibre/calibre/devices/manager.py
91${PYSITELIB}/calibre/devices/errors.pyo 60lib/calibre/calibre/devices/mime.py
92${PYSITELIB}/calibre/devices/interface.py 61lib/calibre/calibre/devices/nuut2/__init__.py
93${PYSITELIB}/calibre/devices/interface.pyc 62lib/calibre/calibre/devices/nuut2/driver.py
94${PYSITELIB}/calibre/devices/interface.pyo 63lib/calibre/calibre/devices/prs500/__init__.py
95${PYSITELIB}/calibre/devices/kindle/__init__.py 64lib/calibre/calibre/devices/prs500/books.py
96${PYSITELIB}/calibre/devices/kindle/__init__.pyc 65lib/calibre/calibre/devices/prs500/cli/__init__.py
97${PYSITELIB}/calibre/devices/kindle/__init__.pyo 66lib/calibre/calibre/devices/prs500/cli/main.py
98${PYSITELIB}/calibre/devices/kindle/driver.py 67lib/calibre/calibre/devices/prs500/driver.py
99${PYSITELIB}/calibre/devices/kindle/driver.pyc 68lib/calibre/calibre/devices/prs500/prstypes.py
100${PYSITELIB}/calibre/devices/kindle/driver.pyo 69lib/calibre/calibre/devices/prs505/__init__.py
101${PYSITELIB}/calibre/devices/libusb.py 70lib/calibre/calibre/devices/prs505/books.py
102${PYSITELIB}/calibre/devices/libusb.pyc 71lib/calibre/calibre/devices/prs505/driver.py
103${PYSITELIB}/calibre/devices/libusb.pyo 72lib/calibre/calibre/devices/prs700/__init__.py
104${PYSITELIB}/calibre/devices/manager.py 73lib/calibre/calibre/devices/prs700/driver.py
105${PYSITELIB}/calibre/devices/manager.pyc 74lib/calibre/calibre/devices/scanner.py
106${PYSITELIB}/calibre/devices/manager.pyo 75lib/calibre/calibre/devices/usbms/__init__.py
107${PYSITELIB}/calibre/devices/mime.py 76lib/calibre/calibre/devices/usbms/books.py
108${PYSITELIB}/calibre/devices/mime.pyc 77lib/calibre/calibre/devices/usbms/cli.py
109${PYSITELIB}/calibre/devices/mime.pyo 78lib/calibre/calibre/devices/usbms/device.py
110${PYSITELIB}/calibre/devices/prs500/__init__.py 79lib/calibre/calibre/devices/usbms/deviceconfig.py
111${PYSITELIB}/calibre/devices/prs500/__init__.pyc 80lib/calibre/calibre/devices/usbms/driver.py
112${PYSITELIB}/calibre/devices/prs500/__init__.pyo 81lib/calibre/calibre/devices/usbobserver/test.py
113${PYSITELIB}/calibre/devices/prs500/books.py 82lib/calibre/calibre/ebooks/BeautifulSoup.py
114${PYSITELIB}/calibre/devices/prs500/books.pyc 83lib/calibre/calibre/ebooks/__init__.py
115${PYSITELIB}/calibre/devices/prs500/books.pyo 84lib/calibre/calibre/ebooks/chardet/__init__.py
116${PYSITELIB}/calibre/devices/prs500/cli/__init__.py 85lib/calibre/calibre/ebooks/chardet/big5freq.py
117${PYSITELIB}/calibre/devices/prs500/cli/__init__.pyc 86lib/calibre/calibre/ebooks/chardet/big5prober.py
118${PYSITELIB}/calibre/devices/prs500/cli/__init__.pyo 87lib/calibre/calibre/ebooks/chardet/chardistribution.py
119${PYSITELIB}/calibre/devices/prs500/cli/main.py 88lib/calibre/calibre/ebooks/chardet/charsetgroupprober.py
120${PYSITELIB}/calibre/devices/prs500/cli/main.pyc 89lib/calibre/calibre/ebooks/chardet/charsetprober.py
121${PYSITELIB}/calibre/devices/prs500/cli/main.pyo 90lib/calibre/calibre/ebooks/chardet/codingstatemachine.py
122${PYSITELIB}/calibre/devices/prs500/driver.py 91lib/calibre/calibre/ebooks/chardet/constants.py
123${PYSITELIB}/calibre/devices/prs500/driver.pyc 92lib/calibre/calibre/ebooks/chardet/escprober.py
124${PYSITELIB}/calibre/devices/prs500/driver.pyo 93lib/calibre/calibre/ebooks/chardet/escsm.py
125${PYSITELIB}/calibre/devices/prs500/prstypes.py 94lib/calibre/calibre/ebooks/chardet/eucjpprober.py
126${PYSITELIB}/calibre/devices/prs500/prstypes.pyc 95lib/calibre/calibre/ebooks/chardet/euckrfreq.py
127${PYSITELIB}/calibre/devices/prs500/prstypes.pyo 96lib/calibre/calibre/ebooks/chardet/euckrprober.py
128${PYSITELIB}/calibre/devices/prs505/__init__.py 97lib/calibre/calibre/ebooks/chardet/euctwfreq.py
129${PYSITELIB}/calibre/devices/prs505/__init__.pyc 98lib/calibre/calibre/ebooks/chardet/euctwprober.py
130${PYSITELIB}/calibre/devices/prs505/__init__.pyo 99lib/calibre/calibre/ebooks/chardet/gb2312freq.py
131${PYSITELIB}/calibre/devices/prs505/books.py 100lib/calibre/calibre/ebooks/chardet/gb2312prober.py
132${PYSITELIB}/calibre/devices/prs505/books.pyc 101lib/calibre/calibre/ebooks/chardet/hebrewprober.py
133${PYSITELIB}/calibre/devices/prs505/books.pyo 102lib/calibre/calibre/ebooks/chardet/jisfreq.py
134${PYSITELIB}/calibre/devices/prs505/driver.py 103lib/calibre/calibre/ebooks/chardet/jpcntx.py
135${PYSITELIB}/calibre/devices/prs505/driver.pyc 104lib/calibre/calibre/ebooks/chardet/langbulgarianmodel.py
136${PYSITELIB}/calibre/devices/prs505/driver.pyo 105lib/calibre/calibre/ebooks/chardet/langcyrillicmodel.py
137${PYSITELIB}/calibre/devices/prs700/__init__.py 106lib/calibre/calibre/ebooks/chardet/langgreekmodel.py
138${PYSITELIB}/calibre/devices/prs700/__init__.pyc 107lib/calibre/calibre/ebooks/chardet/langhebrewmodel.py
139${PYSITELIB}/calibre/devices/prs700/__init__.pyo 108lib/calibre/calibre/ebooks/chardet/langhungarianmodel.py
140${PYSITELIB}/calibre/devices/prs700/driver.py 109lib/calibre/calibre/ebooks/chardet/langthaimodel.py
141${PYSITELIB}/calibre/devices/prs700/driver.pyc 110lib/calibre/calibre/ebooks/chardet/latin1prober.py
142${PYSITELIB}/calibre/devices/prs700/driver.pyo 111lib/calibre/calibre/ebooks/chardet/mbcharsetprober.py
143${PYSITELIB}/calibre/devices/scanner.py 112lib/calibre/calibre/ebooks/chardet/mbcsgroupprober.py
144${PYSITELIB}/calibre/devices/scanner.pyc 113lib/calibre/calibre/ebooks/chardet/mbcssm.py
145${PYSITELIB}/calibre/devices/scanner.pyo 114lib/calibre/calibre/ebooks/chardet/sbcharsetprober.py
146${PYSITELIB}/calibre/devices/usbms/__init__.py 115lib/calibre/calibre/ebooks/chardet/sbcsgroupprober.py
147${PYSITELIB}/calibre/devices/usbms/__init__.pyc 116lib/calibre/calibre/ebooks/chardet/sjisprober.py
148${PYSITELIB}/calibre/devices/usbms/__init__.pyo 117lib/calibre/calibre/ebooks/chardet/universaldetector.py
149${PYSITELIB}/calibre/devices/usbms/books.py 118lib/calibre/calibre/ebooks/chardet/utf8prober.py
150${PYSITELIB}/calibre/devices/usbms/books.pyc 119lib/calibre/calibre/ebooks/comic/__init__.py
151${PYSITELIB}/calibre/devices/usbms/books.pyo 120lib/calibre/calibre/ebooks/comic/input.py
152${PYSITELIB}/calibre/devices/usbms/device.py 121lib/calibre/calibre/ebooks/compression/__init__.py
153${PYSITELIB}/calibre/devices/usbms/device.pyc 122lib/calibre/calibre/ebooks/compression/palmdoc.py
154${PYSITELIB}/calibre/devices/usbms/device.pyo 123lib/calibre/calibre/ebooks/compression/tcr.py
155${PYSITELIB}/calibre/devices/usbms/driver.py 124lib/calibre/calibre/ebooks/conversion/__init__.py
156${PYSITELIB}/calibre/devices/usbms/driver.pyc 125lib/calibre/calibre/ebooks/conversion/cli.py
157${PYSITELIB}/calibre/devices/usbms/driver.pyo 126lib/calibre/calibre/ebooks/conversion/config.py
158${PYSITELIB}/calibre/ebooks/BeautifulSoup.py 127lib/calibre/calibre/ebooks/conversion/plumber.py
159${PYSITELIB}/calibre/ebooks/BeautifulSoup.pyc 128lib/calibre/calibre/ebooks/conversion/preprocess.py
160${PYSITELIB}/calibre/ebooks/BeautifulSoup.pyo 129lib/calibre/calibre/ebooks/epub/__init__.py
161${PYSITELIB}/calibre/ebooks/__init__.py 130lib/calibre/calibre/ebooks/epub/input.py
162${PYSITELIB}/calibre/ebooks/__init__.pyc 131lib/calibre/calibre/ebooks/epub/output.py
163${PYSITELIB}/calibre/ebooks/__init__.pyo 132lib/calibre/calibre/ebooks/epub/pages.py
164${PYSITELIB}/calibre/ebooks/chardet/__init__.py 133lib/calibre/calibre/ebooks/fb2/__init__.py
165${PYSITELIB}/calibre/ebooks/chardet/__init__.pyc 134lib/calibre/calibre/ebooks/fb2/fb2ml.py
166${PYSITELIB}/calibre/ebooks/chardet/__init__.pyo 135lib/calibre/calibre/ebooks/fb2/input.py
167${PYSITELIB}/calibre/ebooks/chardet/big5freq.py 136lib/calibre/calibre/ebooks/fb2/output.py
168${PYSITELIB}/calibre/ebooks/chardet/big5freq.pyc 137lib/calibre/calibre/ebooks/html/__init__.py
169${PYSITELIB}/calibre/ebooks/chardet/big5freq.pyo 138lib/calibre/calibre/ebooks/html/input.py
170${PYSITELIB}/calibre/ebooks/chardet/big5prober.py 139lib/calibre/calibre/ebooks/hyphenate.py
171${PYSITELIB}/calibre/ebooks/chardet/big5prober.pyc 140lib/calibre/calibre/ebooks/lit/__init__.py
172${PYSITELIB}/calibre/ebooks/chardet/big5prober.pyo 141lib/calibre/calibre/ebooks/lit/from_any.py
173${PYSITELIB}/calibre/ebooks/chardet/chardistribution.py 142lib/calibre/calibre/ebooks/lit/input.py
174${PYSITELIB}/calibre/ebooks/chardet/chardistribution.pyc 143lib/calibre/calibre/ebooks/lit/lzx.py
175${PYSITELIB}/calibre/ebooks/chardet/chardistribution.pyo 144lib/calibre/calibre/ebooks/lit/maps/__init__.py
176${PYSITELIB}/calibre/ebooks/chardet/charsetgroupprober.py 145lib/calibre/calibre/ebooks/lit/maps/html.py
177${PYSITELIB}/calibre/ebooks/chardet/charsetgroupprober.pyc 146lib/calibre/calibre/ebooks/lit/maps/opf.py
178${PYSITELIB}/calibre/ebooks/chardet/charsetgroupprober.pyo 147lib/calibre/calibre/ebooks/lit/mssha1.py
179${PYSITELIB}/calibre/ebooks/chardet/charsetprober.py 148lib/calibre/calibre/ebooks/lit/output.py
180${PYSITELIB}/calibre/ebooks/chardet/charsetprober.pyc 149lib/calibre/calibre/ebooks/lit/reader.py
181${PYSITELIB}/calibre/ebooks/chardet/charsetprober.pyo 150lib/calibre/calibre/ebooks/lit/writer.py
182${PYSITELIB}/calibre/ebooks/chardet/codingstatemachine.py 151lib/calibre/calibre/ebooks/lrf/__init__.py
183${PYSITELIB}/calibre/ebooks/chardet/codingstatemachine.pyc 152lib/calibre/calibre/ebooks/lrf/fonts/__init__.py
184${PYSITELIB}/calibre/ebooks/chardet/codingstatemachine.pyo 153lib/calibre/calibre/ebooks/lrf/html/__init__.py
185${PYSITELIB}/calibre/ebooks/chardet/constants.py 154lib/calibre/calibre/ebooks/lrf/html/color_map.py
186${PYSITELIB}/calibre/ebooks/chardet/constants.pyc 155lib/calibre/calibre/ebooks/lrf/html/convert_from.py
187${PYSITELIB}/calibre/ebooks/chardet/constants.pyo 156lib/calibre/calibre/ebooks/lrf/html/convert_to.py
188${PYSITELIB}/calibre/ebooks/chardet/escprober.py 157lib/calibre/calibre/ebooks/lrf/html/table.py
189${PYSITELIB}/calibre/ebooks/chardet/escprober.pyc 158lib/calibre/calibre/ebooks/lrf/html/table_as_image.py
190${PYSITELIB}/calibre/ebooks/chardet/escprober.pyo 159lib/calibre/calibre/ebooks/lrf/input.py
191${PYSITELIB}/calibre/ebooks/chardet/escsm.py 160lib/calibre/calibre/ebooks/lrf/lrfparser.py
192${PYSITELIB}/calibre/ebooks/chardet/escsm.pyc 161lib/calibre/calibre/ebooks/lrf/lrs/__init__.py
193${PYSITELIB}/calibre/ebooks/chardet/escsm.pyo 162lib/calibre/calibre/ebooks/lrf/lrs/convert_from.py
194${PYSITELIB}/calibre/ebooks/chardet/eucjpprober.py 163lib/calibre/calibre/ebooks/lrf/meta.py
195${PYSITELIB}/calibre/ebooks/chardet/eucjpprober.pyc 164lib/calibre/calibre/ebooks/lrf/objects.py
196${PYSITELIB}/calibre/ebooks/chardet/eucjpprober.pyo 165lib/calibre/calibre/ebooks/lrf/output.py
197${PYSITELIB}/calibre/ebooks/chardet/euckrfreq.py 166lib/calibre/calibre/ebooks/lrf/pylrs/__init__.py
198${PYSITELIB}/calibre/ebooks/chardet/euckrfreq.pyc 167lib/calibre/calibre/ebooks/lrf/pylrs/elements.py
199${PYSITELIB}/calibre/ebooks/chardet/euckrfreq.pyo 168lib/calibre/calibre/ebooks/lrf/pylrs/pylrf.py
200${PYSITELIB}/calibre/ebooks/chardet/euckrprober.py 169lib/calibre/calibre/ebooks/lrf/pylrs/pylrfopt.py
201${PYSITELIB}/calibre/ebooks/chardet/euckrprober.pyc 170lib/calibre/calibre/ebooks/lrf/pylrs/pylrs.py
202${PYSITELIB}/calibre/ebooks/chardet/euckrprober.pyo 171lib/calibre/calibre/ebooks/lrf/tags.py
203${PYSITELIB}/calibre/ebooks/chardet/euctwfreq.py 172lib/calibre/calibre/ebooks/markdown/__init__.py
204${PYSITELIB}/calibre/ebooks/chardet/euctwfreq.pyc 173lib/calibre/calibre/ebooks/markdown/markdown.py
205${PYSITELIB}/calibre/ebooks/chardet/euctwfreq.pyo 174lib/calibre/calibre/ebooks/markdown/mdx_footnotes.py
206${PYSITELIB}/calibre/ebooks/chardet/euctwprober.py 175lib/calibre/calibre/ebooks/markdown/mdx_tables.py
207${PYSITELIB}/calibre/ebooks/chardet/euctwprober.pyc 176lib/calibre/calibre/ebooks/markdown/mdx_toc.py
208${PYSITELIB}/calibre/ebooks/chardet/euctwprober.pyo 177lib/calibre/calibre/ebooks/metadata/__init__.py
209${PYSITELIB}/calibre/ebooks/chardet/gb2312freq.py 178lib/calibre/calibre/ebooks/metadata/amazon.py
210${PYSITELIB}/calibre/ebooks/chardet/gb2312freq.pyc 179lib/calibre/calibre/ebooks/metadata/cli.py
211${PYSITELIB}/calibre/ebooks/chardet/gb2312freq.pyo 180lib/calibre/calibre/ebooks/metadata/epub.py
212${PYSITELIB}/calibre/ebooks/chardet/gb2312prober.py 181lib/calibre/calibre/ebooks/metadata/ereader.py
213${PYSITELIB}/calibre/ebooks/chardet/gb2312prober.pyc 182lib/calibre/calibre/ebooks/metadata/fb2.py
214${PYSITELIB}/calibre/ebooks/chardet/gb2312prober.pyo 183lib/calibre/calibre/ebooks/metadata/fetch.py
215${PYSITELIB}/calibre/ebooks/chardet/hebrewprober.py 184lib/calibre/calibre/ebooks/metadata/google_books.py
216${PYSITELIB}/calibre/ebooks/chardet/hebrewprober.pyc 185lib/calibre/calibre/ebooks/metadata/html.py
217${PYSITELIB}/calibre/ebooks/chardet/hebrewprober.pyo 186lib/calibre/calibre/ebooks/metadata/imp.py
218${PYSITELIB}/calibre/ebooks/chardet/jisfreq.py 187lib/calibre/calibre/ebooks/metadata/isbndb.py
219${PYSITELIB}/calibre/ebooks/chardet/jisfreq.pyc 188lib/calibre/calibre/ebooks/metadata/library_thing.py
220${PYSITELIB}/calibre/ebooks/chardet/jisfreq.pyo 189lib/calibre/calibre/ebooks/metadata/lit.py
221${PYSITELIB}/calibre/ebooks/chardet/jpcntx.py 190lib/calibre/calibre/ebooks/metadata/lrx.py
222${PYSITELIB}/calibre/ebooks/chardet/jpcntx.pyc 191lib/calibre/calibre/ebooks/metadata/meta.py
223${PYSITELIB}/calibre/ebooks/chardet/jpcntx.pyo 192lib/calibre/calibre/ebooks/metadata/mobi.py
224${PYSITELIB}/calibre/ebooks/chardet/langbulgarianmodel.py 193lib/calibre/calibre/ebooks/metadata/odt.py
225${PYSITELIB}/calibre/ebooks/chardet/langbulgarianmodel.pyc 194lib/calibre/calibre/ebooks/metadata/opf.py
226${PYSITELIB}/calibre/ebooks/chardet/langbulgarianmodel.pyo 195lib/calibre/calibre/ebooks/metadata/opf2.py
227${PYSITELIB}/calibre/ebooks/chardet/langcyrillicmodel.py 196lib/calibre/calibre/ebooks/metadata/pdb.py
228${PYSITELIB}/calibre/ebooks/chardet/langcyrillicmodel.pyc 197lib/calibre/calibre/ebooks/metadata/pdf.py
229${PYSITELIB}/calibre/ebooks/chardet/langcyrillicmodel.pyo 198lib/calibre/calibre/ebooks/metadata/pml.py
230${PYSITELIB}/calibre/ebooks/chardet/langgreekmodel.py 199lib/calibre/calibre/ebooks/metadata/rar.py
231${PYSITELIB}/calibre/ebooks/chardet/langgreekmodel.pyc 200lib/calibre/calibre/ebooks/metadata/rb.py
232${PYSITELIB}/calibre/ebooks/chardet/langgreekmodel.pyo 201lib/calibre/calibre/ebooks/metadata/rtf.py
233${PYSITELIB}/calibre/ebooks/chardet/langhebrewmodel.py 202lib/calibre/calibre/ebooks/metadata/toc.py
234${PYSITELIB}/calibre/ebooks/chardet/langhebrewmodel.pyc 203lib/calibre/calibre/ebooks/metadata/topaz.py
235${PYSITELIB}/calibre/ebooks/chardet/langhebrewmodel.pyo 204lib/calibre/calibre/ebooks/metadata/txt.py
236${PYSITELIB}/calibre/ebooks/chardet/langhungarianmodel.py 205lib/calibre/calibre/ebooks/metadata/worker.py
237${PYSITELIB}/calibre/ebooks/chardet/langhungarianmodel.pyc 206lib/calibre/calibre/ebooks/metadata/zip.py
238${PYSITELIB}/calibre/ebooks/chardet/langhungarianmodel.pyo 207lib/calibre/calibre/ebooks/mobi/__init__.py
239${PYSITELIB}/calibre/ebooks/chardet/langthaimodel.py 208lib/calibre/calibre/ebooks/mobi/huffcdic.py
240${PYSITELIB}/calibre/ebooks/chardet/langthaimodel.pyc 209lib/calibre/calibre/ebooks/mobi/input.py
241${PYSITELIB}/calibre/ebooks/chardet/langthaimodel.pyo 210lib/calibre/calibre/ebooks/mobi/langcodes.py
242${PYSITELIB}/calibre/ebooks/chardet/latin1prober.py 211lib/calibre/calibre/ebooks/mobi/mobiml.py
243${PYSITELIB}/calibre/ebooks/chardet/latin1prober.pyc 212lib/calibre/calibre/ebooks/mobi/output.py
244${PYSITELIB}/calibre/ebooks/chardet/latin1prober.pyo 213lib/calibre/calibre/ebooks/mobi/reader.py
245${PYSITELIB}/calibre/ebooks/chardet/mbcharsetprober.py 214lib/calibre/calibre/ebooks/mobi/writer.py
246${PYSITELIB}/calibre/ebooks/chardet/mbcharsetprober.pyc 215lib/calibre/calibre/ebooks/odt/__init__.py
247${PYSITELIB}/calibre/ebooks/chardet/mbcharsetprober.pyo 216lib/calibre/calibre/ebooks/odt/input.py
248${PYSITELIB}/calibre/ebooks/chardet/mbcsgroupprober.py 217lib/calibre/calibre/ebooks/oeb/__init__.py
249${PYSITELIB}/calibre/ebooks/chardet/mbcsgroupprober.pyc 218lib/calibre/calibre/ebooks/oeb/base.py
250${PYSITELIB}/calibre/ebooks/chardet/mbcsgroupprober.pyo 219lib/calibre/calibre/ebooks/oeb/entitydefs.py
251${PYSITELIB}/calibre/ebooks/chardet/mbcssm.py 220lib/calibre/calibre/ebooks/oeb/factory.py
252${PYSITELIB}/calibre/ebooks/chardet/mbcssm.pyc 221lib/calibre/calibre/ebooks/oeb/iterator.py
253${PYSITELIB}/calibre/ebooks/chardet/mbcssm.pyo 222lib/calibre/calibre/ebooks/oeb/output.py
254${PYSITELIB}/calibre/ebooks/chardet/sbcharsetprober.py 223lib/calibre/calibre/ebooks/oeb/profile.py
255${PYSITELIB}/calibre/ebooks/chardet/sbcharsetprober.pyc 224lib/calibre/calibre/ebooks/oeb/reader.py
256${PYSITELIB}/calibre/ebooks/chardet/sbcharsetprober.pyo 225lib/calibre/calibre/ebooks/oeb/stylizer.py
257${PYSITELIB}/calibre/ebooks/chardet/sbcsgroupprober.py 226lib/calibre/calibre/ebooks/oeb/transforms/__init__.py
258${PYSITELIB}/calibre/ebooks/chardet/sbcsgroupprober.pyc 227lib/calibre/calibre/ebooks/oeb/transforms/flatcss.py
259${PYSITELIB}/calibre/ebooks/chardet/sbcsgroupprober.pyo 228lib/calibre/calibre/ebooks/oeb/transforms/guide.py
260${PYSITELIB}/calibre/ebooks/chardet/sjisprober.py 229lib/calibre/calibre/ebooks/oeb/transforms/htmltoc.py
261${PYSITELIB}/calibre/ebooks/chardet/sjisprober.pyc 230lib/calibre/calibre/ebooks/oeb/transforms/jacket.py
262${PYSITELIB}/calibre/ebooks/chardet/sjisprober.pyo 231lib/calibre/calibre/ebooks/oeb/transforms/linearize_tables.py
263${PYSITELIB}/calibre/ebooks/chardet/universaldetector.py 232lib/calibre/calibre/ebooks/oeb/transforms/manglecase.py
264${PYSITELIB}/calibre/ebooks/chardet/universaldetector.pyc 233lib/calibre/calibre/ebooks/oeb/transforms/metadata.py
265${PYSITELIB}/calibre/ebooks/chardet/universaldetector.pyo 234lib/calibre/calibre/ebooks/oeb/transforms/rasterize.py
266${PYSITELIB}/calibre/ebooks/chardet/utf8prober.py 235lib/calibre/calibre/ebooks/oeb/transforms/rescale.py
267${PYSITELIB}/calibre/ebooks/chardet/utf8prober.pyc 236lib/calibre/calibre/ebooks/oeb/transforms/split.py
268${PYSITELIB}/calibre/ebooks/chardet/utf8prober.pyo 237lib/calibre/calibre/ebooks/oeb/transforms/structure.py
269${PYSITELIB}/calibre/ebooks/epub/__init__.py 238lib/calibre/calibre/ebooks/oeb/transforms/trimmanifest.py
270${PYSITELIB}/calibre/ebooks/epub/__init__.pyc 239lib/calibre/calibre/ebooks/oeb/writer.py
271${PYSITELIB}/calibre/ebooks/epub/__init__.pyo 240lib/calibre/calibre/ebooks/pdb/__init__.py
272${PYSITELIB}/calibre/ebooks/epub/fonts.py 241lib/calibre/calibre/ebooks/pdb/ereader/__init__.py
273${PYSITELIB}/calibre/ebooks/epub/fonts.pyc 242lib/calibre/calibre/ebooks/pdb/ereader/inspector.py
274${PYSITELIB}/calibre/ebooks/epub/fonts.pyo 243lib/calibre/calibre/ebooks/pdb/ereader/reader.py
275${PYSITELIB}/calibre/ebooks/epub/from_any.py 244lib/calibre/calibre/ebooks/pdb/ereader/reader132.py
276${PYSITELIB}/calibre/ebooks/epub/from_any.pyc 245lib/calibre/calibre/ebooks/pdb/ereader/reader202.py
277${PYSITELIB}/calibre/ebooks/epub/from_any.pyo 246lib/calibre/calibre/ebooks/pdb/ereader/writer.py
278${PYSITELIB}/calibre/ebooks/epub/from_comic.py 247lib/calibre/calibre/ebooks/pdb/formatreader.py
279${PYSITELIB}/calibre/ebooks/epub/from_comic.pyc 248lib/calibre/calibre/ebooks/pdb/formatwriter.py
280${PYSITELIB}/calibre/ebooks/epub/from_comic.pyo 249lib/calibre/calibre/ebooks/pdb/header.py
281${PYSITELIB}/calibre/ebooks/epub/from_feeds.py 250lib/calibre/calibre/ebooks/pdb/input.py
282${PYSITELIB}/calibre/ebooks/epub/from_feeds.pyc 251lib/calibre/calibre/ebooks/pdb/output.py
283${PYSITELIB}/calibre/ebooks/epub/from_feeds.pyo 252lib/calibre/calibre/ebooks/pdb/palmdoc/__init__.py
284${PYSITELIB}/calibre/ebooks/epub/from_html.py 253lib/calibre/calibre/ebooks/pdb/palmdoc/reader.py
285${PYSITELIB}/calibre/ebooks/epub/from_html.pyc 254lib/calibre/calibre/ebooks/pdb/palmdoc/writer.py
286${PYSITELIB}/calibre/ebooks/epub/from_html.pyo 255lib/calibre/calibre/ebooks/pdb/ztxt/__init__.py
287${PYSITELIB}/calibre/ebooks/epub/iterator.py 256lib/calibre/calibre/ebooks/pdb/ztxt/reader.py
288${PYSITELIB}/calibre/ebooks/epub/iterator.pyc 257lib/calibre/calibre/ebooks/pdb/ztxt/writer.py
289${PYSITELIB}/calibre/ebooks/epub/iterator.pyo 258lib/calibre/calibre/ebooks/pdf/__init__.py
290${PYSITELIB}/calibre/ebooks/epub/split.py 259lib/calibre/calibre/ebooks/pdf/from_comic.py
291${PYSITELIB}/calibre/ebooks/epub/split.pyc 260lib/calibre/calibre/ebooks/pdf/input.py
292${PYSITELIB}/calibre/ebooks/epub/split.pyo 261lib/calibre/calibre/ebooks/pdf/manipulate/__init__.py
293${PYSITELIB}/calibre/ebooks/html.py 262lib/calibre/calibre/ebooks/pdf/manipulate/cli.py
294${PYSITELIB}/calibre/ebooks/html.pyc 263lib/calibre/calibre/ebooks/pdf/manipulate/crop.py
295${PYSITELIB}/calibre/ebooks/html.pyo 264lib/calibre/calibre/ebooks/pdf/manipulate/decrypt.py
296${PYSITELIB}/calibre/ebooks/hyphenate.py 265lib/calibre/calibre/ebooks/pdf/manipulate/encrypt.py
297${PYSITELIB}/calibre/ebooks/hyphenate.pyc 266lib/calibre/calibre/ebooks/pdf/manipulate/info.py
298${PYSITELIB}/calibre/ebooks/hyphenate.pyo 267lib/calibre/calibre/ebooks/pdf/manipulate/merge.py
299${PYSITELIB}/calibre/ebooks/lit/__init__.py 268lib/calibre/calibre/ebooks/pdf/manipulate/reverse.py
300${PYSITELIB}/calibre/ebooks/lit/__init__.pyc 269lib/calibre/calibre/ebooks/pdf/manipulate/rotate.py
301${PYSITELIB}/calibre/ebooks/lit/__init__.pyo 270lib/calibre/calibre/ebooks/pdf/manipulate/split.py
302${PYSITELIB}/calibre/ebooks/lit/from_any.py 271lib/calibre/calibre/ebooks/pdf/output.py
303${PYSITELIB}/calibre/ebooks/lit/from_any.pyc 272lib/calibre/calibre/ebooks/pdf/pageoptions.py
304${PYSITELIB}/calibre/ebooks/lit/from_any.pyo 273lib/calibre/calibre/ebooks/pdf/pdftohtml.py
305${PYSITELIB}/calibre/ebooks/lit/lzx.py 274lib/calibre/calibre/ebooks/pdf/reflow.py
306${PYSITELIB}/calibre/ebooks/lit/lzx.pyc 275lib/calibre/calibre/ebooks/pdf/verify.py
307${PYSITELIB}/calibre/ebooks/lit/lzx.pyo 276lib/calibre/calibre/ebooks/pdf/writer.py
308${PYSITELIB}/calibre/ebooks/lit/maps/__init__.py 277lib/calibre/calibre/ebooks/pml/__init__.py
309${PYSITELIB}/calibre/ebooks/lit/maps/__init__.pyc 278lib/calibre/calibre/ebooks/pml/input.py
310${PYSITELIB}/calibre/ebooks/lit/maps/__init__.pyo 279lib/calibre/calibre/ebooks/pml/output.py
311${PYSITELIB}/calibre/ebooks/lit/maps/html.py 280lib/calibre/calibre/ebooks/pml/pmlconverter.py
312${PYSITELIB}/calibre/ebooks/lit/maps/html.pyc 281lib/calibre/calibre/ebooks/pml/pmlml.py
313${PYSITELIB}/calibre/ebooks/lit/maps/html.pyo 282lib/calibre/calibre/ebooks/rb/__init__.py
314${PYSITELIB}/calibre/ebooks/lit/maps/opf.py 283lib/calibre/calibre/ebooks/rb/input.py
315${PYSITELIB}/calibre/ebooks/lit/maps/opf.pyc 284lib/calibre/calibre/ebooks/rb/output.py
316${PYSITELIB}/calibre/ebooks/lit/maps/opf.pyo 285lib/calibre/calibre/ebooks/rb/rbml.py
317${PYSITELIB}/calibre/ebooks/lit/mssha1.py 286lib/calibre/calibre/ebooks/rb/reader.py
318${PYSITELIB}/calibre/ebooks/lit/mssha1.pyc 287lib/calibre/calibre/ebooks/rb/writer.py
319${PYSITELIB}/calibre/ebooks/lit/mssha1.pyo 288lib/calibre/calibre/ebooks/rtf/__init__.py
320${PYSITELIB}/calibre/ebooks/lit/oeb.py 289lib/calibre/calibre/ebooks/rtf/input.py
321${PYSITELIB}/calibre/ebooks/lit/oeb.pyc 290lib/calibre/calibre/ebooks/rtf/output.py
322${PYSITELIB}/calibre/ebooks/lit/oeb.pyo 291lib/calibre/calibre/ebooks/rtf/rtfml.py
323${PYSITELIB}/calibre/ebooks/lit/reader.py 292lib/calibre/calibre/ebooks/rtf2xml/ParseRtf.py
324${PYSITELIB}/calibre/ebooks/lit/reader.pyc 293lib/calibre/calibre/ebooks/rtf2xml/__init__.py
325${PYSITELIB}/calibre/ebooks/lit/reader.pyo 294lib/calibre/calibre/ebooks/rtf2xml/add_brackets.py
326${PYSITELIB}/calibre/ebooks/lit/stylizer.py 295lib/calibre/calibre/ebooks/rtf2xml/body_styles.py
327${PYSITELIB}/calibre/ebooks/lit/stylizer.pyc 296lib/calibre/calibre/ebooks/rtf2xml/border_parse.py
328${PYSITELIB}/calibre/ebooks/lit/stylizer.pyo 297lib/calibre/calibre/ebooks/rtf2xml/char_set.py
329${PYSITELIB}/calibre/ebooks/lit/writer.py 298lib/calibre/calibre/ebooks/rtf2xml/check_brackets.py
330${PYSITELIB}/calibre/ebooks/lit/writer.pyc 299lib/calibre/calibre/ebooks/rtf2xml/check_encoding.py
331${PYSITELIB}/calibre/ebooks/lit/writer.pyo 300lib/calibre/calibre/ebooks/rtf2xml/colors.py
332${PYSITELIB}/calibre/ebooks/lrf/__init__.py 301lib/calibre/calibre/ebooks/rtf2xml/combine_borders.py
333${PYSITELIB}/calibre/ebooks/lrf/__init__.pyc 302lib/calibre/calibre/ebooks/rtf2xml/configure_txt.py
334${PYSITELIB}/calibre/ebooks/lrf/__init__.pyo 303lib/calibre/calibre/ebooks/rtf2xml/convert_to_tags.py
335${PYSITELIB}/calibre/ebooks/lrf/any/__init__.py 304lib/calibre/calibre/ebooks/rtf2xml/copy.py
336${PYSITELIB}/calibre/ebooks/lrf/any/__init__.pyc 305lib/calibre/calibre/ebooks/rtf2xml/correct_unicode.py
337${PYSITELIB}/calibre/ebooks/lrf/any/__init__.pyo 306lib/calibre/calibre/ebooks/rtf2xml/default_encoding.py
338${PYSITELIB}/calibre/ebooks/lrf/any/convert_from.py 307lib/calibre/calibre/ebooks/rtf2xml/delete_info.py
339${PYSITELIB}/calibre/ebooks/lrf/any/convert_from.pyc 308lib/calibre/calibre/ebooks/rtf2xml/field_strings.py
340${PYSITELIB}/calibre/ebooks/lrf/any/convert_from.pyo 309lib/calibre/calibre/ebooks/rtf2xml/fields_large.py
341${PYSITELIB}/calibre/ebooks/lrf/comic/__init__.py 310lib/calibre/calibre/ebooks/rtf2xml/fields_small.py
342${PYSITELIB}/calibre/ebooks/lrf/comic/__init__.pyc 311lib/calibre/calibre/ebooks/rtf2xml/fonts.py
343${PYSITELIB}/calibre/ebooks/lrf/comic/__init__.pyo 312lib/calibre/calibre/ebooks/rtf2xml/footnote.py
344${PYSITELIB}/calibre/ebooks/lrf/comic/convert_from.py 313lib/calibre/calibre/ebooks/rtf2xml/get_char_map.py
345${PYSITELIB}/calibre/ebooks/lrf/comic/convert_from.pyc 314lib/calibre/calibre/ebooks/rtf2xml/get_options.py
346${PYSITELIB}/calibre/ebooks/lrf/comic/convert_from.pyo 315lib/calibre/calibre/ebooks/rtf2xml/group_borders.py
347${PYSITELIB}/calibre/ebooks/lrf/epub/__init__.py 316lib/calibre/calibre/ebooks/rtf2xml/group_styles.py
348${PYSITELIB}/calibre/ebooks/lrf/epub/__init__.pyc 317lib/calibre/calibre/ebooks/rtf2xml/header.py
349${PYSITELIB}/calibre/ebooks/lrf/epub/__init__.pyo 318lib/calibre/calibre/ebooks/rtf2xml/headings_to_sections.py
350${PYSITELIB}/calibre/ebooks/lrf/epub/convert_from.py 319lib/calibre/calibre/ebooks/rtf2xml/hex_2_utf8.py
351${PYSITELIB}/calibre/ebooks/lrf/epub/convert_from.pyc 320lib/calibre/calibre/ebooks/rtf2xml/info.py
352${PYSITELIB}/calibre/ebooks/lrf/epub/convert_from.pyo 321lib/calibre/calibre/ebooks/rtf2xml/inline.py
353${PYSITELIB}/calibre/ebooks/lrf/fb2/__init__.py 322lib/calibre/calibre/ebooks/rtf2xml/line_endings.py
354${PYSITELIB}/calibre/ebooks/lrf/fb2/__init__.pyc 323lib/calibre/calibre/ebooks/rtf2xml/list_numbers.py
355${PYSITELIB}/calibre/ebooks/lrf/fb2/__init__.pyo 324lib/calibre/calibre/ebooks/rtf2xml/list_table.py
356${PYSITELIB}/calibre/ebooks/lrf/fb2/convert_from.py 325lib/calibre/calibre/ebooks/rtf2xml/make_lists.py
357${PYSITELIB}/calibre/ebooks/lrf/fb2/convert_from.pyc 326lib/calibre/calibre/ebooks/rtf2xml/old_rtf.py
358${PYSITELIB}/calibre/ebooks/lrf/fb2/convert_from.pyo 327lib/calibre/calibre/ebooks/rtf2xml/options_trem.py
359${PYSITELIB}/calibre/ebooks/lrf/feeds/__init__.py 328lib/calibre/calibre/ebooks/rtf2xml/output.py
360${PYSITELIB}/calibre/ebooks/lrf/feeds/__init__.pyc 329lib/calibre/calibre/ebooks/rtf2xml/override_table.py
361${PYSITELIB}/calibre/ebooks/lrf/feeds/__init__.pyo 330lib/calibre/calibre/ebooks/rtf2xml/paragraph_def.py
362${PYSITELIB}/calibre/ebooks/lrf/feeds/convert_from.py 331lib/calibre/calibre/ebooks/rtf2xml/paragraphs.py
363${PYSITELIB}/calibre/ebooks/lrf/feeds/convert_from.pyc 332lib/calibre/calibre/ebooks/rtf2xml/pict.py
364${PYSITELIB}/calibre/ebooks/lrf/feeds/convert_from.pyo 333lib/calibre/calibre/ebooks/rtf2xml/preamble_div.py
365${PYSITELIB}/calibre/ebooks/lrf/fonts/__init__.py 334lib/calibre/calibre/ebooks/rtf2xml/preamble_rest.py
366${PYSITELIB}/calibre/ebooks/lrf/fonts/__init__.pyc 335lib/calibre/calibre/ebooks/rtf2xml/process_tokens.py
367${PYSITELIB}/calibre/ebooks/lrf/fonts/__init__.pyo 336lib/calibre/calibre/ebooks/rtf2xml/replace_illegals.py
368${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationMono_Bold.py 337lib/calibre/calibre/ebooks/rtf2xml/sections.py
369${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationMono_Bold.pyc 338lib/calibre/calibre/ebooks/rtf2xml/styles.py
370${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationMono_Bold.pyo 339lib/calibre/calibre/ebooks/rtf2xml/table.py
371${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationMono_BoldItalic.py 340lib/calibre/calibre/ebooks/rtf2xml/table_info.py
372${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationMono_BoldItalic.pyc 341lib/calibre/calibre/ebooks/rtf2xml/tokenize.py
373${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationMono_BoldItalic.pyo 342lib/calibre/calibre/ebooks/sgmllib.py
374${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationMono_Italic.py 343lib/calibre/calibre/ebooks/tcr/__init__.py
375${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationMono_Italic.pyc 344lib/calibre/calibre/ebooks/tcr/input.py
376${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationMono_Italic.pyo 345lib/calibre/calibre/ebooks/tcr/output.py
377${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationMono_Regular.py 346lib/calibre/calibre/ebooks/txt/__init__.py
378${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationMono_Regular.pyc 347lib/calibre/calibre/ebooks/txt/input.py
379${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationMono_Regular.pyo 348lib/calibre/calibre/ebooks/txt/newlines.py
380${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSans_Bold.py 349lib/calibre/calibre/ebooks/txt/output.py
381${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSans_Bold.pyc 350lib/calibre/calibre/ebooks/txt/processor.py
382${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSans_Bold.pyo 351lib/calibre/calibre/ebooks/txt/txtml.py
383${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSans_BoldItalic.py 352lib/calibre/calibre/ebooks/unidecode/__init__.py
384${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSans_BoldItalic.pyc 353lib/calibre/calibre/ebooks/unidecode/unicodepoints.py
385${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSans_BoldItalic.pyo 354lib/calibre/calibre/ebooks/unidecode/unidecoder.py
386${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSans_Italic.py 355lib/calibre/calibre/gui2/__init__.py
387${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSans_Italic.pyc 356lib/calibre/calibre/gui2/add.py
388${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSans_Italic.pyo 357lib/calibre/calibre/gui2/convert/__init__.py
389${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSans_Regular.py 358lib/calibre/calibre/gui2/convert/bulk.py
390${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSans_Regular.pyc 359lib/calibre/calibre/gui2/convert/comic_input.py
391${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSans_Regular.pyo 360lib/calibre/calibre/gui2/convert/comic_input_ui.py
392${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSerif_Bold.py 361lib/calibre/calibre/gui2/convert/debug.py
393${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSerif_Bold.pyc 362lib/calibre/calibre/gui2/convert/debug_ui.py
394${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSerif_Bold.pyo 363lib/calibre/calibre/gui2/convert/epub_output.py
395${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSerif_BoldItalic.py 364lib/calibre/calibre/gui2/convert/epub_output_ui.py
396${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSerif_BoldItalic.pyc 365lib/calibre/calibre/gui2/convert/fb2_input.py
397${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSerif_BoldItalic.pyo 366lib/calibre/calibre/gui2/convert/fb2_input_ui.py
398${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSerif_Italic.py 367lib/calibre/calibre/gui2/convert/fb2_output.py
399${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSerif_Italic.pyc 368lib/calibre/calibre/gui2/convert/fb2_output_ui.py
400${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSerif_Italic.pyo 369lib/calibre/calibre/gui2/convert/font_key.py
401${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSerif_Regular.py 370lib/calibre/calibre/gui2/convert/font_key_ui.py
402${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSerif_Regular.pyc 371lib/calibre/calibre/gui2/convert/gui_conversion.py
403${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/LiberationSerif_Regular.pyo 372lib/calibre/calibre/gui2/convert/look_and_feel.py
404${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/__init__.py 373lib/calibre/calibre/gui2/convert/look_and_feel_ui.py
405${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/__init__.pyc 374lib/calibre/calibre/gui2/convert/lrf_output.py
406${PYSITELIB}/calibre/ebooks/lrf/fonts/liberation/__init__.pyo 375lib/calibre/calibre/gui2/convert/lrf_output_ui.py
407${PYSITELIB}/calibre/ebooks/lrf/fonts/prs500/__init__.py 376lib/calibre/calibre/gui2/convert/metadata.py
408${PYSITELIB}/calibre/ebooks/lrf/fonts/prs500/__init__.pyc 377lib/calibre/calibre/gui2/convert/metadata_ui.py
409${PYSITELIB}/calibre/ebooks/lrf/fonts/prs500/__init__.pyo 378lib/calibre/calibre/gui2/convert/mobi_output.py
410${PYSITELIB}/calibre/ebooks/lrf/fonts/prs500/tt0003m_.py 379lib/calibre/calibre/gui2/convert/mobi_output_ui.py
411${PYSITELIB}/calibre/ebooks/lrf/fonts/prs500/tt0003m_.pyc 380lib/calibre/calibre/gui2/convert/page_setup.py
412${PYSITELIB}/calibre/ebooks/lrf/fonts/prs500/tt0003m_.pyo 381lib/calibre/calibre/gui2/convert/page_setup_ui.py
413${PYSITELIB}/calibre/ebooks/lrf/fonts/prs500/tt0011m_.py 382lib/calibre/calibre/gui2/convert/pdb_input.py
414${PYSITELIB}/calibre/ebooks/lrf/fonts/prs500/tt0011m_.pyc 383lib/calibre/calibre/gui2/convert/pdb_input_ui.py
415${PYSITELIB}/calibre/ebooks/lrf/fonts/prs500/tt0011m_.pyo 384lib/calibre/calibre/gui2/convert/pdb_output.py
416${PYSITELIB}/calibre/ebooks/lrf/fonts/prs500/tt0419m_.py 385lib/calibre/calibre/gui2/convert/pdb_output_ui.py
417${PYSITELIB}/calibre/ebooks/lrf/fonts/prs500/tt0419m_.pyc 386lib/calibre/calibre/gui2/convert/pdf_input.py
418${PYSITELIB}/calibre/ebooks/lrf/fonts/prs500/tt0419m_.pyo 387lib/calibre/calibre/gui2/convert/pdf_input_ui.py
419${PYSITELIB}/calibre/ebooks/lrf/html/__init__.py 388lib/calibre/calibre/gui2/convert/pdf_output.py
420${PYSITELIB}/calibre/ebooks/lrf/html/__init__.pyc 389lib/calibre/calibre/gui2/convert/pdf_output_ui.py
421${PYSITELIB}/calibre/ebooks/lrf/html/__init__.pyo 390lib/calibre/calibre/gui2/convert/rb_output.py
422${PYSITELIB}/calibre/ebooks/lrf/html/color_map.py 391lib/calibre/calibre/gui2/convert/rb_output_ui.py
423${PYSITELIB}/calibre/ebooks/lrf/html/color_map.pyc 392lib/calibre/calibre/gui2/convert/regex_builder.py
424${PYSITELIB}/calibre/ebooks/lrf/html/color_map.pyo 393lib/calibre/calibre/gui2/convert/regex_builder_ui.py
425${PYSITELIB}/calibre/ebooks/lrf/html/convert_from.py 394lib/calibre/calibre/gui2/convert/single.py
426${PYSITELIB}/calibre/ebooks/lrf/html/convert_from.pyc 395lib/calibre/calibre/gui2/convert/single_ui.py
427${PYSITELIB}/calibre/ebooks/lrf/html/convert_from.pyo 396lib/calibre/calibre/gui2/convert/structure_detection.py
428${PYSITELIB}/calibre/ebooks/lrf/html/convert_to.py 397lib/calibre/calibre/gui2/convert/structure_detection_ui.py
429${PYSITELIB}/calibre/ebooks/lrf/html/convert_to.pyc 398lib/calibre/calibre/gui2/convert/toc.py
430${PYSITELIB}/calibre/ebooks/lrf/html/convert_to.pyo 399lib/calibre/calibre/gui2/convert/toc_ui.py
431${PYSITELIB}/calibre/ebooks/lrf/html/table.py 400lib/calibre/calibre/gui2/convert/txt_input.py
432${PYSITELIB}/calibre/ebooks/lrf/html/table.pyc 401lib/calibre/calibre/gui2/convert/txt_input_ui.py
433${PYSITELIB}/calibre/ebooks/lrf/html/table.pyo 402lib/calibre/calibre/gui2/convert/txt_output.py
434${PYSITELIB}/calibre/ebooks/lrf/html/table_as_image.py 403lib/calibre/calibre/gui2/convert/txt_output_ui.py
435${PYSITELIB}/calibre/ebooks/lrf/html/table_as_image.pyc 404lib/calibre/calibre/gui2/convert/xexp_edit_ui.py
436${PYSITELIB}/calibre/ebooks/lrf/html/table_as_image.pyo 405lib/calibre/calibre/gui2/convert/xpath_wizard.py
437${PYSITELIB}/calibre/ebooks/lrf/lit/__init__.py 406lib/calibre/calibre/gui2/convert/xpath_wizard_ui.py
438${PYSITELIB}/calibre/ebooks/lrf/lit/__init__.pyc 407lib/calibre/calibre/gui2/cover_flow.py
439${PYSITELIB}/calibre/ebooks/lrf/lit/__init__.pyo 408lib/calibre/calibre/gui2/device.py
440${PYSITELIB}/calibre/ebooks/lrf/lit/convert_from.py 409lib/calibre/calibre/gui2/device_drivers/__init__.py
441${PYSITELIB}/calibre/ebooks/lrf/lit/convert_from.pyc 410lib/calibre/calibre/gui2/device_drivers/configwidget.py
442${PYSITELIB}/calibre/ebooks/lrf/lit/convert_from.pyo 411lib/calibre/calibre/gui2/device_drivers/configwidget_ui.py
443${PYSITELIB}/calibre/ebooks/lrf/lrfparser.py 412lib/calibre/calibre/gui2/dialogs/__init__.py
444${PYSITELIB}/calibre/ebooks/lrf/lrfparser.pyc 413lib/calibre/calibre/gui2/dialogs/book_info.py
445${PYSITELIB}/calibre/ebooks/lrf/lrfparser.pyo 414lib/calibre/calibre/gui2/dialogs/book_info_ui.py
446${PYSITELIB}/calibre/ebooks/lrf/lrs/__init__.py 415lib/calibre/calibre/gui2/dialogs/choose_format.py
447${PYSITELIB}/calibre/ebooks/lrf/lrs/__init__.pyc 416lib/calibre/calibre/gui2/dialogs/choose_format_ui.py
448${PYSITELIB}/calibre/ebooks/lrf/lrs/__init__.pyo 417lib/calibre/calibre/gui2/dialogs/comicconf.py
449${PYSITELIB}/calibre/ebooks/lrf/lrs/convert_from.py 418lib/calibre/calibre/gui2/dialogs/comicconf_ui.py
450${PYSITELIB}/calibre/ebooks/lrf/lrs/convert_from.pyc 419lib/calibre/calibre/gui2/dialogs/config/__init__.py
451${PYSITELIB}/calibre/ebooks/lrf/lrs/convert_from.pyo 420lib/calibre/calibre/gui2/dialogs/config/add_save.py
452${PYSITELIB}/calibre/ebooks/lrf/meta.py 421lib/calibre/calibre/gui2/dialogs/config/add_save_ui.py
453${PYSITELIB}/calibre/ebooks/lrf/meta.pyc 422lib/calibre/calibre/gui2/dialogs/config/config_ui.py
454${PYSITELIB}/calibre/ebooks/lrf/meta.pyo 423lib/calibre/calibre/gui2/dialogs/config/history.py
455${PYSITELIB}/calibre/ebooks/lrf/mobi/__init__.py 424lib/calibre/calibre/gui2/dialogs/config/social.py
456${PYSITELIB}/calibre/ebooks/lrf/mobi/__init__.pyc 425lib/calibre/calibre/gui2/dialogs/confirm_delete.py
457${PYSITELIB}/calibre/ebooks/lrf/mobi/__init__.pyo 426lib/calibre/calibre/gui2/dialogs/confirm_delete_ui.py
458${PYSITELIB}/calibre/ebooks/lrf/mobi/convert_from.py 427lib/calibre/calibre/gui2/dialogs/conversion_error.py
459${PYSITELIB}/calibre/ebooks/lrf/mobi/convert_from.pyc 428lib/calibre/calibre/gui2/dialogs/conversion_error_ui.py
460${PYSITELIB}/calibre/ebooks/lrf/mobi/convert_from.pyo 429lib/calibre/calibre/gui2/dialogs/fetch_metadata.py
461${PYSITELIB}/calibre/ebooks/lrf/objects.py 430lib/calibre/calibre/gui2/dialogs/fetch_metadata_ui.py
462${PYSITELIB}/calibre/ebooks/lrf/objects.pyc 431lib/calibre/calibre/gui2/dialogs/job_view_ui.py
463${PYSITELIB}/calibre/ebooks/lrf/objects.pyo 432lib/calibre/calibre/gui2/dialogs/jobs_ui.py
464${PYSITELIB}/calibre/ebooks/lrf/pdf/__init__.py 433lib/calibre/calibre/gui2/dialogs/metadata_bulk.py
465${PYSITELIB}/calibre/ebooks/lrf/pdf/__init__.pyc 434lib/calibre/calibre/gui2/dialogs/metadata_bulk_ui.py
466${PYSITELIB}/calibre/ebooks/lrf/pdf/__init__.pyo 435lib/calibre/calibre/gui2/dialogs/metadata_single.py
467${PYSITELIB}/calibre/ebooks/lrf/pdf/convert_from.py 436lib/calibre/calibre/gui2/dialogs/metadata_single_ui.py
468${PYSITELIB}/calibre/ebooks/lrf/pdf/convert_from.pyc 437lib/calibre/calibre/gui2/dialogs/password.py
469${PYSITELIB}/calibre/ebooks/lrf/pdf/convert_from.pyo 438lib/calibre/calibre/gui2/dialogs/password_ui.py
470${PYSITELIB}/calibre/ebooks/lrf/pdf/reflow.py 439lib/calibre/calibre/gui2/dialogs/progress.py
471${PYSITELIB}/calibre/ebooks/lrf/pdf/reflow.pyc 440lib/calibre/calibre/gui2/dialogs/progress_ui.py
472${PYSITELIB}/calibre/ebooks/lrf/pdf/reflow.pyo 441lib/calibre/calibre/gui2/dialogs/scheduler.py
473${PYSITELIB}/calibre/ebooks/lrf/pylrs/__init__.py 442lib/calibre/calibre/gui2/dialogs/scheduler_ui.py
474${PYSITELIB}/calibre/ebooks/lrf/pylrs/__init__.pyc 443lib/calibre/calibre/gui2/dialogs/search.py
475${PYSITELIB}/calibre/ebooks/lrf/pylrs/__init__.pyo 444lib/calibre/calibre/gui2/dialogs/search_item_ui.py
476${PYSITELIB}/calibre/ebooks/lrf/pylrs/elements.py 445lib/calibre/calibre/gui2/dialogs/search_ui.py
477${PYSITELIB}/calibre/ebooks/lrf/pylrs/elements.pyc 446lib/calibre/calibre/gui2/dialogs/tag_editor.py
478${PYSITELIB}/calibre/ebooks/lrf/pylrs/elements.pyo 447lib/calibre/calibre/gui2/dialogs/tag_editor_ui.py
479${PYSITELIB}/calibre/ebooks/lrf/pylrs/pylrf.py 448lib/calibre/calibre/gui2/dialogs/test_email_ui.py
480${PYSITELIB}/calibre/ebooks/lrf/pylrs/pylrf.pyc 449lib/calibre/calibre/gui2/dialogs/user_profiles.py
481${PYSITELIB}/calibre/ebooks/lrf/pylrs/pylrf.pyo 450lib/calibre/calibre/gui2/dialogs/user_profiles_ui.py
482${PYSITELIB}/calibre/ebooks/lrf/pylrs/pylrfopt.py 451lib/calibre/calibre/gui2/filename_pattern_ui.py
483${PYSITELIB}/calibre/ebooks/lrf/pylrs/pylrfopt.pyc 452lib/calibre/calibre/gui2/jobs.py
484${PYSITELIB}/calibre/ebooks/lrf/pylrs/pylrfopt.pyo 453lib/calibre/calibre/gui2/library.py
485${PYSITELIB}/calibre/ebooks/lrf/pylrs/pylrs.py 454lib/calibre/calibre/gui2/lrf_renderer/__init__.py
486${PYSITELIB}/calibre/ebooks/lrf/pylrs/pylrs.pyc 455lib/calibre/calibre/gui2/lrf_renderer/bookview.py
487${PYSITELIB}/calibre/ebooks/lrf/pylrs/pylrs.pyo 456lib/calibre/calibre/gui2/lrf_renderer/config_ui.py
488${PYSITELIB}/calibre/ebooks/lrf/rtf/__init__.py 457lib/calibre/calibre/gui2/lrf_renderer/document.py
489${PYSITELIB}/calibre/ebooks/lrf/rtf/__init__.pyc 458lib/calibre/calibre/gui2/lrf_renderer/main.py
490${PYSITELIB}/calibre/ebooks/lrf/rtf/__init__.pyo 459lib/calibre/calibre/gui2/lrf_renderer/main_ui.py
491${PYSITELIB}/calibre/ebooks/lrf/rtf/convert_from.py 460lib/calibre/calibre/gui2/lrf_renderer/text.py
492${PYSITELIB}/calibre/ebooks/lrf/rtf/convert_from.pyc 461lib/calibre/calibre/gui2/main.py
493${PYSITELIB}/calibre/ebooks/lrf/rtf/convert_from.pyo 462lib/calibre/calibre/gui2/main_ui.py
494${PYSITELIB}/calibre/ebooks/lrf/rtf/xsl.py 463lib/calibre/calibre/gui2/main_window.py
495${PYSITELIB}/calibre/ebooks/lrf/rtf/xsl.pyc 464lib/calibre/calibre/gui2/metadata.py
496${PYSITELIB}/calibre/ebooks/lrf/rtf/xsl.pyo 465lib/calibre/calibre/gui2/search_box.py
497${PYSITELIB}/calibre/ebooks/lrf/tags.py 466lib/calibre/calibre/gui2/status.py
498${PYSITELIB}/calibre/ebooks/lrf/tags.pyc 467lib/calibre/calibre/gui2/tag_view.py
499${PYSITELIB}/calibre/ebooks/lrf/tags.pyo 468lib/calibre/calibre/gui2/tools.py
500${PYSITELIB}/calibre/ebooks/lrf/txt/__init__.py 469lib/calibre/calibre/gui2/update.py
501${PYSITELIB}/calibre/ebooks/lrf/txt/__init__.pyc 470lib/calibre/calibre/gui2/viewer/__init__.py
502${PYSITELIB}/calibre/ebooks/lrf/txt/__init__.pyo 471lib/calibre/calibre/gui2/viewer/bookmarkmanager.py
503${PYSITELIB}/calibre/ebooks/lrf/txt/convert_from.py 472lib/calibre/calibre/gui2/viewer/bookmarkmanager_ui.py
504${PYSITELIB}/calibre/ebooks/lrf/txt/convert_from.pyc 473lib/calibre/calibre/gui2/viewer/config_ui.py
505${PYSITELIB}/calibre/ebooks/lrf/txt/convert_from.pyo 474lib/calibre/calibre/gui2/viewer/documentview.py
506${PYSITELIB}/calibre/ebooks/lrf/web/__init__.py 475lib/calibre/calibre/gui2/viewer/main.py
507${PYSITELIB}/calibre/ebooks/lrf/web/__init__.pyc 476lib/calibre/calibre/gui2/viewer/main_ui.py
508${PYSITELIB}/calibre/ebooks/lrf/web/__init__.pyo 477lib/calibre/calibre/gui2/viewer/printing.py
509${PYSITELIB}/calibre/ebooks/lrf/web/convert_from.py 478lib/calibre/calibre/gui2/widgets.py
510${PYSITELIB}/calibre/ebooks/lrf/web/convert_from.pyc 479lib/calibre/calibre/gui2/wizard/__init__.py
511${PYSITELIB}/calibre/ebooks/lrf/web/convert_from.pyo 480lib/calibre/calibre/gui2/wizard/device_ui.py
512${PYSITELIB}/calibre/ebooks/lrf/web/profiles/__init__.py 481lib/calibre/calibre/gui2/wizard/finish_ui.py
513${PYSITELIB}/calibre/ebooks/lrf/web/profiles/__init__.pyc 482lib/calibre/calibre/gui2/wizard/kindle_ui.py
514${PYSITELIB}/calibre/ebooks/lrf/web/profiles/__init__.pyo 483lib/calibre/calibre/gui2/wizard/library_ui.py
515${PYSITELIB}/calibre/ebooks/lrf/web/profiles/ap.py 484lib/calibre/calibre/gui2/wizard/send_email.py
516${PYSITELIB}/calibre/ebooks/lrf/web/profiles/ap.pyc 485lib/calibre/calibre/gui2/wizard/send_email_ui.py
517${PYSITELIB}/calibre/ebooks/lrf/web/profiles/ap.pyo 486lib/calibre/calibre/gui2/wizard/stanza_ui.py
518${PYSITELIB}/calibre/ebooks/lrf/web/profiles/atlantic.py 487lib/calibre/calibre/library/__init__.py
519${PYSITELIB}/calibre/ebooks/lrf/web/profiles/atlantic.pyc 488lib/calibre/calibre/library/cli.py
520${PYSITELIB}/calibre/ebooks/lrf/web/profiles/atlantic.pyo 489lib/calibre/calibre/library/database.py
521${PYSITELIB}/calibre/ebooks/lrf/web/profiles/automatic.py 490lib/calibre/calibre/library/database2.py
522${PYSITELIB}/calibre/ebooks/lrf/web/profiles/automatic.pyc 491lib/calibre/calibre/library/move.py
523${PYSITELIB}/calibre/ebooks/lrf/web/profiles/automatic.pyo 492lib/calibre/calibre/library/save_to_disk.py
524${PYSITELIB}/calibre/ebooks/lrf/web/profiles/barrons.py 493lib/calibre/calibre/library/server.py
525${PYSITELIB}/calibre/ebooks/lrf/web/profiles/barrons.pyc 494lib/calibre/calibre/library/sqlite.py
526${PYSITELIB}/calibre/ebooks/lrf/web/profiles/barrons.pyo 495lib/calibre/calibre/library/test.py
527${PYSITELIB}/calibre/ebooks/lrf/web/profiles/bbc.py 496lib/calibre/calibre/libunrar.py
528${PYSITELIB}/calibre/ebooks/lrf/web/profiles/bbc.pyc 497lib/calibre/calibre/libunzip.py
529${PYSITELIB}/calibre/ebooks/lrf/web/profiles/bbc.pyo 498lib/calibre/calibre/libwand.py
530${PYSITELIB}/calibre/ebooks/lrf/web/profiles/chr_mon.py 499lib/calibre/calibre/linux.py
531${PYSITELIB}/calibre/ebooks/lrf/web/profiles/chr_mon.pyc 500lib/calibre/calibre/manual/conf.py
532${PYSITELIB}/calibre/ebooks/lrf/web/profiles/chr_mon.pyo 501lib/calibre/calibre/manual/custom.py
533${PYSITELIB}/calibre/ebooks/lrf/web/profiles/cnn.py 502lib/calibre/calibre/manual/epub.py
534${PYSITELIB}/calibre/ebooks/lrf/web/profiles/cnn.pyc 503lib/calibre/calibre/manual/qthelp.py
535${PYSITELIB}/calibre/ebooks/lrf/web/profiles/cnn.pyo 504lib/calibre/calibre/plugins/cPalmdoc.so
536${PYSITELIB}/calibre/ebooks/lrf/web/profiles/economist.py 505lib/calibre/calibre/plugins/fontconfig.so
537${PYSITELIB}/calibre/ebooks/lrf/web/profiles/economist.pyc 506lib/calibre/calibre/plugins/lzx.so
538${PYSITELIB}/calibre/ebooks/lrf/web/profiles/economist.pyo 507lib/calibre/calibre/plugins/msdes.so
539${PYSITELIB}/calibre/ebooks/lrf/web/profiles/faznet.py 508lib/calibre/calibre/plugins/pdfreflow.so
540${PYSITELIB}/calibre/ebooks/lrf/web/profiles/faznet.pyc 509lib/calibre/calibre/plugins/pictureflow.so
541${PYSITELIB}/calibre/ebooks/lrf/web/profiles/faznet.pyo 510lib/calibre/calibre/plugins/podofo.so
542${PYSITELIB}/calibre/ebooks/lrf/web/profiles/jpost.py 511lib/calibre/calibre/ptempfile.py
543${PYSITELIB}/calibre/ebooks/lrf/web/profiles/jpost.pyc 512lib/calibre/calibre/startup.py
544${PYSITELIB}/calibre/ebooks/lrf/web/profiles/jpost.pyo 513lib/calibre/calibre/trac/__init__.py
545${PYSITELIB}/calibre/ebooks/lrf/web/profiles/jutarnji.py 514lib/calibre/calibre/trac/bzr_commit_plugin.py
546${PYSITELIB}/calibre/ebooks/lrf/web/profiles/jutarnji.pyc 515lib/calibre/calibre/trac/plugins/Changelog.py
547${PYSITELIB}/calibre/ebooks/lrf/web/profiles/jutarnji.pyo 516lib/calibre/calibre/trac/plugins/__init__.py
548${PYSITELIB}/calibre/ebooks/lrf/web/profiles/nasa.py 517lib/calibre/calibre/trac/plugins/download.py
549${PYSITELIB}/calibre/ebooks/lrf/web/profiles/nasa.pyc 518lib/calibre/calibre/trac/setup.py
550${PYSITELIB}/calibre/ebooks/lrf/web/profiles/nasa.pyo 519lib/calibre/calibre/translations/__init__.py
551${PYSITELIB}/calibre/ebooks/lrf/web/profiles/newsweek.py 520lib/calibre/calibre/translations/dynamic.py
552${PYSITELIB}/calibre/ebooks/lrf/web/profiles/newsweek.pyc 521lib/calibre/calibre/translations/msgfmt.py
553${PYSITELIB}/calibre/ebooks/lrf/web/profiles/newsweek.pyo 522lib/calibre/calibre/utils/PythonMagickWand.py
554${PYSITELIB}/calibre/ebooks/lrf/web/profiles/newyorker.py 523lib/calibre/calibre/utils/Zeroconf.py
555${PYSITELIB}/calibre/ebooks/lrf/web/profiles/newyorker.pyc 524lib/calibre/calibre/utils/__init__.py
556${PYSITELIB}/calibre/ebooks/lrf/web/profiles/newyorker.pyo 525lib/calibre/calibre/utils/complete.py
557${PYSITELIB}/calibre/ebooks/lrf/web/profiles/newyorkreview.py 526lib/calibre/calibre/utils/config.py
558${PYSITELIB}/calibre/ebooks/lrf/web/profiles/newyorkreview.pyc 527lib/calibre/calibre/utils/filenames.py
559${PYSITELIB}/calibre/ebooks/lrf/web/profiles/newyorkreview.pyo 528lib/calibre/calibre/utils/fonts/__init__.py
560${PYSITELIB}/calibre/ebooks/lrf/web/profiles/nytimes.py 529lib/calibre/calibre/utils/genshi/__init__.py
561${PYSITELIB}/calibre/ebooks/lrf/web/profiles/nytimes.pyc 530lib/calibre/calibre/utils/genshi/builder.py
562${PYSITELIB}/calibre/ebooks/lrf/web/profiles/nytimes.pyo 531lib/calibre/calibre/utils/genshi/core.py
563${PYSITELIB}/calibre/ebooks/lrf/web/profiles/portfolio.py 532lib/calibre/calibre/utils/genshi/filters/__init__.py
564${PYSITELIB}/calibre/ebooks/lrf/web/profiles/portfolio.pyc 533lib/calibre/calibre/utils/genshi/filters/html.py
565${PYSITELIB}/calibre/ebooks/lrf/web/profiles/portfolio.pyo 534lib/calibre/calibre/utils/genshi/filters/i18n.py
566${PYSITELIB}/calibre/ebooks/lrf/web/profiles/reuters.py 535lib/calibre/calibre/utils/genshi/filters/transform.py
567${PYSITELIB}/calibre/ebooks/lrf/web/profiles/reuters.pyc 536lib/calibre/calibre/utils/genshi/input.py
568${PYSITELIB}/calibre/ebooks/lrf/web/profiles/reuters.pyo 537lib/calibre/calibre/utils/genshi/output.py
569${PYSITELIB}/calibre/ebooks/lrf/web/profiles/spiegelde.py 538lib/calibre/calibre/utils/genshi/path.py
570${PYSITELIB}/calibre/ebooks/lrf/web/profiles/spiegelde.pyc 539lib/calibre/calibre/utils/genshi/template/__init__.py
571${PYSITELIB}/calibre/ebooks/lrf/web/profiles/spiegelde.pyo 540lib/calibre/calibre/utils/genshi/template/base.py
572${PYSITELIB}/calibre/ebooks/lrf/web/profiles/upi.py 541lib/calibre/calibre/utils/genshi/template/directives.py
573${PYSITELIB}/calibre/ebooks/lrf/web/profiles/upi.pyc 542lib/calibre/calibre/utils/genshi/template/eval.py
574${PYSITELIB}/calibre/ebooks/lrf/web/profiles/upi.pyo 543lib/calibre/calibre/utils/genshi/template/interpolation.py
575${PYSITELIB}/calibre/ebooks/lrf/web/profiles/usatoday.py 544lib/calibre/calibre/utils/genshi/template/loader.py
576${PYSITELIB}/calibre/ebooks/lrf/web/profiles/usatoday.pyc 545lib/calibre/calibre/utils/genshi/template/markup.py
577${PYSITELIB}/calibre/ebooks/lrf/web/profiles/usatoday.pyo 546lib/calibre/calibre/utils/genshi/template/plugin.py
578${PYSITELIB}/calibre/ebooks/lrf/web/profiles/wash_post.py 547lib/calibre/calibre/utils/genshi/template/text.py
579${PYSITELIB}/calibre/ebooks/lrf/web/profiles/wash_post.pyc 548lib/calibre/calibre/utils/genshi/util.py
580${PYSITELIB}/calibre/ebooks/lrf/web/profiles/wash_post.pyo 549lib/calibre/calibre/utils/help2man.py
581${PYSITELIB}/calibre/ebooks/lrf/web/profiles/wsj.py 550lib/calibre/calibre/utils/ipc/__init__.py
582${PYSITELIB}/calibre/ebooks/lrf/web/profiles/wsj.pyc 551lib/calibre/calibre/utils/ipc/job.py
583${PYSITELIB}/calibre/ebooks/lrf/web/profiles/wsj.pyo 552lib/calibre/calibre/utils/ipc/launch.py
584${PYSITELIB}/calibre/ebooks/lrf/web/profiles/zeitde.py 553lib/calibre/calibre/utils/ipc/server.py
585${PYSITELIB}/calibre/ebooks/lrf/web/profiles/zeitde.pyc 554lib/calibre/calibre/utils/ipc/worker.py
586${PYSITELIB}/calibre/ebooks/lrf/web/profiles/zeitde.pyo 555lib/calibre/calibre/utils/localization.py
587${PYSITELIB}/calibre/ebooks/markdown/__init__.py 556lib/calibre/calibre/utils/lock.py
588${PYSITELIB}/calibre/ebooks/markdown/__init__.pyc 557lib/calibre/calibre/utils/logging.py
589${PYSITELIB}/calibre/ebooks/markdown/__init__.pyo 558lib/calibre/calibre/utils/mdns.py
590${PYSITELIB}/calibre/ebooks/markdown/markdown.py 559lib/calibre/calibre/utils/osx_symlinks.py
591${PYSITELIB}/calibre/ebooks/markdown/markdown.pyc 560lib/calibre/calibre/utils/pdftk.py
592${PYSITELIB}/calibre/ebooks/markdown/markdown.pyo 561lib/calibre/calibre/utils/podofo/__init__.py
593${PYSITELIB}/calibre/ebooks/markdown/mdx_footnotes.py 562lib/calibre/calibre/utils/pyparsing.py
594${PYSITELIB}/calibre/ebooks/markdown/mdx_footnotes.pyc 563lib/calibre/calibre/utils/resources.py
595${PYSITELIB}/calibre/ebooks/markdown/mdx_footnotes.pyo 564lib/calibre/calibre/utils/rss_gen.py
596${PYSITELIB}/calibre/ebooks/markdown/mdx_tables.py 565lib/calibre/calibre/utils/search_query_parser.py
597${PYSITELIB}/calibre/ebooks/markdown/mdx_tables.pyc 566lib/calibre/calibre/utils/sftp.py
598${PYSITELIB}/calibre/ebooks/markdown/mdx_tables.pyo 567lib/calibre/calibre/utils/sigil.py
599${PYSITELIB}/calibre/ebooks/markdown/mdx_toc.py 568lib/calibre/calibre/utils/smtp.py
600${PYSITELIB}/calibre/ebooks/markdown/mdx_toc.pyc 569lib/calibre/calibre/utils/terminfo.py
601${PYSITELIB}/calibre/ebooks/markdown/mdx_toc.pyo 570lib/calibre/calibre/utils/threadpool.py
602${PYSITELIB}/calibre/ebooks/metadata/__init__.py 571lib/calibre/calibre/utils/winshell.py
603${PYSITELIB}/calibre/ebooks/metadata/__init__.pyc 572lib/calibre/calibre/utils/zipfile.py
604${PYSITELIB}/calibre/ebooks/metadata/__init__.pyo 573lib/calibre/calibre/web/__init__.py
605${PYSITELIB}/calibre/ebooks/metadata/amazon.py 574lib/calibre/calibre/web/feeds/__init__.py
606${PYSITELIB}/calibre/ebooks/metadata/amazon.pyc 575lib/calibre/calibre/web/feeds/feedparser.py
607${PYSITELIB}/calibre/ebooks/metadata/amazon.pyo 576lib/calibre/calibre/web/feeds/input.py
608${PYSITELIB}/calibre/ebooks/metadata/epub.py 577lib/calibre/calibre/web/feeds/news.py
609${PYSITELIB}/calibre/ebooks/metadata/epub.pyc 578lib/calibre/calibre/web/feeds/recipes/__init__.py
610${PYSITELIB}/calibre/ebooks/metadata/epub.pyo 579lib/calibre/calibre/web/feeds/recipes/collection.py
611${PYSITELIB}/calibre/ebooks/metadata/fb2.py 580lib/calibre/calibre/web/feeds/recipes/model.py
612${PYSITELIB}/calibre/ebooks/metadata/fb2.pyc 581lib/calibre/calibre/web/feeds/templates.py
613${PYSITELIB}/calibre/ebooks/metadata/fb2.pyo 582lib/calibre/calibre/web/fetch/__init__.py
614${PYSITELIB}/calibre/ebooks/metadata/html.py 583lib/calibre/calibre/web/fetch/simple.py
615${PYSITELIB}/calibre/ebooks/metadata/html.pyc 584lib/calibre/cherrypy/__init__.py
616${PYSITELIB}/calibre/ebooks/metadata/html.pyo 585lib/calibre/cherrypy/_cpcgifs.py
617${PYSITELIB}/calibre/ebooks/metadata/imp.py 586lib/calibre/cherrypy/_cpchecker.py
618${PYSITELIB}/calibre/ebooks/metadata/imp.pyc 587lib/calibre/cherrypy/_cpconfig.py
619${PYSITELIB}/calibre/ebooks/metadata/imp.pyo 588lib/calibre/cherrypy/_cpdispatch.py
620${PYSITELIB}/calibre/ebooks/metadata/isbndb.py 589lib/calibre/cherrypy/_cperror.py
621${PYSITELIB}/calibre/ebooks/metadata/isbndb.pyc 590lib/calibre/cherrypy/_cplogging.py
622${PYSITELIB}/calibre/ebooks/metadata/isbndb.pyo 591lib/calibre/cherrypy/_cpmodpy.py
623${PYSITELIB}/calibre/ebooks/metadata/library_thing.py 592lib/calibre/cherrypy/_cprequest.py
624${PYSITELIB}/calibre/ebooks/metadata/library_thing.pyc 593lib/calibre/cherrypy/_cpserver.py
625${PYSITELIB}/calibre/ebooks/metadata/library_thing.pyo 594lib/calibre/cherrypy/_cpthreadinglocal.py
626${PYSITELIB}/calibre/ebooks/metadata/lit.py 595lib/calibre/cherrypy/_cptools.py
627${PYSITELIB}/calibre/ebooks/metadata/lit.pyc 596lib/calibre/cherrypy/_cptree.py
628${PYSITELIB}/calibre/ebooks/metadata/lit.pyo 597lib/calibre/cherrypy/_cpwsgi.py
629${PYSITELIB}/calibre/ebooks/metadata/lrx.py 598lib/calibre/cherrypy/_cpwsgi_server.py
630${PYSITELIB}/calibre/ebooks/metadata/lrx.pyc 599lib/calibre/cherrypy/lib/__init__.py
631${PYSITELIB}/calibre/ebooks/metadata/lrx.pyo 600lib/calibre/cherrypy/lib/auth.py
632${PYSITELIB}/calibre/ebooks/metadata/meta.py 601lib/calibre/cherrypy/lib/caching.py
633${PYSITELIB}/calibre/ebooks/metadata/meta.pyc 602lib/calibre/cherrypy/lib/covercp.py
634${PYSITELIB}/calibre/ebooks/metadata/meta.pyo 603lib/calibre/cherrypy/lib/cptools.py
635${PYSITELIB}/calibre/ebooks/metadata/odt.py 604lib/calibre/cherrypy/lib/encoding.py
636${PYSITELIB}/calibre/ebooks/metadata/odt.py 605lib/calibre/cherrypy/lib/http.py
637${PYSITELIB}/calibre/ebooks/metadata/odt.pyc 606lib/calibre/cherrypy/lib/httpauth.py
638${PYSITELIB}/calibre/ebooks/metadata/odt.pyo 607lib/calibre/cherrypy/lib/profiler.py
639${PYSITELIB}/calibre/ebooks/metadata/opf.py 608lib/calibre/cherrypy/lib/safemime.py
640${PYSITELIB}/calibre/ebooks/metadata/opf.pyc 609lib/calibre/cherrypy/lib/sessions.py
641${PYSITELIB}/calibre/ebooks/metadata/opf.pyo 610lib/calibre/cherrypy/lib/static.py
642${PYSITELIB}/calibre/ebooks/metadata/opf2.py 611lib/calibre/cherrypy/lib/tidy.py
643${PYSITELIB}/calibre/ebooks/metadata/opf2.pyc 612lib/calibre/cherrypy/lib/wsgiapp.py
644${PYSITELIB}/calibre/ebooks/metadata/opf2.pyo 613lib/calibre/cherrypy/lib/xmlrpc.py
645${PYSITELIB}/calibre/ebooks/metadata/pdf.py 614lib/calibre/cherrypy/process/__init__.py
646${PYSITELIB}/calibre/ebooks/metadata/pdf.pyc 615lib/calibre/cherrypy/process/plugins.py
647${PYSITELIB}/calibre/ebooks/metadata/pdf.pyo 616lib/calibre/cherrypy/process/servers.py
648${PYSITELIB}/calibre/ebooks/metadata/rb.py 617lib/calibre/cherrypy/process/win32.py
649${PYSITELIB}/calibre/ebooks/metadata/rb.pyc 618lib/calibre/cherrypy/process/wspbus.py
650${PYSITELIB}/calibre/ebooks/metadata/rb.pyo 619lib/calibre/cherrypy/scaffold/__init__.py
651${PYSITELIB}/calibre/ebooks/metadata/rtf.py 620lib/calibre/cherrypy/wsgiserver/__init__.py
652${PYSITELIB}/calibre/ebooks/metadata/rtf.pyc 621lib/calibre/cssutils/__init__.py
653${PYSITELIB}/calibre/ebooks/metadata/rtf.pyo 622lib/calibre/cssutils/_fetch.py
654${PYSITELIB}/calibre/ebooks/metadata/toc.py 623lib/calibre/cssutils/_fetchgae.py
655${PYSITELIB}/calibre/ebooks/metadata/toc.pyc 624lib/calibre/cssutils/codec.py
656${PYSITELIB}/calibre/ebooks/metadata/toc.pyo 625lib/calibre/cssutils/css/__init__.py
657${PYSITELIB}/calibre/ebooks/metadata/zip.py 626lib/calibre/cssutils/css/csscharsetrule.py
658${PYSITELIB}/calibre/ebooks/metadata/zip.pyc 627lib/calibre/cssutils/css/csscomment.py
659${PYSITELIB}/calibre/ebooks/metadata/zip.pyo 628lib/calibre/cssutils/css/cssfontfacerule.py
660${PYSITELIB}/calibre/ebooks/mobi/__init__.py 629lib/calibre/cssutils/css/cssimportrule.py
661${PYSITELIB}/calibre/ebooks/mobi/__init__.pyc 630lib/calibre/cssutils/css/cssmediarule.py
662${PYSITELIB}/calibre/ebooks/mobi/__init__.pyo 631lib/calibre/cssutils/css/cssnamespacerule.py
663${PYSITELIB}/calibre/ebooks/mobi/huffcdic.py 632lib/calibre/cssutils/css/csspagerule.py
664${PYSITELIB}/calibre/ebooks/mobi/huffcdic.pyc 633lib/calibre/cssutils/css/cssproperties.py
665${PYSITELIB}/calibre/ebooks/mobi/huffcdic.pyo 634lib/calibre/cssutils/css/cssrule.py
666${PYSITELIB}/calibre/ebooks/mobi/langcodes.py 635lib/calibre/cssutils/css/cssrulelist.py
667${PYSITELIB}/calibre/ebooks/mobi/langcodes.pyc 636lib/calibre/cssutils/css/cssstyledeclaration.py
668${PYSITELIB}/calibre/ebooks/mobi/langcodes.pyo 637lib/calibre/cssutils/css/cssstylerule.py
669${PYSITELIB}/calibre/ebooks/mobi/palmdoc.py 638lib/calibre/cssutils/css/cssstylesheet.py
670${PYSITELIB}/calibre/ebooks/mobi/palmdoc.pyc 639lib/calibre/cssutils/css/cssunknownrule.py
671${PYSITELIB}/calibre/ebooks/mobi/palmdoc.pyo 640lib/calibre/cssutils/css/cssvalue.py
672${PYSITELIB}/calibre/ebooks/mobi/reader.py 641lib/calibre/cssutils/css/cssvariablesdeclaration.py
673${PYSITELIB}/calibre/ebooks/mobi/reader.pyc 642lib/calibre/cssutils/css/cssvariablesrule.py
674${PYSITELIB}/calibre/ebooks/mobi/reader.pyo 643lib/calibre/cssutils/css/property.py
675${PYSITELIB}/calibre/ebooks/odt/__init__.py 644lib/calibre/cssutils/css/selector.py
676${PYSITELIB}/calibre/ebooks/odt/__init__.pyc 645lib/calibre/cssutils/css/selectorlist.py
677${PYSITELIB}/calibre/ebooks/odt/__init__.pyo 646lib/calibre/cssutils/css2productions.py
678${PYSITELIB}/calibre/ebooks/odt/to_oeb.py 647lib/calibre/cssutils/cssproductions.py
679${PYSITELIB}/calibre/ebooks/odt/to_oeb.pyc 648lib/calibre/cssutils/errorhandler.py
680${PYSITELIB}/calibre/ebooks/odt/to_oeb.pyo 649lib/calibre/cssutils/helper.py
681${PYSITELIB}/calibre/ebooks/pdf/__init__.py 650lib/calibre/cssutils/parse.py
682${PYSITELIB}/calibre/ebooks/pdf/__init__.pyc 651lib/calibre/cssutils/prodparser.py
683${PYSITELIB}/calibre/ebooks/pdf/__init__.pyo 652lib/calibre/cssutils/profiles.py
684${PYSITELIB}/calibre/ebooks/pdf/from_comic.py 653lib/calibre/cssutils/script.py
685${PYSITELIB}/calibre/ebooks/pdf/from_comic.pyc 654lib/calibre/cssutils/serialize.py
686${PYSITELIB}/calibre/ebooks/pdf/from_comic.pyo 655lib/calibre/cssutils/settings.py
687${PYSITELIB}/calibre/ebooks/pdf/pdftrim.py 656lib/calibre/cssutils/stylesheets/__init__.py
688${PYSITELIB}/calibre/ebooks/pdf/pdftrim.pyc 657lib/calibre/cssutils/stylesheets/medialist.py
689${PYSITELIB}/calibre/ebooks/pdf/pdftrim.pyo 658lib/calibre/cssutils/stylesheets/mediaquery.py
690${PYSITELIB}/calibre/ebooks/rtf2xml/ParseRtf.py 659lib/calibre/cssutils/stylesheets/stylesheet.py
691${PYSITELIB}/calibre/ebooks/rtf2xml/ParseRtf.pyc 660lib/calibre/cssutils/stylesheets/stylesheetlist.py
692${PYSITELIB}/calibre/ebooks/rtf2xml/ParseRtf.pyo 661lib/calibre/cssutils/tokenize2.py
693${PYSITELIB}/calibre/ebooks/rtf2xml/__init__.py 662lib/calibre/cssutils/util.py
694${PYSITELIB}/calibre/ebooks/rtf2xml/__init__.pyc 663lib/calibre/encutils/__init__.py
695${PYSITELIB}/calibre/ebooks/rtf2xml/__init__.pyo 664lib/calibre/odf/__init__.py
696${PYSITELIB}/calibre/ebooks/rtf2xml/add_brackets.py 665lib/calibre/odf/anim.py
697${PYSITELIB}/calibre/ebooks/rtf2xml/add_brackets.pyc 666lib/calibre/odf/attrconverters.py
698${PYSITELIB}/calibre/ebooks/rtf2xml/add_brackets.pyo 667lib/calibre/odf/chart.py
699${PYSITELIB}/calibre/ebooks/rtf2xml/body_styles.py 668lib/calibre/odf/config.py
700${PYSITELIB}/calibre/ebooks/rtf2xml/body_styles.pyc 669lib/calibre/odf/dc.py
701${PYSITELIB}/calibre/ebooks/rtf2xml/body_styles.pyo 670lib/calibre/odf/dr3d.py
702${PYSITELIB}/calibre/ebooks/rtf2xml/border_parse.py 671lib/calibre/odf/draw.py
703${PYSITELIB}/calibre/ebooks/rtf2xml/border_parse.pyc 672lib/calibre/odf/easyliststyle.py
704${PYSITELIB}/calibre/ebooks/rtf2xml/border_parse.pyo 673lib/calibre/odf/element.py
705${PYSITELIB}/calibre/ebooks/rtf2xml/char_set.py 674lib/calibre/odf/elementtypes.py
706${PYSITELIB}/calibre/ebooks/rtf2xml/char_set.pyc 675lib/calibre/odf/form.py
707${PYSITELIB}/calibre/ebooks/rtf2xml/char_set.pyo 676lib/calibre/odf/grammar.py
708${PYSITELIB}/calibre/ebooks/rtf2xml/check_brackets.py 677lib/calibre/odf/load.py
709${PYSITELIB}/calibre/ebooks/rtf2xml/check_brackets.pyc 678lib/calibre/odf/manifest.py
710${PYSITELIB}/calibre/ebooks/rtf2xml/check_brackets.pyo 679lib/calibre/odf/math.py
711${PYSITELIB}/calibre/ebooks/rtf2xml/check_encoding.py 680lib/calibre/odf/meta.py
712${PYSITELIB}/calibre/ebooks/rtf2xml/check_encoding.pyc 681lib/calibre/odf/namespaces.py
713${PYSITELIB}/calibre/ebooks/rtf2xml/check_encoding.pyo 682lib/calibre/odf/number.py
714${PYSITELIB}/calibre/ebooks/rtf2xml/colors.py 683lib/calibre/odf/odf2moinmoin.py
715${PYSITELIB}/calibre/ebooks/rtf2xml/colors.pyc 684lib/calibre/odf/odf2xhtml.py
716${PYSITELIB}/calibre/ebooks/rtf2xml/colors.pyo 685lib/calibre/odf/odfmanifest.py
717${PYSITELIB}/calibre/ebooks/rtf2xml/combine_borders.py 686lib/calibre/odf/office.py
718${PYSITELIB}/calibre/ebooks/rtf2xml/combine_borders.pyc 687lib/calibre/odf/opendocument.py
719${PYSITELIB}/calibre/ebooks/rtf2xml/combine_borders.pyo 688lib/calibre/odf/presentation.py
720${PYSITELIB}/calibre/ebooks/rtf2xml/configure_txt.py 689lib/calibre/odf/script.py
721${PYSITELIB}/calibre/ebooks/rtf2xml/configure_txt.pyc 690lib/calibre/odf/style.py
722${PYSITELIB}/calibre/ebooks/rtf2xml/configure_txt.pyo 691lib/calibre/odf/svg.py
723${PYSITELIB}/calibre/ebooks/rtf2xml/convert_to_tags.py 692lib/calibre/odf/table.py
724${PYSITELIB}/calibre/ebooks/rtf2xml/convert_to_tags.pyc 693lib/calibre/odf/teletype.py
725${PYSITELIB}/calibre/ebooks/rtf2xml/convert_to_tags.pyo 694lib/calibre/odf/text.py
726${PYSITELIB}/calibre/ebooks/rtf2xml/copy.py 695lib/calibre/odf/thumbnail.py
727${PYSITELIB}/calibre/ebooks/rtf2xml/copy.pyc 696lib/calibre/odf/userfield.py
728${PYSITELIB}/calibre/ebooks/rtf2xml/copy.pyo 697lib/calibre/odf/xforms.py
729${PYSITELIB}/calibre/ebooks/rtf2xml/correct_unicode.py 698lib/calibre/pyPdf/__init__.py
730${PYSITELIB}/calibre/ebooks/rtf2xml/correct_unicode.pyc 699lib/calibre/pyPdf/filters.py
731${PYSITELIB}/calibre/ebooks/rtf2xml/correct_unicode.pyo 700lib/calibre/pyPdf/generic.py
732${PYSITELIB}/calibre/ebooks/rtf2xml/default_encoding.py 701lib/calibre/pyPdf/pdf.py
733${PYSITELIB}/calibre/ebooks/rtf2xml/default_encoding.pyc 702lib/calibre/pyPdf/utils.py
734${PYSITELIB}/calibre/ebooks/rtf2xml/default_encoding.pyo 703lib/calibre/pyPdf/xmp.py
735${PYSITELIB}/calibre/ebooks/rtf2xml/delete_info.py 704${PYSITELIB}/PyQt4/__init__.pyc
736${PYSITELIB}/calibre/ebooks/rtf2xml/delete_info.pyc 705${PYSITELIB}/PyQt4/pyqtconfig.pyc
737${PYSITELIB}/calibre/ebooks/rtf2xml/delete_info.pyo 706${PYSITELIB}/PyQt4/uic/Compiler/__init__.pyc
738${PYSITELIB}/calibre/ebooks/rtf2xml/field_strings.py 707${PYSITELIB}/PyQt4/uic/Compiler/compiler.pyc
739${PYSITELIB}/calibre/ebooks/rtf2xml/field_strings.pyc 708${PYSITELIB}/PyQt4/uic/Compiler/indenter.pyc
740${PYSITELIB}/calibre/ebooks/rtf2xml/field_strings.pyo 709${PYSITELIB}/PyQt4/uic/Compiler/misc.pyc
741${PYSITELIB}/calibre/ebooks/rtf2xml/fields_large.py 710${PYSITELIB}/PyQt4/uic/Compiler/proxy_type.pyc
742${PYSITELIB}/calibre/ebooks/rtf2xml/fields_large.pyc 711${PYSITELIB}/PyQt4/uic/Compiler/qobjectcreator.pyc
743${PYSITELIB}/calibre/ebooks/rtf2xml/fields_large.pyo 712${PYSITELIB}/PyQt4/uic/Compiler/qtproxies.pyc
744${PYSITELIB}/calibre/ebooks/rtf2xml/fields_small.py 713${PYSITELIB}/PyQt4/uic/__init__.pyc
745${PYSITELIB}/calibre/ebooks/rtf2xml/fields_small.pyc 714${PYSITELIB}/PyQt4/uic/exceptions.pyc
746${PYSITELIB}/calibre/ebooks/rtf2xml/fields_small.pyo 715${PYSITELIB}/PyQt4/uic/icon_cache.pyc
747${PYSITELIB}/calibre/ebooks/rtf2xml/fonts.py 716${PYSITELIB}/PyQt4/uic/objcreator.pyc
748${PYSITELIB}/calibre/ebooks/rtf2xml/fonts.pyc 717${PYSITELIB}/PyQt4/uic/port_v2/__init__.pyc
749${PYSITELIB}/calibre/ebooks/rtf2xml/fonts.pyo 718${PYSITELIB}/PyQt4/uic/port_v2/ascii_upper.pyc
750${PYSITELIB}/calibre/ebooks/rtf2xml/footnote.py 719${PYSITELIB}/PyQt4/uic/port_v2/encode_utf8.pyc
751${PYSITELIB}/calibre/ebooks/rtf2xml/footnote.pyc 720${PYSITELIB}/PyQt4/uic/port_v2/load_plugin.pyc
752${PYSITELIB}/calibre/ebooks/rtf2xml/footnote.pyo 721${PYSITELIB}/PyQt4/uic/port_v2/proxy_base.pyc
753${PYSITELIB}/calibre/ebooks/rtf2xml/get_char_map.py 722${PYSITELIB}/PyQt4/uic/properties.pyc
754${PYSITELIB}/calibre/ebooks/rtf2xml/get_char_map.pyc 723${PYSITELIB}/PyQt4/uic/uiparser.pyc
755${PYSITELIB}/calibre/ebooks/rtf2xml/get_char_map.pyo 724${PYSITELIB}/sipconfig.pyc
756${PYSITELIB}/calibre/ebooks/rtf2xml/get_options.py 725lib/udev/rules.d/95-calibre.rules
757${PYSITELIB}/calibre/ebooks/rtf2xml/get_options.pyc 
758${PYSITELIB}/calibre/ebooks/rtf2xml/get_options.pyo 
759${PYSITELIB}/calibre/ebooks/rtf2xml/group_borders.py 
760${PYSITELIB}/calibre/ebooks/rtf2xml/group_borders.pyc 
761${PYSITELIB}/calibre/ebooks/rtf2xml/group_borders.pyo 
762${PYSITELIB}/calibre/ebooks/rtf2xml/group_styles.py 
763${PYSITELIB}/calibre/ebooks/rtf2xml/group_styles.pyc 
764${PYSITELIB}/calibre/ebooks/rtf2xml/group_styles.pyo 
765${PYSITELIB}/calibre/ebooks/rtf2xml/header.py 
766${PYSITELIB}/calibre/ebooks/rtf2xml/header.pyc 
767${PYSITELIB}/calibre/ebooks/rtf2xml/header.pyo 
768${PYSITELIB}/calibre/ebooks/rtf2xml/headings_to_sections.py 
769${PYSITELIB}/calibre/ebooks/rtf2xml/headings_to_sections.pyc 
770${PYSITELIB}/calibre/ebooks/rtf2xml/headings_to_sections.pyo 
771${PYSITELIB}/calibre/ebooks/rtf2xml/hex_2_utf8.py 
772${PYSITELIB}/calibre/ebooks/rtf2xml/hex_2_utf8.pyc 
773${PYSITELIB}/calibre/ebooks/rtf2xml/hex_2_utf8.pyo 
774${PYSITELIB}/calibre/ebooks/rtf2xml/info.py 
775${PYSITELIB}/calibre/ebooks/rtf2xml/info.pyc 
776${PYSITELIB}/calibre/ebooks/rtf2xml/info.pyo 
777${PYSITELIB}/calibre/ebooks/rtf2xml/inline.py 
778${PYSITELIB}/calibre/ebooks/rtf2xml/inline.pyc 
779${PYSITELIB}/calibre/ebooks/rtf2xml/inline.pyo 
780${PYSITELIB}/calibre/ebooks/rtf2xml/line_endings.py 
781${PYSITELIB}/calibre/ebooks/rtf2xml/line_endings.pyc 
782${PYSITELIB}/calibre/ebooks/rtf2xml/line_endings.pyo 
783${PYSITELIB}/calibre/ebooks/rtf2xml/list_numbers.py 
784${PYSITELIB}/calibre/ebooks/rtf2xml/list_numbers.pyc 
785${PYSITELIB}/calibre/ebooks/rtf2xml/list_numbers.pyo 
786${PYSITELIB}/calibre/ebooks/rtf2xml/list_table.py 
787${PYSITELIB}/calibre/ebooks/rtf2xml/list_table.pyc 
788${PYSITELIB}/calibre/ebooks/rtf2xml/list_table.pyo 
789${PYSITELIB}/calibre/ebooks/rtf2xml/make_lists.py 
790${PYSITELIB}/calibre/ebooks/rtf2xml/make_lists.pyc 
791${PYSITELIB}/calibre/ebooks/rtf2xml/make_lists.pyo 
792${PYSITELIB}/calibre/ebooks/rtf2xml/old_rtf.py 
793${PYSITELIB}/calibre/ebooks/rtf2xml/old_rtf.pyc 
794${PYSITELIB}/calibre/ebooks/rtf2xml/old_rtf.pyo 
795${PYSITELIB}/calibre/ebooks/rtf2xml/options_trem.py 
796${PYSITELIB}/calibre/ebooks/rtf2xml/options_trem.pyc 
797${PYSITELIB}/calibre/ebooks/rtf2xml/options_trem.pyo 
798${PYSITELIB}/calibre/ebooks/rtf2xml/output.py 
799${PYSITELIB}/calibre/ebooks/rtf2xml/output.pyc 
800${PYSITELIB}/calibre/ebooks/rtf2xml/output.pyo 
801${PYSITELIB}/calibre/ebooks/rtf2xml/override_table.py 
802${PYSITELIB}/calibre/ebooks/rtf2xml/override_table.pyc 
803${PYSITELIB}/calibre/ebooks/rtf2xml/override_table.pyo 
804${PYSITELIB}/calibre/ebooks/rtf2xml/paragraph_def.py 
805${PYSITELIB}/calibre/ebooks/rtf2xml/paragraph_def.pyc 
806${PYSITELIB}/calibre/ebooks/rtf2xml/paragraph_def.pyo 
807${PYSITELIB}/calibre/ebooks/rtf2xml/paragraphs.py 
808${PYSITELIB}/calibre/ebooks/rtf2xml/paragraphs.pyc 
809${PYSITELIB}/calibre/ebooks/rtf2xml/paragraphs.pyo 
810${PYSITELIB}/calibre/ebooks/rtf2xml/pict.py 
811${PYSITELIB}/calibre/ebooks/rtf2xml/pict.pyc 
812${PYSITELIB}/calibre/ebooks/rtf2xml/pict.pyo 
813${PYSITELIB}/calibre/ebooks/rtf2xml/preamble_div.py 
814${PYSITELIB}/calibre/ebooks/rtf2xml/preamble_div.pyc 
815${PYSITELIB}/calibre/ebooks/rtf2xml/preamble_div.pyo 
816${PYSITELIB}/calibre/ebooks/rtf2xml/preamble_rest.py 
817${PYSITELIB}/calibre/ebooks/rtf2xml/preamble_rest.pyc 
818${PYSITELIB}/calibre/ebooks/rtf2xml/preamble_rest.pyo 
819${PYSITELIB}/calibre/ebooks/rtf2xml/process_tokens.py 
820${PYSITELIB}/calibre/ebooks/rtf2xml/process_tokens.pyc 
821${PYSITELIB}/calibre/ebooks/rtf2xml/process_tokens.pyo 
822${PYSITELIB}/calibre/ebooks/rtf2xml/replace_illegals.py 
823${PYSITELIB}/calibre/ebooks/rtf2xml/replace_illegals.pyc 
824${PYSITELIB}/calibre/ebooks/rtf2xml/replace_illegals.pyo 
825${PYSITELIB}/calibre/ebooks/rtf2xml/sections.py 
826${PYSITELIB}/calibre/ebooks/rtf2xml/sections.pyc 
827${PYSITELIB}/calibre/ebooks/rtf2xml/sections.pyo 
828${PYSITELIB}/calibre/ebooks/rtf2xml/styles.py 
829${PYSITELIB}/calibre/ebooks/rtf2xml/styles.pyc 
830${PYSITELIB}/calibre/ebooks/rtf2xml/styles.pyo 
831${PYSITELIB}/calibre/ebooks/rtf2xml/table.py 
832${PYSITELIB}/calibre/ebooks/rtf2xml/table.pyc 
833${PYSITELIB}/calibre/ebooks/rtf2xml/table.pyo 
834${PYSITELIB}/calibre/ebooks/rtf2xml/table_info.py 
835${PYSITELIB}/calibre/ebooks/rtf2xml/table_info.pyc 
836${PYSITELIB}/calibre/ebooks/rtf2xml/table_info.pyo 
837${PYSITELIB}/calibre/ebooks/rtf2xml/tokenize.py 
838${PYSITELIB}/calibre/ebooks/rtf2xml/tokenize.pyc 
839${PYSITELIB}/calibre/ebooks/rtf2xml/tokenize.pyo 
840${PYSITELIB}/calibre/ebooks/sgmllib.py 
841${PYSITELIB}/calibre/ebooks/sgmllib.pyc 
842${PYSITELIB}/calibre/ebooks/sgmllib.pyo 
843${PYSITELIB}/calibre/ezPyCrypto.py 
844${PYSITELIB}/calibre/ezPyCrypto.pyc 
845${PYSITELIB}/calibre/ezPyCrypto.pyo 
846${PYSITELIB}/calibre/gui2/__init__.py 
847${PYSITELIB}/calibre/gui2/__init__.pyc 
848${PYSITELIB}/calibre/gui2/__init__.pyo 
849${PYSITELIB}/calibre/gui2/cover_flow.py 
850${PYSITELIB}/calibre/gui2/cover_flow.pyc 
851${PYSITELIB}/calibre/gui2/cover_flow.pyo 
852${PYSITELIB}/calibre/gui2/device.py 
853${PYSITELIB}/calibre/gui2/device.pyc 
854${PYSITELIB}/calibre/gui2/device.pyo 
855${PYSITELIB}/calibre/gui2/dialogs/__init__.py 
856${PYSITELIB}/calibre/gui2/dialogs/__init__.pyc 
857${PYSITELIB}/calibre/gui2/dialogs/__init__.pyo 
858${PYSITELIB}/calibre/gui2/dialogs/book_info.py 
859${PYSITELIB}/calibre/gui2/dialogs/book_info.pyc 
860${PYSITELIB}/calibre/gui2/dialogs/book_info.pyo 
861${PYSITELIB}/calibre/gui2/dialogs/book_info_ui.py 
862${PYSITELIB}/calibre/gui2/dialogs/book_info_ui.py 
863${PYSITELIB}/calibre/gui2/dialogs/book_info_ui.pyc 
864${PYSITELIB}/calibre/gui2/dialogs/book_info_ui.pyo 
865${PYSITELIB}/calibre/gui2/dialogs/choose_format.py 
866${PYSITELIB}/calibre/gui2/dialogs/choose_format.pyc 
867${PYSITELIB}/calibre/gui2/dialogs/choose_format.pyo 
868${PYSITELIB}/calibre/gui2/dialogs/choose_format_ui.py 
869${PYSITELIB}/calibre/gui2/dialogs/choose_format_ui.py 
870${PYSITELIB}/calibre/gui2/dialogs/choose_format_ui.pyc 
871${PYSITELIB}/calibre/gui2/dialogs/choose_format_ui.pyo 
872${PYSITELIB}/calibre/gui2/dialogs/comicconf.py 
873${PYSITELIB}/calibre/gui2/dialogs/comicconf.pyc 
874${PYSITELIB}/calibre/gui2/dialogs/comicconf.pyo 
875${PYSITELIB}/calibre/gui2/dialogs/comicconf_ui.py 
876${PYSITELIB}/calibre/gui2/dialogs/comicconf_ui.py 
877${PYSITELIB}/calibre/gui2/dialogs/comicconf_ui.pyc 
878${PYSITELIB}/calibre/gui2/dialogs/comicconf_ui.pyo 
879${PYSITELIB}/calibre/gui2/dialogs/config.py 
880${PYSITELIB}/calibre/gui2/dialogs/config.pyc 
881${PYSITELIB}/calibre/gui2/dialogs/config.pyo 
882${PYSITELIB}/calibre/gui2/dialogs/config_ui.py 
883${PYSITELIB}/calibre/gui2/dialogs/config_ui.py 
884${PYSITELIB}/calibre/gui2/dialogs/config_ui.pyc 
885${PYSITELIB}/calibre/gui2/dialogs/config_ui.pyo 
886${PYSITELIB}/calibre/gui2/dialogs/confirm_delete.py 
887${PYSITELIB}/calibre/gui2/dialogs/confirm_delete.pyc 
888${PYSITELIB}/calibre/gui2/dialogs/confirm_delete.pyo 
889${PYSITELIB}/calibre/gui2/dialogs/confirm_delete_ui.py 
890${PYSITELIB}/calibre/gui2/dialogs/confirm_delete_ui.py 
891${PYSITELIB}/calibre/gui2/dialogs/confirm_delete_ui.pyc 
892${PYSITELIB}/calibre/gui2/dialogs/confirm_delete_ui.pyo 
893${PYSITELIB}/calibre/gui2/dialogs/conversion_error.py 
894${PYSITELIB}/calibre/gui2/dialogs/conversion_error.pyc 
895${PYSITELIB}/calibre/gui2/dialogs/conversion_error.pyo 
896${PYSITELIB}/calibre/gui2/dialogs/conversion_error_ui.py 
897${PYSITELIB}/calibre/gui2/dialogs/conversion_error_ui.py 
898${PYSITELIB}/calibre/gui2/dialogs/conversion_error_ui.pyc 
899${PYSITELIB}/calibre/gui2/dialogs/conversion_error_ui.pyo 
900${PYSITELIB}/calibre/gui2/dialogs/epub.py 
901${PYSITELIB}/calibre/gui2/dialogs/epub.pyc 
902${PYSITELIB}/calibre/gui2/dialogs/epub.pyo 
903${PYSITELIB}/calibre/gui2/dialogs/epub_ui.py 
904${PYSITELIB}/calibre/gui2/dialogs/epub_ui.py 
905${PYSITELIB}/calibre/gui2/dialogs/epub_ui.pyc 
906${PYSITELIB}/calibre/gui2/dialogs/epub_ui.pyo 
907${PYSITELIB}/calibre/gui2/dialogs/fetch_metadata.py 
908${PYSITELIB}/calibre/gui2/dialogs/fetch_metadata.pyc 
909${PYSITELIB}/calibre/gui2/dialogs/fetch_metadata.pyo 
910${PYSITELIB}/calibre/gui2/dialogs/fetch_metadata_ui.py 
911${PYSITELIB}/calibre/gui2/dialogs/fetch_metadata_ui.py 
912${PYSITELIB}/calibre/gui2/dialogs/fetch_metadata_ui.pyc 
913${PYSITELIB}/calibre/gui2/dialogs/fetch_metadata_ui.pyo 
914${PYSITELIB}/calibre/gui2/dialogs/job_view_ui.py 
915${PYSITELIB}/calibre/gui2/dialogs/job_view_ui.py 
916${PYSITELIB}/calibre/gui2/dialogs/job_view_ui.pyc 
917${PYSITELIB}/calibre/gui2/dialogs/job_view_ui.pyo 
918${PYSITELIB}/calibre/gui2/dialogs/jobs.py 
919${PYSITELIB}/calibre/gui2/dialogs/jobs.pyc 
920${PYSITELIB}/calibre/gui2/dialogs/jobs.pyo 
921${PYSITELIB}/calibre/gui2/dialogs/jobs_ui.py 
922${PYSITELIB}/calibre/gui2/dialogs/jobs_ui.py 
923${PYSITELIB}/calibre/gui2/dialogs/jobs_ui.pyc 
924${PYSITELIB}/calibre/gui2/dialogs/jobs_ui.pyo 
925${PYSITELIB}/calibre/gui2/dialogs/lrf_single.py 
926${PYSITELIB}/calibre/gui2/dialogs/lrf_single.pyc 
927${PYSITELIB}/calibre/gui2/dialogs/lrf_single.pyo 
928${PYSITELIB}/calibre/gui2/dialogs/lrf_single_ui.py 
929${PYSITELIB}/calibre/gui2/dialogs/lrf_single_ui.py 
930${PYSITELIB}/calibre/gui2/dialogs/lrf_single_ui.pyc 
931${PYSITELIB}/calibre/gui2/dialogs/lrf_single_ui.pyo 
932${PYSITELIB}/calibre/gui2/dialogs/metadata_bulk.py 
933${PYSITELIB}/calibre/gui2/dialogs/metadata_bulk.pyc 
934${PYSITELIB}/calibre/gui2/dialogs/metadata_bulk.pyo 
935${PYSITELIB}/calibre/gui2/dialogs/metadata_bulk_ui.py 
936${PYSITELIB}/calibre/gui2/dialogs/metadata_bulk_ui.py 
937${PYSITELIB}/calibre/gui2/dialogs/metadata_bulk_ui.pyc 
938${PYSITELIB}/calibre/gui2/dialogs/metadata_bulk_ui.pyo 
939${PYSITELIB}/calibre/gui2/dialogs/metadata_single.py 
940${PYSITELIB}/calibre/gui2/dialogs/metadata_single.pyc 
941${PYSITELIB}/calibre/gui2/dialogs/metadata_single.pyo 
942${PYSITELIB}/calibre/gui2/dialogs/metadata_single_ui.py 
943${PYSITELIB}/calibre/gui2/dialogs/metadata_single_ui.py 
944${PYSITELIB}/calibre/gui2/dialogs/metadata_single_ui.pyc 
945${PYSITELIB}/calibre/gui2/dialogs/metadata_single_ui.pyo 
946${PYSITELIB}/calibre/gui2/dialogs/password.py 
947${PYSITELIB}/calibre/gui2/dialogs/password.pyc 
948${PYSITELIB}/calibre/gui2/dialogs/password.pyo 
949${PYSITELIB}/calibre/gui2/dialogs/password_ui.py 
950${PYSITELIB}/calibre/gui2/dialogs/password_ui.py 
951${PYSITELIB}/calibre/gui2/dialogs/password_ui.pyc 
952${PYSITELIB}/calibre/gui2/dialogs/password_ui.pyo 
953${PYSITELIB}/calibre/gui2/dialogs/scheduler.py 
954${PYSITELIB}/calibre/gui2/dialogs/scheduler.pyc 
955${PYSITELIB}/calibre/gui2/dialogs/scheduler.pyo 
956${PYSITELIB}/calibre/gui2/dialogs/scheduler_ui.py 
957${PYSITELIB}/calibre/gui2/dialogs/scheduler_ui.py 
958${PYSITELIB}/calibre/gui2/dialogs/scheduler_ui.pyc 
959${PYSITELIB}/calibre/gui2/dialogs/scheduler_ui.pyo 
960${PYSITELIB}/calibre/gui2/dialogs/search.py 
961${PYSITELIB}/calibre/gui2/dialogs/search.pyc 
962${PYSITELIB}/calibre/gui2/dialogs/search.pyo 
963${PYSITELIB}/calibre/gui2/dialogs/search_item_ui.py 
964${PYSITELIB}/calibre/gui2/dialogs/search_item_ui.py 
965${PYSITELIB}/calibre/gui2/dialogs/search_item_ui.pyc 
966${PYSITELIB}/calibre/gui2/dialogs/search_item_ui.pyo 
967${PYSITELIB}/calibre/gui2/dialogs/search_ui.py 
968${PYSITELIB}/calibre/gui2/dialogs/search_ui.py 
969${PYSITELIB}/calibre/gui2/dialogs/search_ui.pyc 
970${PYSITELIB}/calibre/gui2/dialogs/search_ui.pyo 
971${PYSITELIB}/calibre/gui2/dialogs/tag_editor.py 
972${PYSITELIB}/calibre/gui2/dialogs/tag_editor.pyc 
973${PYSITELIB}/calibre/gui2/dialogs/tag_editor.pyo 
974${PYSITELIB}/calibre/gui2/dialogs/tag_editor_ui.py 
975${PYSITELIB}/calibre/gui2/dialogs/tag_editor_ui.py 
976${PYSITELIB}/calibre/gui2/dialogs/tag_editor_ui.pyc 
977${PYSITELIB}/calibre/gui2/dialogs/tag_editor_ui.pyo 
978${PYSITELIB}/calibre/gui2/dialogs/user_profiles.py 
979${PYSITELIB}/calibre/gui2/dialogs/user_profiles.pyc 
980${PYSITELIB}/calibre/gui2/dialogs/user_profiles.pyo 
981${PYSITELIB}/calibre/gui2/dialogs/user_profiles_ui.py 
982${PYSITELIB}/calibre/gui2/dialogs/user_profiles_ui.py 
983${PYSITELIB}/calibre/gui2/dialogs/user_profiles_ui.pyc 
984${PYSITELIB}/calibre/gui2/dialogs/user_profiles_ui.pyo 
985${PYSITELIB}/calibre/gui2/dialogs/warning_ui.py 
986${PYSITELIB}/calibre/gui2/dialogs/warning_ui.py 
987${PYSITELIB}/calibre/gui2/dialogs/warning_ui.pyc 
988${PYSITELIB}/calibre/gui2/dialogs/warning_ui.pyo 
989${PYSITELIB}/calibre/gui2/filename_pattern_ui.py 
990${PYSITELIB}/calibre/gui2/filename_pattern_ui.py 
991${PYSITELIB}/calibre/gui2/filename_pattern_ui.pyc 
992${PYSITELIB}/calibre/gui2/filename_pattern_ui.pyo 
993${PYSITELIB}/calibre/gui2/images_rc.py 
994${PYSITELIB}/calibre/gui2/images_rc.py 
995${PYSITELIB}/calibre/gui2/images_rc.pyc 
996${PYSITELIB}/calibre/gui2/images_rc.pyo 
997${PYSITELIB}/calibre/gui2/jobs2.py 
998${PYSITELIB}/calibre/gui2/jobs2.pyc 
999${PYSITELIB}/calibre/gui2/jobs2.pyo 
1000${PYSITELIB}/calibre/gui2/library.py 
1001${PYSITELIB}/calibre/gui2/library.pyc 
1002${PYSITELIB}/calibre/gui2/library.pyo 
1003${PYSITELIB}/calibre/gui2/lrf_renderer/__init__.py 
1004${PYSITELIB}/calibre/gui2/lrf_renderer/__init__.pyc 
1005${PYSITELIB}/calibre/gui2/lrf_renderer/__init__.pyo 
1006${PYSITELIB}/calibre/gui2/lrf_renderer/bookview.py 
1007${PYSITELIB}/calibre/gui2/lrf_renderer/bookview.pyc 
1008${PYSITELIB}/calibre/gui2/lrf_renderer/bookview.pyo 
1009${PYSITELIB}/calibre/gui2/lrf_renderer/config_ui.py 
1010${PYSITELIB}/calibre/gui2/lrf_renderer/config_ui.py 
1011${PYSITELIB}/calibre/gui2/lrf_renderer/config_ui.pyc 
1012${PYSITELIB}/calibre/gui2/lrf_renderer/config_ui.pyo 
1013${PYSITELIB}/calibre/gui2/lrf_renderer/document.py 
1014${PYSITELIB}/calibre/gui2/lrf_renderer/document.pyc 
1015${PYSITELIB}/calibre/gui2/lrf_renderer/document.pyo 
1016${PYSITELIB}/calibre/gui2/lrf_renderer/main.py 
1017${PYSITELIB}/calibre/gui2/lrf_renderer/main.pyc 
1018${PYSITELIB}/calibre/gui2/lrf_renderer/main.pyo 
1019${PYSITELIB}/calibre/gui2/lrf_renderer/main_ui.py 
1020${PYSITELIB}/calibre/gui2/lrf_renderer/main_ui.py 
1021${PYSITELIB}/calibre/gui2/lrf_renderer/main_ui.pyc 
1022${PYSITELIB}/calibre/gui2/lrf_renderer/main_ui.pyo 
1023${PYSITELIB}/calibre/gui2/lrf_renderer/text.py 
1024${PYSITELIB}/calibre/gui2/lrf_renderer/text.pyc 
1025${PYSITELIB}/calibre/gui2/lrf_renderer/text.pyo 
1026${PYSITELIB}/calibre/gui2/main.py 
1027${PYSITELIB}/calibre/gui2/main.pyc 
1028${PYSITELIB}/calibre/gui2/main.pyo 
1029${PYSITELIB}/calibre/gui2/main_ui.py 
1030${PYSITELIB}/calibre/gui2/main_ui.py 
1031${PYSITELIB}/calibre/gui2/main_ui.pyc 
1032${PYSITELIB}/calibre/gui2/main_ui.pyo 
1033${PYSITELIB}/calibre/gui2/main_window.py 
1034${PYSITELIB}/calibre/gui2/main_window.pyc 
1035${PYSITELIB}/calibre/gui2/main_window.pyo 
1036${PYSITELIB}/calibre/gui2/status.py 
1037${PYSITELIB}/calibre/gui2/status.pyc 
1038${PYSITELIB}/calibre/gui2/status.pyo 
1039${PYSITELIB}/calibre/gui2/tags.py 
1040${PYSITELIB}/calibre/gui2/tags.pyc 
1041${PYSITELIB}/calibre/gui2/tags.pyo 
1042${PYSITELIB}/calibre/gui2/tools.py 
1043${PYSITELIB}/calibre/gui2/tools.pyc 
1044${PYSITELIB}/calibre/gui2/tools.pyo 
1045${PYSITELIB}/calibre/gui2/update.py 
1046${PYSITELIB}/calibre/gui2/update.pyc 
1047${PYSITELIB}/calibre/gui2/update.pyo 
1048${PYSITELIB}/calibre/gui2/viewer/__init__.py 
1049${PYSITELIB}/calibre/gui2/viewer/__init__.pyc 
1050${PYSITELIB}/calibre/gui2/viewer/__init__.pyo 
1051${PYSITELIB}/calibre/gui2/viewer/config_ui.py 
1052${PYSITELIB}/calibre/gui2/viewer/config_ui.py 
1053${PYSITELIB}/calibre/gui2/viewer/config_ui.pyc 
1054${PYSITELIB}/calibre/gui2/viewer/config_ui.pyo 
1055${PYSITELIB}/calibre/gui2/viewer/documentview.py 
1056${PYSITELIB}/calibre/gui2/viewer/documentview.pyc 
1057${PYSITELIB}/calibre/gui2/viewer/documentview.pyo 
1058${PYSITELIB}/calibre/gui2/viewer/js.py 
1059${PYSITELIB}/calibre/gui2/viewer/js.pyc 
1060${PYSITELIB}/calibre/gui2/viewer/js.pyo 
1061${PYSITELIB}/calibre/gui2/viewer/main.py 
1062${PYSITELIB}/calibre/gui2/viewer/main.pyc 
1063${PYSITELIB}/calibre/gui2/viewer/main.pyo 
1064${PYSITELIB}/calibre/gui2/viewer/main_ui.py 
1065${PYSITELIB}/calibre/gui2/viewer/main_ui.py 
1066${PYSITELIB}/calibre/gui2/viewer/main_ui.pyc 
1067${PYSITELIB}/calibre/gui2/viewer/main_ui.pyo 
1068${PYSITELIB}/calibre/gui2/widgets.py 
1069${PYSITELIB}/calibre/gui2/widgets.pyc 
1070${PYSITELIB}/calibre/gui2/widgets.pyo 
1071${PYSITELIB}/calibre/library/__init__.py 
1072${PYSITELIB}/calibre/library/__init__.pyc 
1073${PYSITELIB}/calibre/library/__init__.pyo 
1074${PYSITELIB}/calibre/library/cli.py 
1075${PYSITELIB}/calibre/library/cli.pyc 
1076${PYSITELIB}/calibre/library/cli.pyo 
1077${PYSITELIB}/calibre/library/database.py 
1078${PYSITELIB}/calibre/library/database.pyc 
1079${PYSITELIB}/calibre/library/database.pyo 
1080${PYSITELIB}/calibre/library/database2.py 
1081${PYSITELIB}/calibre/library/database2.pyc 
1082${PYSITELIB}/calibre/library/database2.pyo 
1083${PYSITELIB}/calibre/library/server.py 
1084${PYSITELIB}/calibre/library/server.pyc 
1085${PYSITELIB}/calibre/library/server.pyo 
1086${PYSITELIB}/calibre/library/sqlite.py 
1087${PYSITELIB}/calibre/library/sqlite.pyc 
1088${PYSITELIB}/calibre/library/sqlite.pyo 
1089${PYSITELIB}/calibre/library/test.py 
1090${PYSITELIB}/calibre/library/test.pyc 
1091${PYSITELIB}/calibre/library/test.pyo 
1092${PYSITELIB}/calibre/libunrar.py 
1093${PYSITELIB}/calibre/libunrar.pyc 
1094${PYSITELIB}/calibre/libunrar.pyo 
1095${PYSITELIB}/calibre/libunzip.py 
1096${PYSITELIB}/calibre/libunzip.pyc 
1097${PYSITELIB}/calibre/libunzip.pyo 
1098${PYSITELIB}/calibre/libwand.py 
1099${PYSITELIB}/calibre/libwand.pyc 
1100${PYSITELIB}/calibre/libwand.pyo 
1101${PYSITELIB}/calibre/linux.py 
1102${PYSITELIB}/calibre/linux.py 
1103${PYSITELIB}/calibre/linux.pyc 
1104${PYSITELIB}/calibre/linux.pyo 
1105${PYSITELIB}/calibre/parallel.py 
1106${PYSITELIB}/calibre/parallel.pyc 
1107${PYSITELIB}/calibre/parallel.pyo 
1108${PYSITELIB}/calibre/path.py 
1109${PYSITELIB}/calibre/path.pyc 
1110${PYSITELIB}/calibre/path.pyo 
1111${PYSITELIB}/calibre/plugins/lzx.so 
1112${PYSITELIB}/calibre/plugins/msdes.so 
1113${PYSITELIB}/calibre/plugins/pictureflow.so 
1114${PYSITELIB}/calibre/ptempfile.py 
1115${PYSITELIB}/calibre/ptempfile.pyc 
1116${PYSITELIB}/calibre/ptempfile.pyo 
1117${PYSITELIB}/calibre/resources.py 
1118${PYSITELIB}/calibre/resources.py 
1119${PYSITELIB}/calibre/resources.pyc 
1120${PYSITELIB}/calibre/resources.pyo 
1121${PYSITELIB}/calibre/startup.py 
1122${PYSITELIB}/calibre/startup.pyc 
1123${PYSITELIB}/calibre/startup.pyo 
1124${PYSITELIB}/calibre/trac/__init__.py 
1125${PYSITELIB}/calibre/trac/__init__.pyc 
1126${PYSITELIB}/calibre/trac/__init__.pyo 
1127${PYSITELIB}/calibre/trac/bzr_commit_plugin.py 
1128${PYSITELIB}/calibre/trac/bzr_commit_plugin.pyc 
1129${PYSITELIB}/calibre/trac/bzr_commit_plugin.pyo 
1130${PYSITELIB}/calibre/trac/plugins/Changelog.py 
1131${PYSITELIB}/calibre/trac/plugins/Changelog.pyc 
1132${PYSITELIB}/calibre/trac/plugins/Changelog.pyo 
1133${PYSITELIB}/calibre/trac/plugins/__init__.py 
1134${PYSITELIB}/calibre/trac/plugins/__init__.pyc 
1135${PYSITELIB}/calibre/trac/plugins/__init__.pyo 
1136${PYSITELIB}/calibre/trac/plugins/download.py 
1137${PYSITELIB}/calibre/trac/plugins/download.pyc 
1138${PYSITELIB}/calibre/trac/plugins/download.pyo 
1139${PYSITELIB}/calibre/trac/setup.py 
1140${PYSITELIB}/calibre/trac/setup.pyc 
1141${PYSITELIB}/calibre/trac/setup.pyo 
1142${PYSITELIB}/calibre/translations/__init__.py 
1143${PYSITELIB}/calibre/translations/__init__.pyc 
1144${PYSITELIB}/calibre/translations/__init__.pyo 
1145${PYSITELIB}/calibre/translations/automatic.py 
1146${PYSITELIB}/calibre/translations/automatic.pyc 
1147${PYSITELIB}/calibre/translations/automatic.pyo 
1148${PYSITELIB}/calibre/translations/compiled.py 
1149${PYSITELIB}/calibre/translations/compiled.py 
1150${PYSITELIB}/calibre/translations/compiled.pyc 
1151${PYSITELIB}/calibre/translations/compiled.pyo 
1152${PYSITELIB}/calibre/translations/msgfmt.py 
1153${PYSITELIB}/calibre/translations/msgfmt.pyc 
1154${PYSITELIB}/calibre/translations/msgfmt.pyo 
1155${PYSITELIB}/calibre/translations/pygettext.py 
1156${PYSITELIB}/calibre/translations/pygettext.pyc 
1157${PYSITELIB}/calibre/translations/pygettext.pyo 
1158${PYSITELIB}/calibre/utils/PythonMagickWand.py 
1159${PYSITELIB}/calibre/utils/PythonMagickWand.pyc 
1160${PYSITELIB}/calibre/utils/PythonMagickWand.pyo 
1161${PYSITELIB}/calibre/utils/__init__.py 
1162${PYSITELIB}/calibre/utils/__init__.pyc 
1163${PYSITELIB}/calibre/utils/__init__.pyo 
1164${PYSITELIB}/calibre/utils/config.py 
1165${PYSITELIB}/calibre/utils/config.pyc 
1166${PYSITELIB}/calibre/utils/config.pyo 
1167${PYSITELIB}/calibre/utils/filenames.py 
1168${PYSITELIB}/calibre/utils/filenames.pyc 
1169${PYSITELIB}/calibre/utils/filenames.pyo 
1170${PYSITELIB}/calibre/utils/fontconfig.py 
1171${PYSITELIB}/calibre/utils/fontconfig.pyc 
1172${PYSITELIB}/calibre/utils/fontconfig.pyo 
1173${PYSITELIB}/calibre/utils/genshi/__init__.py 
1174${PYSITELIB}/calibre/utils/genshi/__init__.pyc 
1175${PYSITELIB}/calibre/utils/genshi/__init__.pyo 
1176${PYSITELIB}/calibre/utils/genshi/builder.py 
1177${PYSITELIB}/calibre/utils/genshi/builder.pyc 
1178${PYSITELIB}/calibre/utils/genshi/builder.pyo 
1179${PYSITELIB}/calibre/utils/genshi/core.py 
1180${PYSITELIB}/calibre/utils/genshi/core.pyc 
1181${PYSITELIB}/calibre/utils/genshi/core.pyo 
1182${PYSITELIB}/calibre/utils/genshi/filters/__init__.py 
1183${PYSITELIB}/calibre/utils/genshi/filters/__init__.pyc 
1184${PYSITELIB}/calibre/utils/genshi/filters/__init__.pyo 
1185${PYSITELIB}/calibre/utils/genshi/filters/html.py 
1186${PYSITELIB}/calibre/utils/genshi/filters/html.pyc 
1187${PYSITELIB}/calibre/utils/genshi/filters/html.pyo 
1188${PYSITELIB}/calibre/utils/genshi/filters/i18n.py 
1189${PYSITELIB}/calibre/utils/genshi/filters/i18n.pyc 
1190${PYSITELIB}/calibre/utils/genshi/filters/i18n.pyo 
1191${PYSITELIB}/calibre/utils/genshi/filters/transform.py 
1192${PYSITELIB}/calibre/utils/genshi/filters/transform.pyc 
1193${PYSITELIB}/calibre/utils/genshi/filters/transform.pyo 
1194${PYSITELIB}/calibre/utils/genshi/input.py 
1195${PYSITELIB}/calibre/utils/genshi/input.pyc 
1196${PYSITELIB}/calibre/utils/genshi/input.pyo 
1197${PYSITELIB}/calibre/utils/genshi/output.py 
1198${PYSITELIB}/calibre/utils/genshi/output.pyc 
1199${PYSITELIB}/calibre/utils/genshi/output.pyo 
1200${PYSITELIB}/calibre/utils/genshi/path.py 
1201${PYSITELIB}/calibre/utils/genshi/path.pyc 
1202${PYSITELIB}/calibre/utils/genshi/path.pyo 
1203${PYSITELIB}/calibre/utils/genshi/template/__init__.py 
1204${PYSITELIB}/calibre/utils/genshi/template/__init__.pyc 
1205${PYSITELIB}/calibre/utils/genshi/template/__init__.pyo 
1206${PYSITELIB}/calibre/utils/genshi/template/base.py 
1207${PYSITELIB}/calibre/utils/genshi/template/base.pyc 
1208${PYSITELIB}/calibre/utils/genshi/template/base.pyo 
1209${PYSITELIB}/calibre/utils/genshi/template/directives.py 
1210${PYSITELIB}/calibre/utils/genshi/template/directives.pyc 
1211${PYSITELIB}/calibre/utils/genshi/template/directives.pyo 
1212${PYSITELIB}/calibre/utils/genshi/template/eval.py 
1213${PYSITELIB}/calibre/utils/genshi/template/eval.pyc 
1214${PYSITELIB}/calibre/utils/genshi/template/eval.pyo 
1215${PYSITELIB}/calibre/utils/genshi/template/interpolation.py 
1216${PYSITELIB}/calibre/utils/genshi/template/interpolation.pyc 
1217${PYSITELIB}/calibre/utils/genshi/template/interpolation.pyo 
1218${PYSITELIB}/calibre/utils/genshi/template/loader.py 
1219${PYSITELIB}/calibre/utils/genshi/template/loader.pyc 
1220${PYSITELIB}/calibre/utils/genshi/template/loader.pyo 
1221${PYSITELIB}/calibre/utils/genshi/template/markup.py 
1222${PYSITELIB}/calibre/utils/genshi/template/markup.pyc 
1223${PYSITELIB}/calibre/utils/genshi/template/markup.pyo 
1224${PYSITELIB}/calibre/utils/genshi/template/plugin.py 
1225${PYSITELIB}/calibre/utils/genshi/template/plugin.pyc 
1226${PYSITELIB}/calibre/utils/genshi/template/plugin.pyo 
1227${PYSITELIB}/calibre/utils/genshi/template/text.py 
1228${PYSITELIB}/calibre/utils/genshi/template/text.pyc 
1229${PYSITELIB}/calibre/utils/genshi/template/text.pyo 
1230${PYSITELIB}/calibre/utils/genshi/util.py 
1231${PYSITELIB}/calibre/utils/genshi/util.pyc 
1232${PYSITELIB}/calibre/utils/genshi/util.pyo 
1233${PYSITELIB}/calibre/utils/lock.py 
1234${PYSITELIB}/calibre/utils/lock.pyc 
1235${PYSITELIB}/calibre/utils/lock.pyo 
1236${PYSITELIB}/calibre/utils/pyparsing.py 
1237${PYSITELIB}/calibre/utils/pyparsing.pyc 
1238${PYSITELIB}/calibre/utils/pyparsing.pyo 
1239${PYSITELIB}/calibre/utils/search_query_parser.py 
1240${PYSITELIB}/calibre/utils/search_query_parser.pyc 
1241${PYSITELIB}/calibre/utils/search_query_parser.pyo 
1242${PYSITELIB}/calibre/utils/sftp.py 
1243${PYSITELIB}/calibre/utils/sftp.pyc 
1244${PYSITELIB}/calibre/utils/sftp.pyo 
1245${PYSITELIB}/calibre/utils/single_qt_application.py 
1246${PYSITELIB}/calibre/utils/single_qt_application.pyc 
1247${PYSITELIB}/calibre/utils/single_qt_application.pyo 
1248${PYSITELIB}/calibre/utils/terminfo.py 
1249${PYSITELIB}/calibre/utils/terminfo.pyc 
1250${PYSITELIB}/calibre/utils/terminfo.pyo 
1251${PYSITELIB}/calibre/utils/threadpool.py 
1252${PYSITELIB}/calibre/utils/threadpool.pyc 
1253${PYSITELIB}/calibre/utils/threadpool.pyo 
1254${PYSITELIB}/calibre/utils/zipfile.py 
1255${PYSITELIB}/calibre/utils/zipfile.pyc 
1256${PYSITELIB}/calibre/utils/zipfile.pyo 
1257${PYSITELIB}/calibre/web/__init__.py 
1258${PYSITELIB}/calibre/web/__init__.pyc 
1259${PYSITELIB}/calibre/web/__init__.pyo 
1260${PYSITELIB}/calibre/web/feeds/__init__.py 
1261${PYSITELIB}/calibre/web/feeds/__init__.pyc 
1262${PYSITELIB}/calibre/web/feeds/__init__.pyo 
1263${PYSITELIB}/calibre/web/feeds/feedparser.py 
1264${PYSITELIB}/calibre/web/feeds/feedparser.pyc 
1265${PYSITELIB}/calibre/web/feeds/feedparser.pyo 
1266${PYSITELIB}/calibre/web/feeds/main.py 
1267${PYSITELIB}/calibre/web/feeds/main.pyc 
1268${PYSITELIB}/calibre/web/feeds/main.pyo 
1269${PYSITELIB}/calibre/web/feeds/news.py 
1270${PYSITELIB}/calibre/web/feeds/news.pyc 
1271${PYSITELIB}/calibre/web/feeds/news.pyo 
1272${PYSITELIB}/calibre/web/feeds/recipes/__init__.py 
1273${PYSITELIB}/calibre/web/feeds/recipes/__init__.pyc 
1274${PYSITELIB}/calibre/web/feeds/recipes/__init__.pyo 
1275${PYSITELIB}/calibre/web/feeds/recipes/recipe_ap.py 
1276${PYSITELIB}/calibre/web/feeds/recipes/recipe_ap.pyc 
1277${PYSITELIB}/calibre/web/feeds/recipes/recipe_ap.pyo 
1278${PYSITELIB}/calibre/web/feeds/recipes/recipe_ars_technica.py 
1279${PYSITELIB}/calibre/web/feeds/recipes/recipe_ars_technica.pyc 
1280${PYSITELIB}/calibre/web/feeds/recipes/recipe_ars_technica.pyo 
1281${PYSITELIB}/calibre/web/feeds/recipes/recipe_atlantic.py 
1282${PYSITELIB}/calibre/web/feeds/recipes/recipe_atlantic.pyc 
1283${PYSITELIB}/calibre/web/feeds/recipes/recipe_atlantic.pyo 
1284${PYSITELIB}/calibre/web/feeds/recipes/recipe_b92.py 
1285${PYSITELIB}/calibre/web/feeds/recipes/recipe_b92.pyc 
1286${PYSITELIB}/calibre/web/feeds/recipes/recipe_b92.pyo 
1287${PYSITELIB}/calibre/web/feeds/recipes/recipe_barrons.py 
1288${PYSITELIB}/calibre/web/feeds/recipes/recipe_barrons.pyc 
1289${PYSITELIB}/calibre/web/feeds/recipes/recipe_barrons.pyo 
1290${PYSITELIB}/calibre/web/feeds/recipes/recipe_bbc.py 
1291${PYSITELIB}/calibre/web/feeds/recipes/recipe_bbc.pyc 
1292${PYSITELIB}/calibre/web/feeds/recipes/recipe_bbc.pyo 
1293${PYSITELIB}/calibre/web/feeds/recipes/recipe_blic.py 
1294${PYSITELIB}/calibre/web/feeds/recipes/recipe_blic.pyc 
1295${PYSITELIB}/calibre/web/feeds/recipes/recipe_blic.pyo 
1296${PYSITELIB}/calibre/web/feeds/recipes/recipe_business_week.py 
1297${PYSITELIB}/calibre/web/feeds/recipes/recipe_business_week.pyc 
1298${PYSITELIB}/calibre/web/feeds/recipes/recipe_business_week.pyo 
1299${PYSITELIB}/calibre/web/feeds/recipes/recipe_chr_mon.py 
1300${PYSITELIB}/calibre/web/feeds/recipes/recipe_chr_mon.pyc 
1301${PYSITELIB}/calibre/web/feeds/recipes/recipe_chr_mon.pyo 
1302${PYSITELIB}/calibre/web/feeds/recipes/recipe_clarin.py 
1303${PYSITELIB}/calibre/web/feeds/recipes/recipe_clarin.pyc 
1304${PYSITELIB}/calibre/web/feeds/recipes/recipe_clarin.pyo 
1305${PYSITELIB}/calibre/web/feeds/recipes/recipe_cnn.py 
1306${PYSITELIB}/calibre/web/feeds/recipes/recipe_cnn.pyc 
1307${PYSITELIB}/calibre/web/feeds/recipes/recipe_cnn.pyo 
1308${PYSITELIB}/calibre/web/feeds/recipes/recipe_common_dreams.py 
1309${PYSITELIB}/calibre/web/feeds/recipes/recipe_common_dreams.pyc 
1310${PYSITELIB}/calibre/web/feeds/recipes/recipe_common_dreams.pyo 
1311${PYSITELIB}/calibre/web/feeds/recipes/recipe_cyberpresse.py 
1312${PYSITELIB}/calibre/web/feeds/recipes/recipe_cyberpresse.pyc 
1313${PYSITELIB}/calibre/web/feeds/recipes/recipe_cyberpresse.pyo 
1314${PYSITELIB}/calibre/web/feeds/recipes/recipe_daily_telegraph.py 
1315${PYSITELIB}/calibre/web/feeds/recipes/recipe_daily_telegraph.pyc 
1316${PYSITELIB}/calibre/web/feeds/recipes/recipe_daily_telegraph.pyo 
1317${PYSITELIB}/calibre/web/feeds/recipes/recipe_danas.py 
1318${PYSITELIB}/calibre/web/feeds/recipes/recipe_danas.pyc 
1319${PYSITELIB}/calibre/web/feeds/recipes/recipe_danas.pyo 
1320${PYSITELIB}/calibre/web/feeds/recipes/recipe_de_standaard.py 
1321${PYSITELIB}/calibre/web/feeds/recipes/recipe_de_standaard.pyc 
1322${PYSITELIB}/calibre/web/feeds/recipes/recipe_de_standaard.pyo 
1323${PYSITELIB}/calibre/web/feeds/recipes/recipe_demorgen_be.py 
1324${PYSITELIB}/calibre/web/feeds/recipes/recipe_demorgen_be.pyc 
1325${PYSITELIB}/calibre/web/feeds/recipes/recipe_demorgen_be.pyo 
1326${PYSITELIB}/calibre/web/feeds/recipes/recipe_discover_magazine.py 
1327${PYSITELIB}/calibre/web/feeds/recipes/recipe_discover_magazine.pyc 
1328${PYSITELIB}/calibre/web/feeds/recipes/recipe_discover_magazine.pyo 
1329${PYSITELIB}/calibre/web/feeds/recipes/recipe_economist.py 
1330${PYSITELIB}/calibre/web/feeds/recipes/recipe_economist.pyc 
1331${PYSITELIB}/calibre/web/feeds/recipes/recipe_economist.pyo 
1332${PYSITELIB}/calibre/web/feeds/recipes/recipe_el_pais.py 
1333${PYSITELIB}/calibre/web/feeds/recipes/recipe_el_pais.pyc 
1334${PYSITELIB}/calibre/web/feeds/recipes/recipe_el_pais.pyo 
1335${PYSITELIB}/calibre/web/feeds/recipes/recipe_endgadget.py 
1336${PYSITELIB}/calibre/web/feeds/recipes/recipe_endgadget.pyc 
1337${PYSITELIB}/calibre/web/feeds/recipes/recipe_endgadget.pyo 
1338${PYSITELIB}/calibre/web/feeds/recipes/recipe_espn.py 
1339${PYSITELIB}/calibre/web/feeds/recipes/recipe_espn.pyc 
1340${PYSITELIB}/calibre/web/feeds/recipes/recipe_espn.pyo 
1341${PYSITELIB}/calibre/web/feeds/recipes/recipe_faznet.py 
1342${PYSITELIB}/calibre/web/feeds/recipes/recipe_faznet.pyc 
1343${PYSITELIB}/calibre/web/feeds/recipes/recipe_faznet.pyo 
1344${PYSITELIB}/calibre/web/feeds/recipes/recipe_financial_times.py 
1345${PYSITELIB}/calibre/web/feeds/recipes/recipe_financial_times.pyc 
1346${PYSITELIB}/calibre/web/feeds/recipes/recipe_financial_times.pyo 
1347${PYSITELIB}/calibre/web/feeds/recipes/recipe_forbes.py 
1348${PYSITELIB}/calibre/web/feeds/recipes/recipe_forbes.pyc 
1349${PYSITELIB}/calibre/web/feeds/recipes/recipe_forbes.pyo 
1350${PYSITELIB}/calibre/web/feeds/recipes/recipe_ftd.py 
1351${PYSITELIB}/calibre/web/feeds/recipes/recipe_ftd.pyc 
1352${PYSITELIB}/calibre/web/feeds/recipes/recipe_ftd.pyo 
1353${PYSITELIB}/calibre/web/feeds/recipes/recipe_fudzilla.py 
1354${PYSITELIB}/calibre/web/feeds/recipes/recipe_fudzilla.pyc 
1355${PYSITELIB}/calibre/web/feeds/recipes/recipe_fudzilla.pyo 
1356${PYSITELIB}/calibre/web/feeds/recipes/recipe_globe_and_mail.py 
1357${PYSITELIB}/calibre/web/feeds/recipes/recipe_globe_and_mail.pyc 
1358${PYSITELIB}/calibre/web/feeds/recipes/recipe_globe_and_mail.pyo 
1359${PYSITELIB}/calibre/web/feeds/recipes/recipe_greader.py 
1360${PYSITELIB}/calibre/web/feeds/recipes/recipe_greader.pyc 
1361${PYSITELIB}/calibre/web/feeds/recipes/recipe_greader.pyo 
1362${PYSITELIB}/calibre/web/feeds/recipes/recipe_guardian.py 
1363${PYSITELIB}/calibre/web/feeds/recipes/recipe_guardian.pyc 
1364${PYSITELIB}/calibre/web/feeds/recipes/recipe_guardian.pyo 
1365${PYSITELIB}/calibre/web/feeds/recipes/recipe_harpers.py 
1366${PYSITELIB}/calibre/web/feeds/recipes/recipe_harpers.pyc 
1367${PYSITELIB}/calibre/web/feeds/recipes/recipe_harpers.pyo 
1368${PYSITELIB}/calibre/web/feeds/recipes/recipe_harpers_full.py 
1369${PYSITELIB}/calibre/web/feeds/recipes/recipe_harpers_full.pyc 
1370${PYSITELIB}/calibre/web/feeds/recipes/recipe_harpers_full.pyo 
1371${PYSITELIB}/calibre/web/feeds/recipes/recipe_heise.py 
1372${PYSITELIB}/calibre/web/feeds/recipes/recipe_heise.pyc 
1373${PYSITELIB}/calibre/web/feeds/recipes/recipe_heise.pyo 
1374${PYSITELIB}/calibre/web/feeds/recipes/recipe_iht.py 
1375${PYSITELIB}/calibre/web/feeds/recipes/recipe_iht.pyc 
1376${PYSITELIB}/calibre/web/feeds/recipes/recipe_iht.pyo 
1377${PYSITELIB}/calibre/web/feeds/recipes/recipe_irish_times.py 
1378${PYSITELIB}/calibre/web/feeds/recipes/recipe_irish_times.pyc 
1379${PYSITELIB}/calibre/web/feeds/recipes/recipe_irish_times.pyo 
1380${PYSITELIB}/calibre/web/feeds/recipes/recipe_japan_times.py 
1381${PYSITELIB}/calibre/web/feeds/recipes/recipe_japan_times.pyc 
1382${PYSITELIB}/calibre/web/feeds/recipes/recipe_japan_times.pyo 
1383${PYSITELIB}/calibre/web/feeds/recipes/recipe_joelonsoftware.py 
1384${PYSITELIB}/calibre/web/feeds/recipes/recipe_joelonsoftware.pyc 
1385${PYSITELIB}/calibre/web/feeds/recipes/recipe_joelonsoftware.pyo 
1386${PYSITELIB}/calibre/web/feeds/recipes/recipe_jpost.py 
1387${PYSITELIB}/calibre/web/feeds/recipes/recipe_jpost.pyc 
1388${PYSITELIB}/calibre/web/feeds/recipes/recipe_jpost.pyo 
1389${PYSITELIB}/calibre/web/feeds/recipes/recipe_jutarnji.py 
1390${PYSITELIB}/calibre/web/feeds/recipes/recipe_jutarnji.pyc 
1391${PYSITELIB}/calibre/web/feeds/recipes/recipe_jutarnji.pyo 
1392${PYSITELIB}/calibre/web/feeds/recipes/recipe_lanacion.py 
1393${PYSITELIB}/calibre/web/feeds/recipes/recipe_lanacion.pyc 
1394${PYSITELIB}/calibre/web/feeds/recipes/recipe_lanacion.pyo 
1395${PYSITELIB}/calibre/web/feeds/recipes/recipe_latimes.py 
1396${PYSITELIB}/calibre/web/feeds/recipes/recipe_latimes.pyc 
1397${PYSITELIB}/calibre/web/feeds/recipes/recipe_latimes.pyo 
1398${PYSITELIB}/calibre/web/feeds/recipes/recipe_le_monde.py 
1399${PYSITELIB}/calibre/web/feeds/recipes/recipe_le_monde.pyc 
1400${PYSITELIB}/calibre/web/feeds/recipes/recipe_le_monde.pyo 
1401${PYSITELIB}/calibre/web/feeds/recipes/recipe_liberation.py 
1402${PYSITELIB}/calibre/web/feeds/recipes/recipe_liberation.pyc 
1403${PYSITELIB}/calibre/web/feeds/recipes/recipe_liberation.pyo 
1404${PYSITELIB}/calibre/web/feeds/recipes/recipe_linux_magazine.py 
1405${PYSITELIB}/calibre/web/feeds/recipes/recipe_linux_magazine.pyc 
1406${PYSITELIB}/calibre/web/feeds/recipes/recipe_linux_magazine.pyo 
1407${PYSITELIB}/calibre/web/feeds/recipes/recipe_lrb.py 
1408${PYSITELIB}/calibre/web/feeds/recipes/recipe_lrb.pyc 
1409${PYSITELIB}/calibre/web/feeds/recipes/recipe_lrb.pyo 
1410${PYSITELIB}/calibre/web/feeds/recipes/recipe_moscow_times.py 
1411${PYSITELIB}/calibre/web/feeds/recipes/recipe_moscow_times.pyc 
1412${PYSITELIB}/calibre/web/feeds/recipes/recipe_moscow_times.pyo 
1413${PYSITELIB}/calibre/web/feeds/recipes/recipe_nasa.py 
1414${PYSITELIB}/calibre/web/feeds/recipes/recipe_nasa.pyc 
1415${PYSITELIB}/calibre/web/feeds/recipes/recipe_nasa.pyo 
1416${PYSITELIB}/calibre/web/feeds/recipes/recipe_new_scientist.py 
1417${PYSITELIB}/calibre/web/feeds/recipes/recipe_new_scientist.pyc 
1418${PYSITELIB}/calibre/web/feeds/recipes/recipe_new_scientist.pyo 
1419${PYSITELIB}/calibre/web/feeds/recipes/recipe_new_york_review_of_books.py 
1420${PYSITELIB}/calibre/web/feeds/recipes/recipe_new_york_review_of_books.pyc 
1421${PYSITELIB}/calibre/web/feeds/recipes/recipe_new_york_review_of_books.pyo 
1422${PYSITELIB}/calibre/web/feeds/recipes/recipe_new_yorker.py 
1423${PYSITELIB}/calibre/web/feeds/recipes/recipe_new_yorker.pyc 
1424${PYSITELIB}/calibre/web/feeds/recipes/recipe_new_yorker.pyo 
1425${PYSITELIB}/calibre/web/feeds/recipes/recipe_newsweek.py 
1426${PYSITELIB}/calibre/web/feeds/recipes/recipe_newsweek.pyc 
1427${PYSITELIB}/calibre/web/feeds/recipes/recipe_newsweek.pyo 
1428${PYSITELIB}/calibre/web/feeds/recipes/recipe_nin.py 
1429${PYSITELIB}/calibre/web/feeds/recipes/recipe_nin.pyc 
1430${PYSITELIB}/calibre/web/feeds/recipes/recipe_nin.pyo 
1431${PYSITELIB}/calibre/web/feeds/recipes/recipe_novosti.py 
1432${PYSITELIB}/calibre/web/feeds/recipes/recipe_novosti.pyc 
1433${PYSITELIB}/calibre/web/feeds/recipes/recipe_novosti.pyo 
1434${PYSITELIB}/calibre/web/feeds/recipes/recipe_nspm.py 
1435${PYSITELIB}/calibre/web/feeds/recipes/recipe_nspm.pyc 
1436${PYSITELIB}/calibre/web/feeds/recipes/recipe_nspm.pyo 
1437${PYSITELIB}/calibre/web/feeds/recipes/recipe_nspm_int.py 
1438${PYSITELIB}/calibre/web/feeds/recipes/recipe_nspm_int.pyc 
1439${PYSITELIB}/calibre/web/feeds/recipes/recipe_nspm_int.pyo 
1440${PYSITELIB}/calibre/web/feeds/recipes/recipe_nytimes.py 
1441${PYSITELIB}/calibre/web/feeds/recipes/recipe_nytimes.pyc 
1442${PYSITELIB}/calibre/web/feeds/recipes/recipe_nytimes.pyo 
1443${PYSITELIB}/calibre/web/feeds/recipes/recipe_nytimes_sub.py 
1444${PYSITELIB}/calibre/web/feeds/recipes/recipe_nytimes_sub.pyc 
1445${PYSITELIB}/calibre/web/feeds/recipes/recipe_nytimes_sub.pyo 
1446${PYSITELIB}/calibre/web/feeds/recipes/recipe_outlook_india.py 
1447${PYSITELIB}/calibre/web/feeds/recipes/recipe_outlook_india.pyc 
1448${PYSITELIB}/calibre/web/feeds/recipes/recipe_outlook_india.pyo 
1449${PYSITELIB}/calibre/web/feeds/recipes/recipe_pescanik.py 
1450${PYSITELIB}/calibre/web/feeds/recipes/recipe_pescanik.pyc 
1451${PYSITELIB}/calibre/web/feeds/recipes/recipe_pescanik.pyo 
1452${PYSITELIB}/calibre/web/feeds/recipes/recipe_politika.py 
1453${PYSITELIB}/calibre/web/feeds/recipes/recipe_politika.pyc 
1454${PYSITELIB}/calibre/web/feeds/recipes/recipe_politika.pyo 
1455${PYSITELIB}/calibre/web/feeds/recipes/recipe_portfolio.py 
1456${PYSITELIB}/calibre/web/feeds/recipes/recipe_portfolio.pyc 
1457${PYSITELIB}/calibre/web/feeds/recipes/recipe_portfolio.pyo 
1458${PYSITELIB}/calibre/web/feeds/recipes/recipe_reuters.py 
1459${PYSITELIB}/calibre/web/feeds/recipes/recipe_reuters.pyc 
1460${PYSITELIB}/calibre/web/feeds/recipes/recipe_reuters.pyo 
1461${PYSITELIB}/calibre/web/feeds/recipes/recipe_san_fran_chronicle.py 
1462${PYSITELIB}/calibre/web/feeds/recipes/recipe_san_fran_chronicle.pyc 
1463${PYSITELIB}/calibre/web/feeds/recipes/recipe_san_fran_chronicle.pyo 
1464${PYSITELIB}/calibre/web/feeds/recipes/recipe_science_aas.py 
1465${PYSITELIB}/calibre/web/feeds/recipes/recipe_science_aas.pyc 
1466${PYSITELIB}/calibre/web/feeds/recipes/recipe_science_aas.pyo 
1467${PYSITELIB}/calibre/web/feeds/recipes/recipe_science_news.py 
1468${PYSITELIB}/calibre/web/feeds/recipes/recipe_science_news.pyc 
1469${PYSITELIB}/calibre/web/feeds/recipes/recipe_science_news.pyo 
1470${PYSITELIB}/calibre/web/feeds/recipes/recipe_sciencedaily.py 
1471${PYSITELIB}/calibre/web/feeds/recipes/recipe_sciencedaily.pyc 
1472${PYSITELIB}/calibre/web/feeds/recipes/recipe_sciencedaily.pyo 
1473${PYSITELIB}/calibre/web/feeds/recipes/recipe_scientific_american.py 
1474${PYSITELIB}/calibre/web/feeds/recipes/recipe_scientific_american.pyc 
1475${PYSITELIB}/calibre/web/feeds/recipes/recipe_scientific_american.pyo 
1476${PYSITELIB}/calibre/web/feeds/recipes/recipe_security_watch.py 
1477${PYSITELIB}/calibre/web/feeds/recipes/recipe_security_watch.pyc 
1478${PYSITELIB}/calibre/web/feeds/recipes/recipe_security_watch.pyo 
1479${PYSITELIB}/calibre/web/feeds/recipes/recipe_smh.py 
1480${PYSITELIB}/calibre/web/feeds/recipes/recipe_smh.pyc 
1481${PYSITELIB}/calibre/web/feeds/recipes/recipe_smh.pyo 
1482${PYSITELIB}/calibre/web/feeds/recipes/recipe_spiegel_int.py 
1483${PYSITELIB}/calibre/web/feeds/recipes/recipe_spiegel_int.pyc 
1484${PYSITELIB}/calibre/web/feeds/recipes/recipe_spiegel_int.pyo 
1485${PYSITELIB}/calibre/web/feeds/recipes/recipe_spiegelde.py 
1486${PYSITELIB}/calibre/web/feeds/recipes/recipe_spiegelde.pyc 
1487${PYSITELIB}/calibre/web/feeds/recipes/recipe_spiegelde.pyo 
1488${PYSITELIB}/calibre/web/feeds/recipes/recipe_st_petersburg_times.py 
1489${PYSITELIB}/calibre/web/feeds/recipes/recipe_st_petersburg_times.pyc 
1490${PYSITELIB}/calibre/web/feeds/recipes/recipe_st_petersburg_times.pyo 
1491${PYSITELIB}/calibre/web/feeds/recipes/recipe_telegraph_uk.py 
1492${PYSITELIB}/calibre/web/feeds/recipes/recipe_telegraph_uk.pyc 
1493${PYSITELIB}/calibre/web/feeds/recipes/recipe_telegraph_uk.pyo 
1494${PYSITELIB}/calibre/web/feeds/recipes/recipe_telepolis.py 
1495${PYSITELIB}/calibre/web/feeds/recipes/recipe_telepolis.pyc 
1496${PYSITELIB}/calibre/web/feeds/recipes/recipe_telepolis.pyo 
1497${PYSITELIB}/calibre/web/feeds/recipes/recipe_the_nation.py 
1498${PYSITELIB}/calibre/web/feeds/recipes/recipe_the_nation.pyc 
1499${PYSITELIB}/calibre/web/feeds/recipes/recipe_the_nation.pyo 
1500${PYSITELIB}/calibre/web/feeds/recipes/recipe_the_scotsman.py 
1501${PYSITELIB}/calibre/web/feeds/recipes/recipe_the_scotsman.pyc 
1502${PYSITELIB}/calibre/web/feeds/recipes/recipe_the_scotsman.pyo 
1503${PYSITELIB}/calibre/web/feeds/recipes/recipe_themarketticker.py 
1504${PYSITELIB}/calibre/web/feeds/recipes/recipe_themarketticker.pyc 
1505${PYSITELIB}/calibre/web/feeds/recipes/recipe_themarketticker.pyo 
1506${PYSITELIB}/calibre/web/feeds/recipes/recipe_time_magazine.py 
1507${PYSITELIB}/calibre/web/feeds/recipes/recipe_time_magazine.pyc 
1508${PYSITELIB}/calibre/web/feeds/recipes/recipe_time_magazine.pyo 
1509${PYSITELIB}/calibre/web/feeds/recipes/recipe_times_online.py 
1510${PYSITELIB}/calibre/web/feeds/recipes/recipe_times_online.pyc 
1511${PYSITELIB}/calibre/web/feeds/recipes/recipe_times_online.pyo 
1512${PYSITELIB}/calibre/web/feeds/recipes/recipe_tomshardware.py 
1513${PYSITELIB}/calibre/web/feeds/recipes/recipe_tomshardware.pyc 
1514${PYSITELIB}/calibre/web/feeds/recipes/recipe_tomshardware.pyo 
1515${PYSITELIB}/calibre/web/feeds/recipes/recipe_tomshardware_de.py 
1516${PYSITELIB}/calibre/web/feeds/recipes/recipe_tomshardware_de.pyc 
1517${PYSITELIB}/calibre/web/feeds/recipes/recipe_tomshardware_de.pyo 
1518${PYSITELIB}/calibre/web/feeds/recipes/recipe_upi.py 
1519${PYSITELIB}/calibre/web/feeds/recipes/recipe_upi.pyc 
1520${PYSITELIB}/calibre/web/feeds/recipes/recipe_upi.pyo 
1521${PYSITELIB}/calibre/web/feeds/recipes/recipe_usatoday.py 
1522${PYSITELIB}/calibre/web/feeds/recipes/recipe_usatoday.pyc 
1523${PYSITELIB}/calibre/web/feeds/recipes/recipe_usatoday.pyo 
1524${PYSITELIB}/calibre/web/feeds/recipes/recipe_utne.py 
1525${PYSITELIB}/calibre/web/feeds/recipes/recipe_utne.pyc 
1526${PYSITELIB}/calibre/web/feeds/recipes/recipe_utne.pyo 
1527${PYSITELIB}/calibre/web/feeds/recipes/recipe_vreme.py 
1528${PYSITELIB}/calibre/web/feeds/recipes/recipe_vreme.pyc 
1529${PYSITELIB}/calibre/web/feeds/recipes/recipe_vreme.pyo 
1530${PYSITELIB}/calibre/web/feeds/recipes/recipe_wash_post.py 
1531${PYSITELIB}/calibre/web/feeds/recipes/recipe_wash_post.pyc 
1532${PYSITELIB}/calibre/web/feeds/recipes/recipe_wash_post.pyo 
1533${PYSITELIB}/calibre/web/feeds/recipes/recipe_wired.py 
1534${PYSITELIB}/calibre/web/feeds/recipes/recipe_wired.pyc 
1535${PYSITELIB}/calibre/web/feeds/recipes/recipe_wired.pyo 
1536${PYSITELIB}/calibre/web/feeds/recipes/recipe_wsj.py 
1537${PYSITELIB}/calibre/web/feeds/recipes/recipe_wsj.pyc 
1538${PYSITELIB}/calibre/web/feeds/recipes/recipe_wsj.pyo 
1539${PYSITELIB}/calibre/web/feeds/recipes/recipe_xkcd.py 
1540${PYSITELIB}/calibre/web/feeds/recipes/recipe_xkcd.pyc 
1541${PYSITELIB}/calibre/web/feeds/recipes/recipe_xkcd.pyo 
1542${PYSITELIB}/calibre/web/feeds/recipes/recipe_zdnet.py 
1543${PYSITELIB}/calibre/web/feeds/recipes/recipe_zdnet.pyc 
1544${PYSITELIB}/calibre/web/feeds/recipes/recipe_zdnet.pyo 
1545${PYSITELIB}/calibre/web/feeds/recipes/recipe_zeitde.py 
1546${PYSITELIB}/calibre/web/feeds/recipes/recipe_zeitde.pyc 
1547${PYSITELIB}/calibre/web/feeds/recipes/recipe_zeitde.pyo 
1548${PYSITELIB}/calibre/web/feeds/templates.py 
1549${PYSITELIB}/calibre/web/feeds/templates.pyc 
1550${PYSITELIB}/calibre/web/feeds/templates.pyo 
1551${PYSITELIB}/calibre/web/fetch/__init__.py 
1552${PYSITELIB}/calibre/web/fetch/__init__.pyc 
1553${PYSITELIB}/calibre/web/fetch/__init__.pyo 
1554${PYSITELIB}/calibre/web/fetch/simple.py 
1555${PYSITELIB}/calibre/web/fetch/simple.pyc 
1556${PYSITELIB}/calibre/web/fetch/simple.pyo 
1557${PYSITELIB}/cherrypy/__init__.py 
1558${PYSITELIB}/cherrypy/__init__.pyc 
1559${PYSITELIB}/cherrypy/__init__.pyo 
1560${PYSITELIB}/cherrypy/_cpcgifs.py 
1561${PYSITELIB}/cherrypy/_cpcgifs.pyc 
1562${PYSITELIB}/cherrypy/_cpcgifs.pyo 
1563${PYSITELIB}/cherrypy/_cpchecker.py 
1564${PYSITELIB}/cherrypy/_cpchecker.pyc 
1565${PYSITELIB}/cherrypy/_cpchecker.pyo 
1566${PYSITELIB}/cherrypy/_cpconfig.py 
1567${PYSITELIB}/cherrypy/_cpconfig.pyc 
1568${PYSITELIB}/cherrypy/_cpconfig.pyo 
1569${PYSITELIB}/cherrypy/_cpdispatch.py 
1570${PYSITELIB}/cherrypy/_cpdispatch.pyc 
1571${PYSITELIB}/cherrypy/_cpdispatch.pyo 
1572${PYSITELIB}/cherrypy/_cperror.py 
1573${PYSITELIB}/cherrypy/_cperror.pyc 
1574${PYSITELIB}/cherrypy/_cperror.pyo 
1575${PYSITELIB}/cherrypy/_cplogging.py 
1576${PYSITELIB}/cherrypy/_cplogging.pyc 
1577${PYSITELIB}/cherrypy/_cplogging.pyo 
1578${PYSITELIB}/cherrypy/_cpmodpy.py 
1579${PYSITELIB}/cherrypy/_cpmodpy.pyc 
1580${PYSITELIB}/cherrypy/_cpmodpy.pyo 
1581${PYSITELIB}/cherrypy/_cprequest.py 
1582${PYSITELIB}/cherrypy/_cprequest.pyc 
1583${PYSITELIB}/cherrypy/_cprequest.pyo 
1584${PYSITELIB}/cherrypy/_cpserver.py 
1585${PYSITELIB}/cherrypy/_cpserver.pyc 
1586${PYSITELIB}/cherrypy/_cpserver.pyo 
1587${PYSITELIB}/cherrypy/_cpthreadinglocal.py 
1588${PYSITELIB}/cherrypy/_cpthreadinglocal.pyc 
1589${PYSITELIB}/cherrypy/_cpthreadinglocal.pyo 
1590${PYSITELIB}/cherrypy/_cptools.py 
1591${PYSITELIB}/cherrypy/_cptools.pyc 
1592${PYSITELIB}/cherrypy/_cptools.pyo 
1593${PYSITELIB}/cherrypy/_cptree.py 
1594${PYSITELIB}/cherrypy/_cptree.pyc 
1595${PYSITELIB}/cherrypy/_cptree.pyo 
1596${PYSITELIB}/cherrypy/_cpwsgi.py 
1597${PYSITELIB}/cherrypy/_cpwsgi.pyc 
1598${PYSITELIB}/cherrypy/_cpwsgi.pyo 
1599${PYSITELIB}/cherrypy/_cpwsgi_server.py 
1600${PYSITELIB}/cherrypy/_cpwsgi_server.pyc 
1601${PYSITELIB}/cherrypy/_cpwsgi_server.pyo 
1602${PYSITELIB}/cherrypy/lib/__init__.py 
1603${PYSITELIB}/cherrypy/lib/__init__.pyc 
1604${PYSITELIB}/cherrypy/lib/__init__.pyo 
1605${PYSITELIB}/cherrypy/lib/auth.py 
1606${PYSITELIB}/cherrypy/lib/auth.pyc 
1607${PYSITELIB}/cherrypy/lib/auth.pyo 
1608${PYSITELIB}/cherrypy/lib/caching.py 
1609${PYSITELIB}/cherrypy/lib/caching.pyc 
1610${PYSITELIB}/cherrypy/lib/caching.pyo 
1611${PYSITELIB}/cherrypy/lib/covercp.py 
1612${PYSITELIB}/cherrypy/lib/covercp.pyc 
1613${PYSITELIB}/cherrypy/lib/covercp.pyo 
1614${PYSITELIB}/cherrypy/lib/cptools.py 
1615${PYSITELIB}/cherrypy/lib/cptools.pyc 
1616${PYSITELIB}/cherrypy/lib/cptools.pyo 
1617${PYSITELIB}/cherrypy/lib/encoding.py 
1618${PYSITELIB}/cherrypy/lib/encoding.pyc 
1619${PYSITELIB}/cherrypy/lib/encoding.pyo 
1620${PYSITELIB}/cherrypy/lib/http.py 
1621${PYSITELIB}/cherrypy/lib/http.pyc 
1622${PYSITELIB}/cherrypy/lib/http.pyo 
1623${PYSITELIB}/cherrypy/lib/httpauth.py 
1624${PYSITELIB}/cherrypy/lib/httpauth.pyc 
1625${PYSITELIB}/cherrypy/lib/httpauth.pyo 
1626${PYSITELIB}/cherrypy/lib/profiler.py 
1627${PYSITELIB}/cherrypy/lib/profiler.pyc 
1628${PYSITELIB}/cherrypy/lib/profiler.pyo 
1629${PYSITELIB}/cherrypy/lib/safemime.py 
1630${PYSITELIB}/cherrypy/lib/safemime.pyc 
1631${PYSITELIB}/cherrypy/lib/safemime.pyo 
1632${PYSITELIB}/cherrypy/lib/sessions-r2062.py 
1633${PYSITELIB}/cherrypy/lib/sessions-r2062.pyc 
1634${PYSITELIB}/cherrypy/lib/sessions-r2062.pyo 
1635${PYSITELIB}/cherrypy/lib/sessions.py 
1636${PYSITELIB}/cherrypy/lib/sessions.pyc 
1637${PYSITELIB}/cherrypy/lib/sessions.pyo 
1638${PYSITELIB}/cherrypy/lib/static.py 
1639${PYSITELIB}/cherrypy/lib/static.pyc 
1640${PYSITELIB}/cherrypy/lib/static.pyo 
1641${PYSITELIB}/cherrypy/lib/tidy.py 
1642${PYSITELIB}/cherrypy/lib/tidy.pyc 
1643${PYSITELIB}/cherrypy/lib/tidy.pyo 
1644${PYSITELIB}/cherrypy/lib/wsgiapp.py 
1645${PYSITELIB}/cherrypy/lib/wsgiapp.pyc 
1646${PYSITELIB}/cherrypy/lib/wsgiapp.pyo 
1647${PYSITELIB}/cherrypy/lib/xmlrpc.py 
1648${PYSITELIB}/cherrypy/lib/xmlrpc.pyc 
1649${PYSITELIB}/cherrypy/lib/xmlrpc.pyo 
1650${PYSITELIB}/cherrypy/process/__init__.py 
1651${PYSITELIB}/cherrypy/process/__init__.pyc 
1652${PYSITELIB}/cherrypy/process/__init__.pyo 
1653${PYSITELIB}/cherrypy/process/plugins.py 
1654${PYSITELIB}/cherrypy/process/plugins.pyc 
1655${PYSITELIB}/cherrypy/process/plugins.pyo 
1656${PYSITELIB}/cherrypy/process/servers.py 
1657${PYSITELIB}/cherrypy/process/servers.pyc 
1658${PYSITELIB}/cherrypy/process/servers.pyo 
1659${PYSITELIB}/cherrypy/process/win32.py 
1660${PYSITELIB}/cherrypy/process/win32.pyc 
1661${PYSITELIB}/cherrypy/process/win32.pyo 
1662${PYSITELIB}/cherrypy/process/wspbus.py 
1663${PYSITELIB}/cherrypy/process/wspbus.pyc 
1664${PYSITELIB}/cherrypy/process/wspbus.pyo 
1665${PYSITELIB}/cherrypy/scaffold/__init__.py 
1666${PYSITELIB}/cherrypy/scaffold/__init__.pyc 
1667${PYSITELIB}/cherrypy/scaffold/__init__.pyo 
1668${PYSITELIB}/cherrypy/wsgiserver/__init__.py 
1669${PYSITELIB}/cherrypy/wsgiserver/__init__.pyc 
1670${PYSITELIB}/cherrypy/wsgiserver/__init__.pyo 
1671${PYSITELIB}/cssutils/__init__.py 
1672${PYSITELIB}/cssutils/__init__.pyc 
1673${PYSITELIB}/cssutils/__init__.pyo 
1674${PYSITELIB}/cssutils/codec.py 
1675${PYSITELIB}/cssutils/codec.pyc 
1676${PYSITELIB}/cssutils/codec.pyo 
1677${PYSITELIB}/cssutils/css/__init__.py 
1678${PYSITELIB}/cssutils/css/__init__.pyc 
1679${PYSITELIB}/cssutils/css/__init__.pyo 
1680${PYSITELIB}/cssutils/css/csscharsetrule.py 
1681${PYSITELIB}/cssutils/css/csscharsetrule.pyc 
1682${PYSITELIB}/cssutils/css/csscharsetrule.pyo 
1683${PYSITELIB}/cssutils/css/csscomment.py 
1684${PYSITELIB}/cssutils/css/csscomment.pyc 
1685${PYSITELIB}/cssutils/css/csscomment.pyo 
1686${PYSITELIB}/cssutils/css/cssfontfacerule.py 
1687${PYSITELIB}/cssutils/css/cssfontfacerule.pyc 
1688${PYSITELIB}/cssutils/css/cssfontfacerule.pyo 
1689${PYSITELIB}/cssutils/css/cssimportrule.py 
1690${PYSITELIB}/cssutils/css/cssimportrule.pyc 
1691${PYSITELIB}/cssutils/css/cssimportrule.pyo 
1692${PYSITELIB}/cssutils/css/cssmediarule.py 
1693${PYSITELIB}/cssutils/css/cssmediarule.pyc 
1694${PYSITELIB}/cssutils/css/cssmediarule.pyo 
1695${PYSITELIB}/cssutils/css/cssnamespacerule.py 
1696${PYSITELIB}/cssutils/css/cssnamespacerule.pyc 
1697${PYSITELIB}/cssutils/css/cssnamespacerule.pyo 
1698${PYSITELIB}/cssutils/css/csspagerule.py 
1699${PYSITELIB}/cssutils/css/csspagerule.pyc 
1700${PYSITELIB}/cssutils/css/csspagerule.pyo 
1701${PYSITELIB}/cssutils/css/cssproperties.py 
1702${PYSITELIB}/cssutils/css/cssproperties.pyc 
1703${PYSITELIB}/cssutils/css/cssproperties.pyo 
1704${PYSITELIB}/cssutils/css/cssrule.py 
1705${PYSITELIB}/cssutils/css/cssrule.pyc 
1706${PYSITELIB}/cssutils/css/cssrule.pyo 
1707${PYSITELIB}/cssutils/css/cssrulelist.py 
1708${PYSITELIB}/cssutils/css/cssrulelist.pyc 
1709${PYSITELIB}/cssutils/css/cssrulelist.pyo 
1710${PYSITELIB}/cssutils/css/cssstyledeclaration.py 
1711${PYSITELIB}/cssutils/css/cssstyledeclaration.pyc 
1712${PYSITELIB}/cssutils/css/cssstyledeclaration.pyo 
1713${PYSITELIB}/cssutils/css/cssstylerule.py 
1714${PYSITELIB}/cssutils/css/cssstylerule.pyc 
1715${PYSITELIB}/cssutils/css/cssstylerule.pyo 
1716${PYSITELIB}/cssutils/css/cssstylesheet.py 
1717${PYSITELIB}/cssutils/css/cssstylesheet.pyc 
1718${PYSITELIB}/cssutils/css/cssstylesheet.pyo 
1719${PYSITELIB}/cssutils/css/cssunknownrule.py 
1720${PYSITELIB}/cssutils/css/cssunknownrule.pyc 
1721${PYSITELIB}/cssutils/css/cssunknownrule.pyo 
1722${PYSITELIB}/cssutils/css/cssvalue.py 
1723${PYSITELIB}/cssutils/css/cssvalue.pyc 
1724${PYSITELIB}/cssutils/css/cssvalue.pyo 
1725${PYSITELIB}/cssutils/css/property.py 
1726${PYSITELIB}/cssutils/css/property.pyc 
1727${PYSITELIB}/cssutils/css/property.pyo 
1728${PYSITELIB}/cssutils/css/selector.py 
1729${PYSITELIB}/cssutils/css/selector.pyc 
1730${PYSITELIB}/cssutils/css/selector.pyo 
1731${PYSITELIB}/cssutils/css/selectorlist.py 
1732${PYSITELIB}/cssutils/css/selectorlist.pyc 
1733${PYSITELIB}/cssutils/css/selectorlist.pyo 
1734${PYSITELIB}/cssutils/css2productions.py 
1735${PYSITELIB}/cssutils/css2productions.pyc 
1736${PYSITELIB}/cssutils/css2productions.pyo 
1737${PYSITELIB}/cssutils/css3productions.py 
1738${PYSITELIB}/cssutils/css3productions.pyc 
1739${PYSITELIB}/cssutils/css3productions.pyo 
1740${PYSITELIB}/cssutils/cssproductions.py 
1741${PYSITELIB}/cssutils/cssproductions.pyc 
1742${PYSITELIB}/cssutils/cssproductions.pyo 
1743${PYSITELIB}/cssutils/errorhandler.py 
1744${PYSITELIB}/cssutils/errorhandler.pyc 
1745${PYSITELIB}/cssutils/errorhandler.pyo 
1746${PYSITELIB}/cssutils/helper.py 
1747${PYSITELIB}/cssutils/helper.pyc 
1748${PYSITELIB}/cssutils/helper.pyo 
1749${PYSITELIB}/cssutils/parse.py 
1750${PYSITELIB}/cssutils/parse.pyc 
1751${PYSITELIB}/cssutils/parse.pyo 
1752${PYSITELIB}/cssutils/prodparser.py 
1753${PYSITELIB}/cssutils/prodparser.pyc 
1754${PYSITELIB}/cssutils/prodparser.pyo 
1755${PYSITELIB}/cssutils/profiles.py 
1756${PYSITELIB}/cssutils/profiles.pyc 
1757${PYSITELIB}/cssutils/profiles.pyo 
1758${PYSITELIB}/cssutils/script.py 
1759${PYSITELIB}/cssutils/script.pyc 
1760${PYSITELIB}/cssutils/script.pyo 
1761${PYSITELIB}/cssutils/serialize.py 
1762${PYSITELIB}/cssutils/serialize.pyc 
1763${PYSITELIB}/cssutils/serialize.pyo 
1764${PYSITELIB}/cssutils/stylesheets/__init__.py 
1765${PYSITELIB}/cssutils/stylesheets/__init__.pyc 
1766${PYSITELIB}/cssutils/stylesheets/__init__.pyo 
1767${PYSITELIB}/cssutils/stylesheets/medialist.py 
1768${PYSITELIB}/cssutils/stylesheets/medialist.pyc 
1769${PYSITELIB}/cssutils/stylesheets/medialist.pyo 
1770${PYSITELIB}/cssutils/stylesheets/mediaquery.py 
1771${PYSITELIB}/cssutils/stylesheets/mediaquery.pyc 
1772${PYSITELIB}/cssutils/stylesheets/mediaquery.pyo 
1773${PYSITELIB}/cssutils/stylesheets/stylesheet.py 
1774${PYSITELIB}/cssutils/stylesheets/stylesheet.pyc 
1775${PYSITELIB}/cssutils/stylesheets/stylesheet.pyo 
1776${PYSITELIB}/cssutils/stylesheets/stylesheetlist.py 
1777${PYSITELIB}/cssutils/stylesheets/stylesheetlist.pyc 
1778${PYSITELIB}/cssutils/stylesheets/stylesheetlist.pyo 
1779${PYSITELIB}/cssutils/tokenize2.py 
1780${PYSITELIB}/cssutils/tokenize2.pyc 
1781${PYSITELIB}/cssutils/tokenize2.pyo 
1782${PYSITELIB}/cssutils/util.py 
1783${PYSITELIB}/cssutils/util.pyc 
1784${PYSITELIB}/cssutils/util.pyo 
1785${PYSITELIB}/encutils/__init__.py 
1786${PYSITELIB}/encutils/__init__.pyc 
1787${PYSITELIB}/encutils/__init__.pyo 
1788${PYSITELIB}/odf/__init__.py 
1789${PYSITELIB}/odf/__init__.pyc 
1790${PYSITELIB}/odf/__init__.pyo 
1791${PYSITELIB}/odf/anim.py 
1792${PYSITELIB}/odf/anim.pyc 
1793${PYSITELIB}/odf/anim.pyo 
1794${PYSITELIB}/odf/attrconverters.py 
1795${PYSITELIB}/odf/attrconverters.pyc 
1796${PYSITELIB}/odf/attrconverters.pyo 
1797${PYSITELIB}/odf/chart.py 
1798${PYSITELIB}/odf/chart.pyc 
1799${PYSITELIB}/odf/chart.pyo 
1800${PYSITELIB}/odf/config.py 
1801${PYSITELIB}/odf/config.pyc 
1802${PYSITELIB}/odf/config.pyo 
1803${PYSITELIB}/odf/dc.py 
1804${PYSITELIB}/odf/dc.pyc 
1805${PYSITELIB}/odf/dc.pyo 
1806${PYSITELIB}/odf/dr3d.py 
1807${PYSITELIB}/odf/dr3d.pyc 
1808${PYSITELIB}/odf/dr3d.pyo 
1809${PYSITELIB}/odf/draw.py 
1810${PYSITELIB}/odf/draw.pyc 
1811${PYSITELIB}/odf/draw.pyo 
1812${PYSITELIB}/odf/easyliststyle.py 
1813${PYSITELIB}/odf/easyliststyle.pyc 
1814${PYSITELIB}/odf/easyliststyle.pyo 
1815${PYSITELIB}/odf/element.py 
1816${PYSITELIB}/odf/element.py 
1817${PYSITELIB}/odf/element.pyc 
1818${PYSITELIB}/odf/element.pyo 
1819${PYSITELIB}/odf/elementtypes.py 
1820${PYSITELIB}/odf/elementtypes.py 
1821${PYSITELIB}/odf/elementtypes.pyc 
1822${PYSITELIB}/odf/elementtypes.pyo 
1823${PYSITELIB}/odf/form.py 
1824${PYSITELIB}/odf/form.pyc 
1825${PYSITELIB}/odf/form.pyo 
1826${PYSITELIB}/odf/grammar.py 
1827${PYSITELIB}/odf/grammar.pyc 
1828${PYSITELIB}/odf/grammar.pyo 
1829${PYSITELIB}/odf/load.py 
1830${PYSITELIB}/odf/load.py 
1831${PYSITELIB}/odf/load.pyc 
1832${PYSITELIB}/odf/load.pyo 
1833${PYSITELIB}/odf/manifest.py 
1834${PYSITELIB}/odf/manifest.py 
1835${PYSITELIB}/odf/manifest.pyc 
1836${PYSITELIB}/odf/manifest.pyo 
1837${PYSITELIB}/odf/math.py 
1838${PYSITELIB}/odf/math.pyc 
1839${PYSITELIB}/odf/math.pyo 
1840${PYSITELIB}/odf/meta.py 
1841${PYSITELIB}/odf/meta.pyc 
1842${PYSITELIB}/odf/meta.pyo 
1843${PYSITELIB}/odf/namespaces.py 
1844${PYSITELIB}/odf/namespaces.pyc 
1845${PYSITELIB}/odf/namespaces.pyo 
1846${PYSITELIB}/odf/number.py 
1847${PYSITELIB}/odf/number.pyc 
1848${PYSITELIB}/odf/number.pyo 
1849${PYSITELIB}/odf/odf2moinmoin.py 
1850${PYSITELIB}/odf/odf2moinmoin.pyc 
1851${PYSITELIB}/odf/odf2moinmoin.pyo 
1852${PYSITELIB}/odf/odf2xhtml.py 
1853${PYSITELIB}/odf/odf2xhtml.py 
1854${PYSITELIB}/odf/odf2xhtml.pyc 
1855${PYSITELIB}/odf/odf2xhtml.pyo 
1856${PYSITELIB}/odf/odfmanifest.py 
1857${PYSITELIB}/odf/odfmanifest.py 
1858${PYSITELIB}/odf/odfmanifest.pyc 
1859${PYSITELIB}/odf/odfmanifest.pyo 
1860${PYSITELIB}/odf/office.py 
1861${PYSITELIB}/odf/office.pyc 
1862${PYSITELIB}/odf/office.pyo 
1863${PYSITELIB}/odf/ooostyles.py 
1864${PYSITELIB}/odf/ooostyles.pyc 
1865${PYSITELIB}/odf/ooostyles.pyo 
1866${PYSITELIB}/odf/opendocument.py 
1867${PYSITELIB}/odf/opendocument.pyc 
1868${PYSITELIB}/odf/opendocument.pyo 
1869${PYSITELIB}/odf/presentation.py 
1870${PYSITELIB}/odf/presentation.pyc 
1871${PYSITELIB}/odf/presentation.pyo 
1872${PYSITELIB}/odf/script.py 
1873${PYSITELIB}/odf/script.pyc 
1874${PYSITELIB}/odf/script.pyo 
1875${PYSITELIB}/odf/style.py 
1876${PYSITELIB}/odf/style.pyc 
1877${PYSITELIB}/odf/style.pyo 
1878${PYSITELIB}/odf/svg.py 
1879${PYSITELIB}/odf/svg.pyc 
1880${PYSITELIB}/odf/svg.pyo 
1881${PYSITELIB}/odf/table.py 
1882${PYSITELIB}/odf/table.pyc 
1883${PYSITELIB}/odf/table.pyo 
1884${PYSITELIB}/odf/teletype.py 
1885${PYSITELIB}/odf/teletype.pyc 
1886${PYSITELIB}/odf/teletype.pyo 
1887${PYSITELIB}/odf/text.py 
1888${PYSITELIB}/odf/text.pyc 
1889${PYSITELIB}/odf/text.pyo 
1890${PYSITELIB}/odf/thumbnail.py 
1891${PYSITELIB}/odf/thumbnail.py 
1892${PYSITELIB}/odf/thumbnail.pyc 
1893${PYSITELIB}/odf/thumbnail.pyo 
1894${PYSITELIB}/odf/userfield.py 
1895${PYSITELIB}/odf/userfield.py 
1896${PYSITELIB}/odf/userfield.pyc 
1897${PYSITELIB}/odf/userfield.pyo 
1898${PYSITELIB}/odf/xforms.py 
1899${PYSITELIB}/odf/xforms.pyc 
1900${PYSITELIB}/odf/xforms.pyo 
1901${PYSITELIB}/pyPdf/__init__.py 
1902${PYSITELIB}/pyPdf/__init__.pyc 
1903${PYSITELIB}/pyPdf/__init__.pyo 
1904${PYSITELIB}/pyPdf/filters.py 
1905${PYSITELIB}/pyPdf/filters.pyc 
1906${PYSITELIB}/pyPdf/filters.pyo 
1907${PYSITELIB}/pyPdf/generic.py 
1908${PYSITELIB}/pyPdf/generic.pyc 
1909${PYSITELIB}/pyPdf/generic.pyo 
1910${PYSITELIB}/pyPdf/pdf.py 
1911${PYSITELIB}/pyPdf/pdf.pyc 
1912${PYSITELIB}/pyPdf/pdf.pyo 
1913${PYSITELIB}/pyPdf/utils.py 
1914${PYSITELIB}/pyPdf/utils.pyc 
1915${PYSITELIB}/pyPdf/utils.pyo 
1916${PYSITELIB}/pyPdf/xmp.py 
1917${PYSITELIB}/pyPdf/xmp.pyc 
1918${PYSITELIB}/pyPdf/xmp.pyo 
1919man/man1/any2epub.1 
1920man/man1/any2lit.1 
1921man/man1/any2lrf.1 
1922man/man1/calibre-customize.1 726man/man1/calibre-customize.1
 727man/man1/calibre-debug.1
1923man/man1/calibre-server.1 728man/man1/calibre-server.1
 729man/man1/calibre-smtp.1
1924man/man1/calibredb.1 730man/man1/calibredb.1
1925man/man1/comic2epub.1 731man/man1/ebook-convert.1
1926man/man1/comic2lrf.1 732man/man1/ebook-meta.1
1927man/man1/comic2pdf.1 733man/man1/fetch-ebook-metadata.1
1928man/man1/epub2lrf.1 
1929man/man1/fb22lrf.1 
1930man/man1/feeds2disk.1 
1931man/man1/feeds2epub.1 
1932man/man1/feeds2lrf.1 
1933man/man1/html2epub.1 
1934man/man1/html2lrf.1 
1935man/man1/html2oeb.1 
1936man/man1/isbndb.1 
1937man/man1/librarything.1 734man/man1/librarything.1
1938man/man1/lit2lrf.1 
1939man/man1/lit2oeb.1 
1940man/man1/lrf-meta.1 
1941man/man1/lrf2html.1 
1942man/man1/lrf2lrs.1 735man/man1/lrf2lrs.1
1943man/man1/lrs2lrf.1 736man/man1/lrs2lrf.1
1944man/man1/mobi2lrf.1 737man/man1/pdfmanipulate.1
1945man/man1/mobi2oeb.1 
1946man/man1/odt2oeb.1 
1947man/man1/oeb2lit.1 
1948man/man1/opf-meta.1 
1949man/man1/pdf2lrf.1 
1950man/man1/pdfreflow.1 
1951man/man1/pdftrim.1 
1952man/man1/rtf-meta.1 
1953man/man1/rtf2lrf.1 
1954man/man1/txt2lrf.1 
1955man/man1/web2disk.1 738man/man1/web2disk.1
1956man/man1/web2lrf.1 739share/bash_completion.d/calibre
 740share/calibre/builtin_recipes.xml
 741share/calibre/content_server/av.jpg
 742share/calibre/content_server/bg_search_box.png
 743share/calibre/content_server/btn_search_box.png
 744share/calibre/content_server/calibre.png
 745share/calibre/content_server/calibre_banner.png
 746share/calibre/content_server/date.js
 747share/calibre/content_server/default_cover.jpg
 748share/calibre/content_server/first.png
 749share/calibre/content_server/gui.css
 750share/calibre/content_server/gui.js
 751share/calibre/content_server/index.html
 752share/calibre/content_server/jquery.js
 753share/calibre/content_server/last.png
 754share/calibre/content_server/loading.gif
 755share/calibre/content_server/next.png
 756share/calibre/content_server/previous.png
 757share/calibre/ebook-convert-complete.pickle
 758share/calibre/fonts/liberation/LiberationMono-Bold.ttf
 759share/calibre/fonts/liberation/LiberationMono-BoldItalic.ttf
 760share/calibre/fonts/liberation/LiberationMono-Italic.ttf
 761share/calibre/fonts/liberation/LiberationMono-Regular.ttf
 762share/calibre/fonts/liberation/LiberationSans-Bold.ttf
 763share/calibre/fonts/liberation/LiberationSans-BoldItalic.ttf
 764share/calibre/fonts/liberation/LiberationSans-Italic.ttf
 765share/calibre/fonts/liberation/LiberationSans-Regular.ttf
 766share/calibre/fonts/liberation/LiberationSerif-Bold.ttf
 767share/calibre/fonts/liberation/LiberationSerif-BoldItalic.ttf
 768share/calibre/fonts/liberation/LiberationSerif-Italic.ttf
 769share/calibre/fonts/liberation/LiberationSerif-Regular.ttf
 770share/calibre/fonts/prs500/tt0003m_.ttf
 771share/calibre/fonts/prs500/tt0011m_.ttf
 772share/calibre/fonts/prs500/tt0419m_.ttf
 773share/calibre/images.qrc
 774share/calibre/images/add_book.svg
 775share/calibre/images/arrow-down.svg
 776share/calibre/images/arrow-up.svg
 777share/calibre/images/auto_author_sort.svg
 778share/calibre/images/back.svg
 779share/calibre/images/book.svg
 780share/calibre/images/bookmarks.svg
 781share/calibre/images/books_in_series.svg
 782share/calibre/images/chapters.svg
 783share/calibre/images/clear_left.svg
 784share/calibre/images/config.svg
 785share/calibre/images/convert.svg
 786share/calibre/images/cover_flow.svg
 787share/calibre/images/debug.svg
 788share/calibre/images/dialog_error.svg
 789share/calibre/images/dialog_information.svg
 790share/calibre/images/dialog_warning.svg
 791share/calibre/images/document_open.svg
 792share/calibre/images/donate.svg
 793share/calibre/images/edit_input.svg
 794share/calibre/images/eject.svg
 795share/calibre/images/exec.svg
 796share/calibre/images/font_size_larger.svg
 797share/calibre/images/font_size_smaller.svg
 798share/calibre/images/forward.svg
 799share/calibre/images/gmail_logo.png
 800share/calibre/images/jobs-animated.mng
 801share/calibre/images/jobs.svg
 802share/calibre/images/library.png
 803share/calibre/images/list_remove.svg
 804share/calibre/images/lookfeel.svg
 805share/calibre/images/mail.svg
 806share/calibre/images/metadata.svg
 807share/calibre/images/mimetypes/bmp.svg
 808share/calibre/images/mimetypes/computer.svg
 809share/calibre/images/mimetypes/dir.svg
 810share/calibre/images/mimetypes/epub.svg
 811share/calibre/images/mimetypes/fb2.svg
 812share/calibre/images/mimetypes/gif.svg
 813share/calibre/images/mimetypes/html.svg
 814share/calibre/images/mimetypes/jpeg.svg
 815share/calibre/images/mimetypes/lit.svg
 816share/calibre/images/mimetypes/lrf.svg
 817share/calibre/images/mimetypes/lrx.svg
 818share/calibre/images/mimetypes/mobi.svg
 819share/calibre/images/mimetypes/pdf.svg
 820share/calibre/images/mimetypes/png.svg
 821share/calibre/images/mimetypes/rar.svg
 822share/calibre/images/mimetypes/rtf.svg
 823share/calibre/images/mimetypes/svg.svg
 824share/calibre/images/mimetypes/txt.svg
 825share/calibre/images/mimetypes/unknown.svg
 826share/calibre/images/mimetypes/zero.svg
 827share/calibre/images/mimetypes/zip.svg
 828share/calibre/images/minus.svg
 829share/calibre/images/network-server.svg
 830share/calibre/images/news.svg
 831share/calibre/images/news/24sata.png
 832share/calibre/images/news/24sata_rs.png
 833share/calibre/images/news/adventuregamers.png
 834share/calibre/images/news/ambito.png
 835share/calibre/images/news/amspec.png
 836share/calibre/images/news/ars_technica.png
 837share/calibre/images/news/atlantic.png
 838share/calibre/images/news/axxon_news.png
 839share/calibre/images/news/azstarnet.png
 840share/calibre/images/news/b92.png
 841share/calibre/images/news/barrons.png
 842share/calibre/images/news/bbc.png
 843share/calibre/images/news/beta.png
 844share/calibre/images/news/beta_en.png
 845share/calibre/images/news/blic.png
 846share/calibre/images/news/borba.png
 847share/calibre/images/news/business_standard.png
 848share/calibre/images/news/businessworldin.png
 849share/calibre/images/news/carta.png
 850share/calibre/images/news/chicago_breaking_news.png
 851share/calibre/images/news/chr_mon.png
 852share/calibre/images/news/clarin.png
 853share/calibre/images/news/cnn.png
 854share/calibre/images/news/coding_horror.png
 855share/calibre/images/news/corriere_della_sera_en.png
 856share/calibre/images/news/corriere_della_sera_it.png
 857share/calibre/images/news/criticadigital.png
 858share/calibre/images/news/cubadebate.png
 859share/calibre/images/news/dailyreckoning.png
 860share/calibre/images/news/danas.png
 861share/calibre/images/news/darknet.png
 862share/calibre/images/news/der_standard.png
 863share/calibre/images/news/diepresse.png
 864share/calibre/images/news/dn_se.png
 865share/calibre/images/news/dnevni_avaz.png
 866share/calibre/images/news/e_novine.png
 867share/calibre/images/news/economist.png
 868share/calibre/images/news/el_mercurio_chile.png
 869share/calibre/images/news/el_universal.png
 870share/calibre/images/news/elargentino.png
 871share/calibre/images/news/elcronista.png
 872share/calibre/images/news/elektrolese.png
 873share/calibre/images/news/elmundo.png
 874share/calibre/images/news/elperiodico_catalan.png
 875share/calibre/images/news/elperiodico_spanish.png
 876share/calibre/images/news/eltiempo_hn.png
 877share/calibre/images/news/endgadget.png
 878share/calibre/images/news/espn.png
 879share/calibre/images/news/esquire.png
 880share/calibre/images/news/estadao.png
 881share/calibre/images/news/expansion_spanish.png
 882share/calibre/images/news/fastcompany.png
 883share/calibre/images/news/faznet.png
 884share/calibre/images/news/freakonomics.png
 885share/calibre/images/news/ftd.png
 886share/calibre/images/news/fudzilla.png
 887share/calibre/images/news/glas_srpske.png
 888share/calibre/images/news/glasjavnosti.png
 889share/calibre/images/news/granma.png
 890share/calibre/images/news/guardian.png
 891share/calibre/images/news/gva_be.png
 892share/calibre/images/news/heise.png
 893share/calibre/images/news/hln.png
 894share/calibre/images/news/hln_be.png
 895share/calibre/images/news/hna.png
 896share/calibre/images/news/hrt.png
 897share/calibre/images/news/ieco.png
 898share/calibre/images/news/infobae.png
 899share/calibre/images/news/inquirer_net.png
 900share/calibre/images/news/instapaper.png
 901share/calibre/images/news/jb_online.png
 902share/calibre/images/news/joelonsoftware.png
 903share/calibre/images/news/jpost.png
 904share/calibre/images/news/jutarnji.png
 905share/calibre/images/news/krstarica.png
 906share/calibre/images/news/krstarica_en.png
 907share/calibre/images/news/la_cuarta.png
 908share/calibre/images/news/la_tercera.png
 909share/calibre/images/news/lanacion.png
 910share/calibre/images/news/lanacion_chile.png
 911share/calibre/images/news/laprensa_hn.png
 912share/calibre/images/news/laprensa_ni.png
 913share/calibre/images/news/latribuna.png
 914share/calibre/images/news/le_monde.png
 915share/calibre/images/news/lemonde_dip.png
 916share/calibre/images/news/liberation.png
 917share/calibre/images/news/linux_magazine.png
 918share/calibre/images/news/linuxdevices.png
 919share/calibre/images/news/livemint.png
 920share/calibre/images/news/lwn.png
 921share/calibre/images/news/miami_herald.png
 922share/calibre/images/news/msdnmag_en.png
 923share/calibre/images/news/nacional_cro.png
 924share/calibre/images/news/nasa.png
 925share/calibre/images/news/new_yorker.png
 926share/calibre/images/news/newsweek.png
 927share/calibre/images/news/noaa.png
 928share/calibre/images/news/novosti.png
 929share/calibre/images/news/nspm.png
 930share/calibre/images/news/nspm_int.png
 931share/calibre/images/news/nytimes.png
 932share/calibre/images/news/nytimes_sub.png
 933share/calibre/images/news/nzz_ger.png
 934share/calibre/images/news/o_globo.png
 935share/calibre/images/news/pagina12.png
 936share/calibre/images/news/pescanik.png
 937share/calibre/images/news/pobjeda.png
 938share/calibre/images/news/politico.png
 939share/calibre/images/news/politika.png
 940share/calibre/images/news/portfolio.png
 941share/calibre/images/news/pressonline.png
 942share/calibre/images/news/rts.png
 943share/calibre/images/news/sanjosemercurynews.png
 944share/calibre/images/news/sciencedaily.png
 945share/calibre/images/news/scott_hanselman.png
 946share/calibre/images/news/seattle_times.png
 947share/calibre/images/news/security_watch.png
 948share/calibre/images/news/smashing.png
 949share/calibre/images/news/soldiers.png
 950share/calibre/images/news/spiegel_int.png
 951share/calibre/images/news/spiegelde.png
 952share/calibre/images/news/stackoverflow.png
 953share/calibre/images/news/starbulletin.png
 954share/calibre/images/news/straitstimes.png
 955share/calibre/images/news/sueddeutsche.png
 956share/calibre/images/news/svd_se.png
 957share/calibre/images/news/tanjug.png
 958share/calibre/images/news/telegraph_uk.png
 959share/calibre/images/news/telepolis.png
 960share/calibre/images/news/telepolis_artikel.png
 961share/calibre/images/news/teleread.png
 962share/calibre/images/news/the_oz.png
 963share/calibre/images/news/theeconomictimes_india.png
 964share/calibre/images/news/themarketticker.png
 965share/calibre/images/news/theonion.png
 966share/calibre/images/news/thestar.png
 967share/calibre/images/news/tijd.png
 968share/calibre/images/news/time_magazine.png
 969share/calibre/images/news/times_online.png
 970share/calibre/images/news/tomshardware.png
 971share/calibre/images/news/tomshardware_de.png
 972share/calibre/images/news/toronto_sun.png
 973share/calibre/images/news/uncrate.png
 974share/calibre/images/news/usnews.png
 975share/calibre/images/news/utne.png
 976share/calibre/images/news/variety.png
 977share/calibre/images/news/vecernji_list.png
 978share/calibre/images/news/vijesti.png
 979share/calibre/images/news/vreme.png
 980share/calibre/images/news/welt.png
 981share/calibre/images/news/wikinews_en.png
 982share/calibre/images/news/wired.png
 983share/calibre/images/news/wsj.png
 984share/calibre/images/news/zdnet.png
 985share/calibre/images/news/zeitde.png
 986share/calibre/images/next.svg
 987share/calibre/images/ok.svg
 988share/calibre/images/page.svg
 989share/calibre/images/plugins.svg
 990share/calibre/images/plus.svg
 991share/calibre/images/previous.svg
 992share/calibre/images/print-preview.svg
 993share/calibre/images/print.svg
 994share/calibre/images/publisher.png
 995share/calibre/images/reader.svg
 996share/calibre/images/save.svg
 997share/calibre/images/scheduler.svg
 998share/calibre/images/sd.svg
 999share/calibre/images/search.svg
 1000share/calibre/images/series.svg
 1001share/calibre/images/star.png
 1002share/calibre/images/swap.svg
 1003share/calibre/images/sync.svg
 1004share/calibre/images/tags.svg
 1005share/calibre/images/trash.svg
 1006share/calibre/images/user_profile.svg
 1007share/calibre/images/view.svg
 1008share/calibre/images/viewer.svg
 1009share/calibre/images/welcome_wizard.svg
 1010share/calibre/images/window-close.svg
 1011share/calibre/images/wizard.svg
 1012share/calibre/localization/iso639.pickle
 1013share/calibre/localization/locales/af/LC_MESSAGES/iso639.mo
 1014share/calibre/localization/locales/af/LC_MESSAGES/messages.mo
 1015share/calibre/localization/locales/ar/LC_MESSAGES/iso639.mo
 1016share/calibre/localization/locales/ar/LC_MESSAGES/messages.mo
 1017share/calibre/localization/locales/ar/LC_MESSAGES/qt.qm
 1018share/calibre/localization/locales/bg/LC_MESSAGES/iso639.mo
 1019share/calibre/localization/locales/bg/LC_MESSAGES/messages.mo
 1020share/calibre/localization/locales/ca/LC_MESSAGES/iso639.mo
 1021share/calibre/localization/locales/ca/LC_MESSAGES/messages.mo
 1022share/calibre/localization/locales/cs/LC_MESSAGES/iso639.mo
 1023share/calibre/localization/locales/cs/LC_MESSAGES/messages.mo
 1024share/calibre/localization/locales/da/LC_MESSAGES/iso639.mo
 1025share/calibre/localization/locales/da/LC_MESSAGES/messages.mo
 1026share/calibre/localization/locales/da/LC_MESSAGES/qt.qm
 1027share/calibre/localization/locales/de/LC_MESSAGES/iso639.mo
 1028share/calibre/localization/locales/de/LC_MESSAGES/messages.mo
 1029share/calibre/localization/locales/de/LC_MESSAGES/qt.qm
 1030share/calibre/localization/locales/el/LC_MESSAGES/iso639.mo
 1031share/calibre/localization/locales/el/LC_MESSAGES/messages.mo
 1032share/calibre/localization/locales/en_GB/LC_MESSAGES/messages.mo
 1033share/calibre/localization/locales/es/LC_MESSAGES/iso639.mo
 1034share/calibre/localization/locales/es/LC_MESSAGES/messages.mo
 1035share/calibre/localization/locales/es/LC_MESSAGES/qt.qm
 1036share/calibre/localization/locales/fr/LC_MESSAGES/iso639.mo
 1037share/calibre/localization/locales/fr/LC_MESSAGES/messages.mo
 1038share/calibre/localization/locales/fr/LC_MESSAGES/qt.qm
 1039share/calibre/localization/locales/gl/LC_MESSAGES/iso639.mo
 1040share/calibre/localization/locales/gl/LC_MESSAGES/messages.mo
 1041share/calibre/localization/locales/he/LC_MESSAGES/iso639.mo
 1042share/calibre/localization/locales/he/LC_MESSAGES/messages.mo
 1043share/calibre/localization/locales/hr/LC_MESSAGES/iso639.mo
 1044share/calibre/localization/locales/hr/LC_MESSAGES/messages.mo
 1045share/calibre/localization/locales/hu/LC_MESSAGES/iso639.mo
 1046share/calibre/localization/locales/hu/LC_MESSAGES/messages.mo
 1047share/calibre/localization/locales/it/LC_MESSAGES/iso639.mo
 1048share/calibre/localization/locales/it/LC_MESSAGES/messages.mo
 1049share/calibre/localization/locales/ja/LC_MESSAGES/iso639.mo
 1050share/calibre/localization/locales/ja/LC_MESSAGES/messages.mo
 1051share/calibre/localization/locales/ko/LC_MESSAGES/iso639.mo
 1052share/calibre/localization/locales/ko/LC_MESSAGES/messages.mo
 1053share/calibre/localization/locales/lv/LC_MESSAGES/iso639.mo
 1054share/calibre/localization/locales/lv/LC_MESSAGES/messages.mo
 1055share/calibre/localization/locales/nb/LC_MESSAGES/iso639.mo
 1056share/calibre/localization/locales/nb/LC_MESSAGES/messages.mo
 1057share/calibre/localization/locales/nds/LC_MESSAGES/messages.mo
 1058share/calibre/localization/locales/nl/LC_MESSAGES/iso639.mo
 1059share/calibre/localization/locales/nl/LC_MESSAGES/messages.mo
 1060share/calibre/localization/locales/pl/LC_MESSAGES/iso639.mo
 1061share/calibre/localization/locales/pl/LC_MESSAGES/messages.mo
 1062share/calibre/localization/locales/pl/LC_MESSAGES/qt.qm
 1063share/calibre/localization/locales/pt/LC_MESSAGES/iso639.mo
 1064share/calibre/localization/locales/pt/LC_MESSAGES/messages.mo
 1065share/calibre/localization/locales/pt/LC_MESSAGES/qt.qm
 1066share/calibre/localization/locales/pt_BR/LC_MESSAGES/iso639.mo
 1067share/calibre/localization/locales/pt_BR/LC_MESSAGES/messages.mo
 1068share/calibre/localization/locales/ro/LC_MESSAGES/iso639.mo
 1069share/calibre/localization/locales/ro/LC_MESSAGES/messages.mo
 1070share/calibre/localization/locales/ru/LC_MESSAGES/iso639.mo
 1071share/calibre/localization/locales/ru/LC_MESSAGES/messages.mo
 1072share/calibre/localization/locales/ru/LC_MESSAGES/qt.qm
 1073share/calibre/localization/locales/sk/LC_MESSAGES/iso639.mo
 1074share/calibre/localization/locales/sk/LC_MESSAGES/messages.mo
 1075share/calibre/localization/locales/sk/LC_MESSAGES/qt.qm
 1076share/calibre/localization/locales/sl/LC_MESSAGES/iso639.mo
 1077share/calibre/localization/locales/sl/LC_MESSAGES/messages.mo
 1078share/calibre/localization/locales/sv/LC_MESSAGES/iso639.mo
 1079share/calibre/localization/locales/sv/LC_MESSAGES/messages.mo
 1080share/calibre/localization/locales/sv/LC_MESSAGES/qt.qm
 1081share/calibre/localization/locales/te/LC_MESSAGES/messages.mo
 1082share/calibre/localization/locales/uk/LC_MESSAGES/iso639.mo
 1083share/calibre/localization/locales/uk/LC_MESSAGES/messages.mo
 1084share/calibre/localization/locales/uk/LC_MESSAGES/qt.qm
 1085share/calibre/localization/locales/yi/LC_MESSAGES/messages.mo
 1086share/calibre/localization/locales/zh_CN/LC_MESSAGES/iso639.mo
 1087share/calibre/localization/locales/zh_CN/LC_MESSAGES/messages.mo
 1088share/calibre/localization/locales/zh_CN/LC_MESSAGES/qt.qm
 1089share/calibre/localization/locales/zh_HK/LC_MESSAGES/iso639.mo
 1090share/calibre/localization/locales/zh_HK/LC_MESSAGES/messages.mo
 1091share/calibre/localization/locales/zh_TW/LC_MESSAGES/iso639.mo
 1092share/calibre/localization/locales/zh_TW/LC_MESSAGES/messages.mo
 1093share/calibre/localization/locales/zh_TW/LC_MESSAGES/qt.qm
 1094share/calibre/localization/stats.pickle
 1095share/calibre/metadata_sqlite.sql
 1096share/calibre/recipes/24sata.recipe
 1097share/calibre/recipes/24sata_rs.recipe
 1098share/calibre/recipes/7dias.recipe
 1099share/calibre/recipes/accountancyage.recipe
 1100share/calibre/recipes/adventuregamers.recipe
 1101share/calibre/recipes/al_jazeera.recipe
 1102share/calibre/recipes/ambito.recipe
 1103share/calibre/recipes/amspec.recipe
 1104share/calibre/recipes/an_druma_mor.recipe
 1105share/calibre/recipes/ap.recipe
 1106share/calibre/recipes/ars_technica.recipe
 1107share/calibre/recipes/atlantic.recipe
 1108share/calibre/recipes/axxon_news.recipe
 1109share/calibre/recipes/azstarnet.recipe
 1110share/calibre/recipes/b92.recipe
 1111share/calibre/recipes/barrons.recipe
 1112share/calibre/recipes/bbc.recipe
 1113share/calibre/recipes/bbcvietnamese.recipe
 1114share/calibre/recipes/beta.recipe
 1115share/calibre/recipes/beta_en.recipe
 1116share/calibre/recipes/blic.recipe
 1117share/calibre/recipes/borba.recipe
 1118share/calibre/recipes/buenosaireseconomico.recipe
 1119share/calibre/recipes/business_standard.recipe
 1120share/calibre/recipes/business_week.recipe
 1121share/calibre/recipes/businessworldin.recipe
 1122share/calibre/recipes/carta.recipe
 1123share/calibre/recipes/chicago_breaking_news.recipe
 1124share/calibre/recipes/chicago_tribune.recipe
 1125share/calibre/recipes/chr_mon.recipe
 1126share/calibre/recipes/cincinnati_enquirer.recipe
 1127share/calibre/recipes/clarin.recipe
 1128share/calibre/recipes/climate_progress.recipe
 1129share/calibre/recipes/cnn.recipe
 1130share/calibre/recipes/coding_horror.recipe
 1131share/calibre/recipes/common_dreams.recipe
 1132share/calibre/recipes/corren2.recipe
 1133share/calibre/recipes/corriere_della_sera_en.recipe
 1134share/calibre/recipes/corriere_della_sera_it.recipe
 1135share/calibre/recipes/courrierinternational.recipe
 1136share/calibre/recipes/craigslist.recipe
 1137share/calibre/recipes/criticadigital.recipe
 1138share/calibre/recipes/cubadebate.recipe
 1139share/calibre/recipes/cyberpresse.recipe
 1140share/calibre/recipes/daily_mail.recipe
 1141share/calibre/recipes/daily_telegraph.recipe
 1142share/calibre/recipes/dailyreckoning.recipe
 1143share/calibre/recipes/danas.recipe
 1144share/calibre/recipes/darknet.recipe
 1145share/calibre/recipes/de_standaard.recipe
 1146share/calibre/recipes/degentenaar.recipe
 1147share/calibre/recipes/demorgen_be.recipe
 1148share/calibre/recipes/der_standard.recipe
 1149share/calibre/recipes/diagonales.recipe
 1150share/calibre/recipes/diepresse.recipe
 1151share/calibre/recipes/discover_magazine.recipe
 1152share/calibre/recipes/dn_se.recipe
 1153share/calibre/recipes/dna.recipe
 1154share/calibre/recipes/dnevni_avaz.recipe
 1155share/calibre/recipes/dnevnik_cro.recipe
 1156share/calibre/recipes/e_novine.recipe
 1157share/calibre/recipes/ecogeek.recipe
 1158share/calibre/recipes/economist.recipe
 1159share/calibre/recipes/el_mercurio_chile.recipe
 1160share/calibre/recipes/el_pais.recipe
 1161share/calibre/recipes/el_universal.recipe
 1162share/calibre/recipes/elargentino.recipe
 1163share/calibre/recipes/elcronista.recipe
 1164share/calibre/recipes/elektrolese.recipe
 1165share/calibre/recipes/elmundo.recipe
 1166share/calibre/recipes/elperiodico_catalan.recipe
 1167share/calibre/recipes/elperiodico_spanish.recipe
 1168share/calibre/recipes/eltiempo_hn.recipe
 1169share/calibre/recipes/endgadget.recipe
 1170share/calibre/recipes/espn.recipe
 1171share/calibre/recipes/esquire.recipe
 1172share/calibre/recipes/estadao.recipe
 1173share/calibre/recipes/exiled.recipe
 1174share/calibre/recipes/expansion_spanish.recipe
 1175share/calibre/recipes/fastcompany.recipe
 1176share/calibre/recipes/faznet.recipe
 1177share/calibre/recipes/financial_times.recipe
 1178share/calibre/recipes/fokkeensukke.recipe
 1179share/calibre/recipes/forbes.recipe
 1180share/calibre/recipes/freakonomics.recipe
 1181share/calibre/recipes/ftd.recipe
 1182share/calibre/recipes/fudzilla.recipe
 1183share/calibre/recipes/glas_srpske.recipe
 1184share/calibre/recipes/glasgow_herald.recipe
 1185share/calibre/recipes/glasjavnosti.recipe
 1186share/calibre/recipes/globe_and_mail.recipe
 1187share/calibre/recipes/granma.recipe
 1188share/calibre/recipes/greader.recipe
 1189share/calibre/recipes/guardian.recipe
 1190share/calibre/recipes/gva_be.recipe
 1191share/calibre/recipes/h1.recipe
 1192share/calibre/recipes/h2.recipe
 1193share/calibre/recipes/h3.recipe
 1194share/calibre/recipes/harpers.recipe
 1195share/calibre/recipes/harpers_full.recipe
 1196share/calibre/recipes/hbr.recipe
 1197share/calibre/recipes/heise.recipe
 1198share/calibre/recipes/hindu.recipe
 1199share/calibre/recipes/hln.recipe
 1200share/calibre/recipes/hln_be.recipe
 1201share/calibre/recipes/hna.recipe
 1202share/calibre/recipes/honoluluadvertiser.recipe
 1203share/calibre/recipes/honvedelem.recipe
 1204share/calibre/recipes/hrt.recipe
 1205share/calibre/recipes/huntechnet.recipe
 1206share/calibre/recipes/ieco.recipe
 1207share/calibre/recipes/iht.recipe
 1208share/calibre/recipes/index_hu.recipe
 1209share/calibre/recipes/indy_star.recipe
 1210share/calibre/recipes/infobae.recipe
 1211share/calibre/recipes/infoworld.recipe
 1212share/calibre/recipes/inquirer_net.recipe
 1213share/calibre/recipes/instapaper.recipe
 1214share/calibre/recipes/intelligencer.recipe
 1215share/calibre/recipes/irish_independent.recipe
 1216share/calibre/recipes/irish_times.recipe
 1217share/calibre/recipes/japan_times.recipe
 1218share/calibre/recipes/javalobby.recipe
 1219share/calibre/recipes/jb_online.recipe
 1220share/calibre/recipes/joelonsoftware.recipe
 1221share/calibre/recipes/jpost.recipe
 1222share/calibre/recipes/jutarnji.recipe
 1223share/calibre/recipes/juventudrebelde.recipe
 1224share/calibre/recipes/juventudrebelde_english.recipe
 1225share/calibre/recipes/kellog_faculty.recipe
 1226share/calibre/recipes/kellog_insight.recipe
 1227share/calibre/recipes/krstarica.recipe
 1228share/calibre/recipes/krstarica_en.recipe
 1229share/calibre/recipes/la_cuarta.recipe
 1230share/calibre/recipes/la_republica.recipe
 1231share/calibre/recipes/la_segunda.recipe
 1232share/calibre/recipes/la_tercera.recipe
 1233share/calibre/recipes/lamujerdemivida.recipe
 1234share/calibre/recipes/lanacion.recipe
 1235share/calibre/recipes/lanacion_chile.recipe
 1236share/calibre/recipes/laprensa.recipe
 1237share/calibre/recipes/laprensa_hn.recipe
 1238share/calibre/recipes/laprensa_ni.recipe
 1239share/calibre/recipes/latimes.recipe
 1240share/calibre/recipes/latribuna.recipe
 1241share/calibre/recipes/lavanguardia.recipe
 1242share/calibre/recipes/le_monde.recipe
 1243share/calibre/recipes/le_temps.recipe
 1244share/calibre/recipes/lemonde_dip.recipe
 1245share/calibre/recipes/liberation.recipe
 1246share/calibre/recipes/linux_magazine.recipe
 1247share/calibre/recipes/linuxdevices.recipe
 1248share/calibre/recipes/livemint.recipe
 1249share/calibre/recipes/lrb.recipe
 1250share/calibre/recipes/lwn.recipe
 1251share/calibre/recipes/marca.recipe
 1252share/calibre/recipes/mediapart.recipe
 1253share/calibre/recipes/miami_herald.recipe
 1254share/calibre/recipes/miradasalsur.recipe
 1255share/calibre/recipes/mondedurable.recipe
 1256share/calibre/recipes/moneynews.recipe
 1257share/calibre/recipes/monitor.recipe
 1258share/calibre/recipes/moscow_times.recipe
 1259share/calibre/recipes/msdnmag_en.recipe
 1260share/calibre/recipes/nacional_cro.recipe
 1261share/calibre/recipes/nakedcapitalism.recipe
 1262share/calibre/recipes/nasa.recipe
 1263share/calibre/recipes/new_scientist.recipe
 1264share/calibre/recipes/new_york_review_of_books.recipe
 1265share/calibre/recipes/new_york_review_of_books_no_sub.recipe
 1266share/calibre/recipes/new_yorker.recipe
 1267share/calibre/recipes/news_times.recipe
 1268share/calibre/recipes/newsweek.recipe
 1269share/calibre/recipes/newsweek_argentina.recipe
 1270share/calibre/recipes/nin.recipe
 1271share/calibre/recipes/noaa.recipe
 1272share/calibre/recipes/novosti.recipe
 1273share/calibre/recipes/npr.recipe
 1274share/calibre/recipes/nspm.recipe
 1275share/calibre/recipes/nspm_int.recipe
 1276share/calibre/recipes/nytimes.recipe
 1277share/calibre/recipes/nytimes_sub.recipe
 1278share/calibre/recipes/nzz_ger.recipe
 1279share/calibre/recipes/o_globo.recipe
 1280share/calibre/recipes/ourdailybread.recipe
 1281share/calibre/recipes/outlook_india.recipe
 1282share/calibre/recipes/pagina12.recipe
 1283share/calibre/recipes/pcworld_hu.recipe
 1284share/calibre/recipes/pescanik.recipe
 1285share/calibre/recipes/phd_comics.recipe
 1286share/calibre/recipes/philly.recipe
 1287share/calibre/recipes/physics_today.recipe
 1288share/calibre/recipes/physics_world.recipe
 1289share/calibre/recipes/pobjeda.recipe
 1290share/calibre/recipes/politico.recipe
 1291share/calibre/recipes/politika.recipe
 1292share/calibre/recipes/portfolio.recipe
 1293share/calibre/recipes/pressonline.recipe
 1294share/calibre/recipes/publico.recipe
 1295share/calibre/recipes/republika.recipe
 1296share/calibre/recipes/reuters.recipe
 1297share/calibre/recipes/rga.recipe
 1298share/calibre/recipes/rts.recipe
 1299share/calibre/recipes/salon.recipe
 1300share/calibre/recipes/san_fran_chronicle.recipe
 1301share/calibre/recipes/sanjosemercurynews.recipe
 1302share/calibre/recipes/science_aas.recipe
 1303share/calibre/recipes/science_news.recipe
 1304share/calibre/recipes/sciencedaily.recipe
 1305share/calibre/recipes/scientific_american.recipe
 1306share/calibre/recipes/scott_hanselman.recipe
 1307share/calibre/recipes/seattle_times.recipe
 1308share/calibre/recipes/security_watch.recipe
 1309share/calibre/recipes/serverside.recipe
 1310share/calibre/recipes/shacknews.recipe
 1311share/calibre/recipes/slashdot.recipe
 1312share/calibre/recipes/slate.recipe
 1313share/calibre/recipes/smashing.recipe
 1314share/calibre/recipes/smh.recipe
 1315share/calibre/recipes/soldiers.recipe
 1316share/calibre/recipes/spiegel_int.recipe
 1317share/calibre/recipes/spiegelde.recipe
 1318share/calibre/recipes/st_petersburg_times.recipe
 1319share/calibre/recipes/stackoverflow.recipe
 1320share/calibre/recipes/starbulletin.recipe
 1321share/calibre/recipes/straitstimes.recipe
 1322share/calibre/recipes/sueddeutsche.recipe
 1323share/calibre/recipes/svd_se.recipe
 1324share/calibre/recipes/tanjug.recipe
 1325share/calibre/recipes/telegraph_uk.recipe
 1326share/calibre/recipes/telepolis.recipe
 1327share/calibre/recipes/telepolis_artikel.recipe
 1328share/calibre/recipes/teleread.recipe
 1329share/calibre/recipes/the_age.recipe
 1330share/calibre/recipes/the_budget_fashionista.recipe
 1331share/calibre/recipes/the_nation.recipe
 1332share/calibre/recipes/the_new_republic.recipe
 1333share/calibre/recipes/the_oz.recipe
 1334share/calibre/recipes/the_register.recipe
 1335share/calibre/recipes/the_scotsman.recipe
 1336share/calibre/recipes/thedgesingapore.recipe
 1337share/calibre/recipes/theeconomictimes_india.recipe
 1338share/calibre/recipes/themarketticker.recipe
 1339share/calibre/recipes/theoldfoodie.recipe
 1340share/calibre/recipes/theonion.recipe
 1341share/calibre/recipes/thestar.recipe
 1342share/calibre/recipes/tijd.recipe
 1343share/calibre/recipes/time_magazine.recipe
 1344share/calibre/recipes/times_online.recipe
 1345share/calibre/recipes/tnxm.recipe
 1346share/calibre/recipes/tomshardware.recipe
 1347share/calibre/recipes/tomshardware_de.recipe
 1348share/calibre/recipes/toronto_sun.recipe
 1349share/calibre/recipes/trouw.recipe
 1350share/calibre/recipes/tweakers.recipe
 1351share/calibre/recipes/twitchfilms.recipe
 1352share/calibre/recipes/uncrate.recipe
 1353share/calibre/recipes/upi.recipe
 1354share/calibre/recipes/usatoday.recipe
 1355share/calibre/recipes/usnews.recipe
 1356share/calibre/recipes/utne.recipe
 1357share/calibre/recipes/variety.recipe
 1358share/calibre/recipes/vecernji_list.recipe
 1359share/calibre/recipes/veintitres.recipe
 1360share/calibre/recipes/vijesti.recipe
 1361share/calibre/recipes/vnexpress.recipe
 1362share/calibre/recipes/volksrant.recipe
 1363share/calibre/recipes/vreme.recipe
 1364share/calibre/recipes/wash_post.recipe
 1365share/calibre/recipes/welt.recipe
 1366share/calibre/recipes/wikinews_en.recipe
 1367share/calibre/recipes/winsupersite.recipe
 1368share/calibre/recipes/wired.recipe
 1369share/calibre/recipes/woz_die.recipe
 1370share/calibre/recipes/wsj.recipe
 1371share/calibre/recipes/xkcd.recipe
 1372share/calibre/recipes/zaobao.recipe
 1373share/calibre/recipes/zdnet.recipe
 1374share/calibre/recipes/zeitde.recipe
 1375share/calibre/scripts.pickle
 1376share/calibre/templates/fb2.xsl
 1377share/calibre/templates/html.css
 1378share/calibre/templates/lrf.xsl
 1379share/calibre/templates/ncx.xml
 1380share/calibre/templates/opf.xml
 1381share/calibre/templates/rtf.xsl
 1382share/calibre/viewer/bookmarks.js
 1383share/calibre/viewer/hyphenate/Hyphenator.js
 1384share/calibre/viewer/hyphenate/patterns/bn.js
 1385share/calibre/viewer/hyphenate/patterns/cs.js
 1386share/calibre/viewer/hyphenate/patterns/da.js
 1387share/calibre/viewer/hyphenate/patterns/de.js
 1388share/calibre/viewer/hyphenate/patterns/en.js
 1389share/calibre/viewer/hyphenate/patterns/es.js
 1390share/calibre/viewer/hyphenate/patterns/fi.js
 1391share/calibre/viewer/hyphenate/patterns/fr.js
 1392share/calibre/viewer/hyphenate/patterns/gu.js
 1393share/calibre/viewer/hyphenate/patterns/hi.js
 1394share/calibre/viewer/hyphenate/patterns/hu.js
 1395share/calibre/viewer/hyphenate/patterns/it.js
 1396share/calibre/viewer/hyphenate/patterns/kn.js
 1397share/calibre/viewer/hyphenate/patterns/ml.js
 1398share/calibre/viewer/hyphenate/patterns/nl.js
 1399share/calibre/viewer/hyphenate/patterns/or.js
 1400share/calibre/viewer/hyphenate/patterns/pa.js
 1401share/calibre/viewer/hyphenate/patterns/pl.js
 1402share/calibre/viewer/hyphenate/patterns/pt.js
 1403share/calibre/viewer/hyphenate/patterns/ru.js
 1404share/calibre/viewer/hyphenate/patterns/sv.js
 1405share/calibre/viewer/hyphenate/patterns/ta.js
 1406share/calibre/viewer/hyphenate/patterns/te.js
 1407share/calibre/viewer/hyphenate/patterns/uk.js
 1408share/calibre/viewer/hyphenation.js
 1409share/calibre/viewer/jquery_scrollTo.js
 1410share/calibre/viewer/referencing.js

cvs diff -r1.1.1.1 -r1.2 pkgsrc/misc/calibre/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/calibre/distinfo 2009/01/17 22:18:26 1.1.1.1
+++ pkgsrc/misc/calibre/distinfo 2009/11/18 17:41:20 1.2
@@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
1$NetBSD: distinfo,v 1.1.1.1 2009/01/17 22:18:26 wiz Exp $ 1$NetBSD: distinfo,v 1.2 2009/11/18 17:41:20 wiz Exp $
2 2
3SHA1 (calibre-0.4.128.tar.gz) = 722535edfb89b75e591eef2334f6c28f66ca018b 3SHA1 (calibre-0.6.24.tar.gz) = 8484746cb058d7719225b02a843d29bd7626ffa0
4RMD160 (calibre-0.4.128.tar.gz) = fd63765bd6a2713ab9dff054042022646a2babb4 4RMD160 (calibre-0.6.24.tar.gz) = a7833156b635bfd14842b055e3b44debe64e4752
5Size (calibre-0.4.128.tar.gz) = 6266244 bytes 5Size (calibre-0.6.24.tar.gz) = 10953557 bytes
6SHA1 (patch-aa) = e38d249f0849266942682a3cc0611cf376678265 6SHA1 (patch-aa) = cf794f388d8193c3384f7f36208bef606c14dc6d
 7SHA1 (patch-ac) = da8fedb745ebb29ea7df0a5b7a642384273ae324

cvs diff -r1.1.1.1 -r1.2 pkgsrc/misc/calibre/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/misc/calibre/patches/Attic/patch-aa 2009/01/17 22:18:26 1.1.1.1
+++ pkgsrc/misc/calibre/patches/Attic/patch-aa 2009/11/18 17:41:20 1.2
@@ -1,42 +1,31 @@ @@ -1,42 +1,31 @@
1$NetBSD: patch-aa,v 1.1.1.1 2009/01/17 22:18:26 wiz Exp $ 1$NetBSD: patch-aa,v 1.2 2009/11/18 17:41:20 wiz Exp $
2 2
3--- src/calibre/linux.py.orig 2009-01-06 00:25:49.000000000 +0100 3--- src/calibre/linux.py.orig 2009-09-28 23:23:41.000000000 +0000
4+++ src/calibre/linux.py 4+++ src/calibre/linux.py
5@@ -397,10 +397,9 @@ def option_parser(): 5@@ -184,7 +184,7 @@ class PostInstall:
6 return parser 6 if os.path.exists(bc):
7  7 f = os.path.join(bc, 'calibre')
8 def install_man_pages(fatal_errors): 8 else:
9- from bz2 import compress 9- f = os.path.join(self.opts.staging_etc, 'bash_completion.d/calibre')
10 import subprocess 10+ f = os.path.join(self.opts.staging_root, 'share/bash_completion.d/calibre')
11 print 'Installing MAN pages...' 11 if not os.path.exists(os.path.dirname(f)):
12 manpath = '/usr/share/man/man1' 12 os.makedirs(os.path.dirname(f))
13 f = NamedTemporaryFile() 13 self.manifest.append(f)
14 f.write('[see also]\nhttp://%s.kovidgoyal.net\n'%__appname__) 14@@ -319,7 +319,7 @@ class PostInstall:
15 f.flush() 15 def install_man_pages(self):
16@@ -417,7 +416,7 @@ def install_man_pages(fatal_errors): 
17 help2man = ('help2man', prog, '--name', 'part of %s'%__appname__, 
18 '--section', '1', '--no-info', '--include', 
19 f.name, '--manual', __appname__) 
20- manfile = os.path.join(manpath, prog+'.1'+__appname__+'.bz2') 
21+ manfile = os.path.join(manpath, prog+'.1') 
22 print '\tInstalling MAN page for', prog 
23 try: 16 try:
24 p = subprocess.Popen(help2man, stdout=subprocess.PIPE) 17 from calibre.utils.help2man import create_man_page
25@@ -434,7 +433,7 @@ def install_man_pages(fatal_errors): 18- manpath = os.path.join(self.opts.staging_sharedir, 'man/man1')
26 continue 19+ manpath = os.path.join(self.opts.staging_root, 'man/man1')
27 f2 = open_file(manfile) 20 if not os.path.exists(manpath):
28 manifest.append(f2.name) 21 os.makedirs(manpath)
29- f2.write(compress(raw)) 22 self.info('Installing MAN pages...')
30+ f2.write(raw) 23@@ -332,7 +332,7 @@ class PostInstall:
31 return manifest 24 continue
32  25 parser = parser()
33 def post_install(): 26 raw = create_man_page(prog, parser)
34@@ -448,8 +447,6 @@ def post_install(): 27- manfile = os.path.join(manpath, prog+'.1'+__appname__+'.bz2')
35 global use_destdir 28+ manfile = os.path.join(manpath, prog+'.1')
36 use_destdir = opts.destdir 29 self.info('\tInstalling MAN page for', prog)
37 manifest = [] 30 open(manfile, 'wb').write(raw)
38- manifest += setup_udev_rules(opts.group_file, not opts.dont_reload, opts.fatal_errors) 31 self.manifest.append(manfile)
39- manifest += setup_completion(opts.fatal_errors) 
40 setup_desktop_integration(opts.fatal_errors) 
41 manifest += install_man_pages(opts.fatal_errors) 
42  

File Added: pkgsrc/misc/calibre/patches/Attic/patch-ac
$NetBSD: patch-ac,v 1.1 2009/11/18 17:41:20 wiz Exp $

--- src/calibre/utils/help2man.py.orig	2009-09-28 23:23:41.000000000 +0000
+++ src/calibre/utils/help2man.py
@@ -3,7 +3,7 @@ __license__ = 'GPL 3'
 __copyright__ = '2009, Kovid Goyal <kovid@kovidgoyal.net>'
 __docformat__ = 'restructuredtext en'
 
-import time, bz2
+import time
 
 from calibre.constants import __version__, __appname__, __author__
 
@@ -57,6 +57,6 @@ def create_man_page(prog, parser):
     lines = [x if isinstance(x, unicode) else unicode(x, 'utf-8', 'replace') for
             x in lines]
 
-    return  bz2.compress((u'\n'.join(lines)).encode('utf-8'))
+    return  (u'\n'.join(lines)).encode('utf-8')