From 37cd6ceea3a593b62fccae49ea47d9829bb020cb Mon Sep 17 00:00:00 2001 From: recht Date: Sun, 14 Sep 2003 16:43:45 +0000 Subject: [PATCH] hange extension.mk to also install optimized files for distutils packages. Inspired by FreeBSD "ports". Fix the PLISTs accordingly. Also, while at it, remove now obsolete compileall.py calls in post-install targets and insure that extension.mk is in included before builinlinks of other Python modules. Discussed with/ok'ed by drochner@. --- audio/py-cddb/PLIST | 4 +- cad/py-MyHDL/PLIST | 15 +- converters/py-jpCodecs/PLIST | 34 +- converters/py-koCodecs/PLIST | 28 +- converters/py-zhCodecs/PLIST | 12 +- databases/py-PgSQL/Makefile | 6 +- databases/py-bsddb3/PLIST | 25 +- databases/py-mysqldb/PLIST | 17 +- databases/py-sqlite/PLIST | 4 +- databases/py-sybase/Makefile | 4 +- databases/py-sybase/PLIST | 3 +- devel/py-Optik/PLIST | 7 +- devel/py-checker/PLIST | 17 +- devel/py-logging/PLIST | 5 +- devel/py-unit/PLIST | 3 +- devel/py-unitgui/PLIST | 3 +- devel/py-zconfig/PLIST | 23 +- graphics/py-gnuplot/PLIST | 18 +- graphics/py-imaging/PLIST | 69 ++- graphics/py-piddle/PLIST | 34 +- lang/python/extension.mk | 6 +- math/py-Scientific/PLIST | 155 +++-- math/py-rpy/Makefile | 4 +- math/py-rpy/PLIST | 4 +- net/bittorrent/PLIST | 29 +- net/py-IP/PLIST | 3 +- net/py-METAR/PLIST | 3 +- net/py-adns/PLIST | 11 +- net/py-dns/PLIST | 69 ++- net/py-google/Makefile | 4 +- net/py-google/PLIST | 6 +- net/py-mimelib/PLIST | 25 +- net/py-soappy/Makefile | 10 +- net/pyslsk/Makefile | 4 +- net/pyslsk/PLIST | 23 +- security/py-amkCrypto/PLIST | 23 +- security/py-cryptkit/PLIST | 13 +- security/py-gnupg/PLIST | 3 +- security/py-m2crypto/PLIST | 39 +- sysutils/rdiff-backup/PLIST | 29 +- textproc/py-FourSuite/PLIST | 1024 +++++++++++++++++++++++++++++++++- textproc/py-HappyDoc/PLIST | 64 ++- textproc/py-xmltools/PLIST | 6 +- textproc/pyxml/PLIST | 194 ++++++- x11/py-wxWindows/Makefile | 8 +- 45 files changed, 1966 insertions(+), 124 deletions(-) diff --git a/audio/py-cddb/PLIST b/audio/py-cddb/PLIST index c964e1875b7bd..39d83d4d2a769 100644 --- a/audio/py-cddb/PLIST +++ b/audio/py-cddb/PLIST @@ -1,6 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2001/12/07 19:48:01 jmc Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/09/14 16:43:46 recht Exp $ ${PYSITELIB}/CDDB.py ${PYSITELIB}/CDDB.pyc +${PYSITELIB}/CDDB.pyo ${PYSITELIB}/DiscID.py ${PYSITELIB}/DiscID.pyc +${PYSITELIB}/DiscID.pyo ${PYSITELIB}/cdrom.so diff --git a/cad/py-MyHDL/PLIST b/cad/py-MyHDL/PLIST index 2d4c6ee10f8e7..70a5d83aea6c6 100644 --- a/cad/py-MyHDL/PLIST +++ b/cad/py-MyHDL/PLIST @@ -1,28 +1,41 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/05 18:50:54 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:46 recht Exp $ ${PYSITELIB}/myhdl/Cosimulation.py ${PYSITELIB}/myhdl/Cosimulation.pyc +${PYSITELIB}/myhdl/Cosimulation.pyo ${PYSITELIB}/myhdl/Signal.py ${PYSITELIB}/myhdl/Signal.pyc +${PYSITELIB}/myhdl/Signal.pyo ${PYSITELIB}/myhdl/Simulation.py ${PYSITELIB}/myhdl/Simulation.pyc +${PYSITELIB}/myhdl/Simulation.pyo ${PYSITELIB}/myhdl/__init__.py ${PYSITELIB}/myhdl/__init__.pyc +${PYSITELIB}/myhdl/__init__.pyo ${PYSITELIB}/myhdl/_simulator.py ${PYSITELIB}/myhdl/_simulator.pyc +${PYSITELIB}/myhdl/_simulator.pyo ${PYSITELIB}/myhdl/delay.py ${PYSITELIB}/myhdl/delay.pyc +${PYSITELIB}/myhdl/delay.pyo ${PYSITELIB}/myhdl/intbv.py ${PYSITELIB}/myhdl/intbv.pyc +${PYSITELIB}/myhdl/intbv.pyo ${PYSITELIB}/myhdl/test_Cosimulation.py ${PYSITELIB}/myhdl/test_Cosimulation.pyc +${PYSITELIB}/myhdl/test_Cosimulation.pyo ${PYSITELIB}/myhdl/test_Signal.py ${PYSITELIB}/myhdl/test_Signal.pyc +${PYSITELIB}/myhdl/test_Signal.pyo ${PYSITELIB}/myhdl/test_Simulation.py ${PYSITELIB}/myhdl/test_Simulation.pyc +${PYSITELIB}/myhdl/test_Simulation.pyo ${PYSITELIB}/myhdl/test_all.py ${PYSITELIB}/myhdl/test_all.pyc +${PYSITELIB}/myhdl/test_all.pyo ${PYSITELIB}/myhdl/test_intbv.py ${PYSITELIB}/myhdl/test_intbv.pyc +${PYSITELIB}/myhdl/test_intbv.pyo ${PYSITELIB}/myhdl/util.py ${PYSITELIB}/myhdl/util.pyc +${PYSITELIB}/myhdl/util.pyo @dirrm ${PYSITELIB}/myhdl diff --git a/converters/py-jpCodecs/PLIST b/converters/py-jpCodecs/PLIST index ae0dab3d83f8b..22c1243dfbd0e 100644 --- a/converters/py-jpCodecs/PLIST +++ b/converters/py-jpCodecs/PLIST @@ -1,70 +1,102 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/14 17:05:39 tsarna Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:46 recht Exp $ ${PYSITELIB}/japanese.pth ${PYSITELIB}/japanese/__init__.py ${PYSITELIB}/japanese/__init__.pyc +${PYSITELIB}/japanese/__init__.pyo ${PYSITELIB}/japanese/aliases/__init__.py ${PYSITELIB}/japanese/aliases/__init__.pyc +${PYSITELIB}/japanese/aliases/__init__.pyo ${PYSITELIB}/japanese/c/__init__.py ${PYSITELIB}/japanese/c/__init__.pyc +${PYSITELIB}/japanese/c/__init__.pyo ${PYSITELIB}/japanese/c/_japanese_codecs.so ${PYSITELIB}/japanese/c/euc_jp.py ${PYSITELIB}/japanese/c/euc_jp.pyc +${PYSITELIB}/japanese/c/euc_jp.pyo ${PYSITELIB}/japanese/c/iso_2022_jp.py ${PYSITELIB}/japanese/c/iso_2022_jp.pyc +${PYSITELIB}/japanese/c/iso_2022_jp.pyo ${PYSITELIB}/japanese/c/iso_2022_jp_1.py ${PYSITELIB}/japanese/c/iso_2022_jp_1.pyc +${PYSITELIB}/japanese/c/iso_2022_jp_1.pyo ${PYSITELIB}/japanese/c/iso_2022_jp_ext.py ${PYSITELIB}/japanese/c/iso_2022_jp_ext.pyc +${PYSITELIB}/japanese/c/iso_2022_jp_ext.pyo ${PYSITELIB}/japanese/c/ms932.py ${PYSITELIB}/japanese/c/ms932.pyc +${PYSITELIB}/japanese/c/ms932.pyo ${PYSITELIB}/japanese/c/shift_jis.py ${PYSITELIB}/japanese/c/shift_jis.pyc +${PYSITELIB}/japanese/c/shift_jis.pyo ${PYSITELIB}/japanese/euc_jp.py ${PYSITELIB}/japanese/euc_jp.pyc +${PYSITELIB}/japanese/euc_jp.pyo ${PYSITELIB}/japanese/iso_2022_jp.py ${PYSITELIB}/japanese/iso_2022_jp.pyc +${PYSITELIB}/japanese/iso_2022_jp.pyo ${PYSITELIB}/japanese/iso_2022_jp_1.py ${PYSITELIB}/japanese/iso_2022_jp_1.pyc +${PYSITELIB}/japanese/iso_2022_jp_1.pyo ${PYSITELIB}/japanese/iso_2022_jp_ext.py ${PYSITELIB}/japanese/iso_2022_jp_ext.pyc +${PYSITELIB}/japanese/iso_2022_jp_ext.pyo ${PYSITELIB}/japanese/jis_7.py ${PYSITELIB}/japanese/jis_7.pyc +${PYSITELIB}/japanese/jis_7.pyo ${PYSITELIB}/japanese/jis_x_0201_katakana.py ${PYSITELIB}/japanese/jis_x_0201_katakana.pyc +${PYSITELIB}/japanese/jis_x_0201_katakana.pyo ${PYSITELIB}/japanese/jis_x_0201_roman.py ${PYSITELIB}/japanese/jis_x_0201_roman.pyc +${PYSITELIB}/japanese/jis_x_0201_roman.pyo ${PYSITELIB}/japanese/mappings/__init__.py ${PYSITELIB}/japanese/mappings/__init__.pyc +${PYSITELIB}/japanese/mappings/__init__.pyo ${PYSITELIB}/japanese/mappings/euc_jp.py ${PYSITELIB}/japanese/mappings/euc_jp.pyc +${PYSITELIB}/japanese/mappings/euc_jp.pyo ${PYSITELIB}/japanese/mappings/jis_x_0208.py ${PYSITELIB}/japanese/mappings/jis_x_0208.pyc +${PYSITELIB}/japanese/mappings/jis_x_0208.pyo ${PYSITELIB}/japanese/mappings/jis_x_0212.py ${PYSITELIB}/japanese/mappings/jis_x_0212.pyc +${PYSITELIB}/japanese/mappings/jis_x_0212.pyo ${PYSITELIB}/japanese/mappings/shift_jis.py ${PYSITELIB}/japanese/mappings/shift_jis.pyc +${PYSITELIB}/japanese/mappings/shift_jis.pyo ${PYSITELIB}/japanese/ms932.py ${PYSITELIB}/japanese/ms932.pyc +${PYSITELIB}/japanese/ms932.pyo ${PYSITELIB}/japanese/python/__init__.py ${PYSITELIB}/japanese/python/__init__.pyc +${PYSITELIB}/japanese/python/__init__.pyo ${PYSITELIB}/japanese/python/euc_jp.py ${PYSITELIB}/japanese/python/euc_jp.pyc +${PYSITELIB}/japanese/python/euc_jp.pyo ${PYSITELIB}/japanese/python/iso_2022_jp.py ${PYSITELIB}/japanese/python/iso_2022_jp.pyc +${PYSITELIB}/japanese/python/iso_2022_jp.pyo ${PYSITELIB}/japanese/python/iso_2022_jp_1.py ${PYSITELIB}/japanese/python/iso_2022_jp_1.pyc +${PYSITELIB}/japanese/python/iso_2022_jp_1.pyo ${PYSITELIB}/japanese/python/iso_2022_jp_ext.py ${PYSITELIB}/japanese/python/iso_2022_jp_ext.pyc +${PYSITELIB}/japanese/python/iso_2022_jp_ext.pyo ${PYSITELIB}/japanese/python/shift_jis.py ${PYSITELIB}/japanese/python/shift_jis.pyc +${PYSITELIB}/japanese/python/shift_jis.pyo ${PYSITELIB}/japanese/shift_jis.py ${PYSITELIB}/japanese/shift_jis.pyc +${PYSITELIB}/japanese/shift_jis.pyo ${PYSITELIB}/japanese/sjis.py ${PYSITELIB}/japanese/sjis.pyc +${PYSITELIB}/japanese/sjis.pyo ${PYSITELIB}/japanese/ujis.py ${PYSITELIB}/japanese/ujis.pyc +${PYSITELIB}/japanese/ujis.pyo ${PYSITELIB}/japanese/windows_31j.py ${PYSITELIB}/japanese/windows_31j.pyc +${PYSITELIB}/japanese/windows_31j.pyo @dirrm ${PYSITELIB}/japanese/python @dirrm ${PYSITELIB}/japanese/mappings @dirrm ${PYSITELIB}/japanese/c diff --git a/converters/py-koCodecs/PLIST b/converters/py-koCodecs/PLIST index 49d41ce7edba9..5fc3c7bd7af62 100644 --- a/converters/py-koCodecs/PLIST +++ b/converters/py-koCodecs/PLIST @@ -1,59 +1,85 @@ -@comment $NetBSD: PLIST,v 1.2 2002/07/07 16:03:16 jschauma Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/09/14 16:43:46 recht Exp $ ${PYSITELIB}/korean.pth ${PYSITELIB}/korean/__init__.py ${PYSITELIB}/korean/__init__.pyc +${PYSITELIB}/korean/__init__.pyo ${PYSITELIB}/korean/aliases.py ${PYSITELIB}/korean/aliases.pyc +${PYSITELIB}/korean/aliases.pyo ${PYSITELIB}/korean/c/__init__.py ${PYSITELIB}/korean/c/__init__.pyc +${PYSITELIB}/korean/c/__init__.pyo ${PYSITELIB}/korean/c/_koco.so ${PYSITELIB}/korean/c/cp949.py ${PYSITELIB}/korean/c/cp949.pyc +${PYSITELIB}/korean/c/cp949.pyo ${PYSITELIB}/korean/c/euc_kr.py ${PYSITELIB}/korean/c/euc_kr.pyc +${PYSITELIB}/korean/c/euc_kr.pyo ${PYSITELIB}/korean/c/hangul.so ${PYSITELIB}/korean/cp949.py ${PYSITELIB}/korean/cp949.pyc +${PYSITELIB}/korean/cp949.pyo ${PYSITELIB}/korean/euc_kr.py ${PYSITELIB}/korean/euc_kr.pyc +${PYSITELIB}/korean/euc_kr.pyo ${PYSITELIB}/korean/hangul.py ${PYSITELIB}/korean/hangul.pyc +${PYSITELIB}/korean/hangul.pyo ${PYSITELIB}/korean/iso_2022_kr.py ${PYSITELIB}/korean/iso_2022_kr.pyc +${PYSITELIB}/korean/iso_2022_kr.pyo ${PYSITELIB}/korean/johab.py ${PYSITELIB}/korean/johab.pyc +${PYSITELIB}/korean/johab.pyo ${PYSITELIB}/korean/mappings/__init__.py ${PYSITELIB}/korean/mappings/__init__.pyc +${PYSITELIB}/korean/mappings/__init__.pyo ${PYSITELIB}/korean/mappings/johab_ideograph.py ${PYSITELIB}/korean/mappings/johab_ideograph.pyc +${PYSITELIB}/korean/mappings/johab_ideograph.pyo ${PYSITELIB}/korean/mappings/ksc5601_hangul.py ${PYSITELIB}/korean/mappings/ksc5601_hangul.pyc +${PYSITELIB}/korean/mappings/ksc5601_hangul.pyo ${PYSITELIB}/korean/mappings/ksc5601_ideograph.py ${PYSITELIB}/korean/mappings/ksc5601_ideograph.pyc +${PYSITELIB}/korean/mappings/ksc5601_ideograph.pyo ${PYSITELIB}/korean/mappings/ksc5601_misc.py ${PYSITELIB}/korean/mappings/ksc5601_misc.pyc +${PYSITELIB}/korean/mappings/ksc5601_misc.pyo ${PYSITELIB}/korean/mappings/uhc.py ${PYSITELIB}/korean/mappings/uhc.pyc +${PYSITELIB}/korean/mappings/uhc.pyo ${PYSITELIB}/korean/python/__init__.py ${PYSITELIB}/korean/python/__init__.pyc +${PYSITELIB}/korean/python/__init__.pyo ${PYSITELIB}/korean/python/cp949.py ${PYSITELIB}/korean/python/cp949.pyc +${PYSITELIB}/korean/python/cp949.pyo ${PYSITELIB}/korean/python/euc_kr.py ${PYSITELIB}/korean/python/euc_kr.pyc +${PYSITELIB}/korean/python/euc_kr.pyo ${PYSITELIB}/korean/python/hangul.py ${PYSITELIB}/korean/python/hangul.pyc +${PYSITELIB}/korean/python/hangul.pyo ${PYSITELIB}/korean/python/iso_2022_kr.py ${PYSITELIB}/korean/python/iso_2022_kr.pyc +${PYSITELIB}/korean/python/iso_2022_kr.pyo ${PYSITELIB}/korean/python/johab.py ${PYSITELIB}/korean/python/johab.pyc +${PYSITELIB}/korean/python/johab.pyo ${PYSITELIB}/korean/python/qwerty2bul.py ${PYSITELIB}/korean/python/qwerty2bul.pyc +${PYSITELIB}/korean/python/qwerty2bul.pyo ${PYSITELIB}/korean/python/unijohab.py ${PYSITELIB}/korean/python/unijohab.pyc +${PYSITELIB}/korean/python/unijohab.pyo ${PYSITELIB}/korean/qwerty2bul.py ${PYSITELIB}/korean/qwerty2bul.pyc +${PYSITELIB}/korean/qwerty2bul.pyo ${PYSITELIB}/korean/unijohab.py ${PYSITELIB}/korean/unijohab.pyc +${PYSITELIB}/korean/unijohab.pyo @dirrm ${PYSITELIB}/korean/python @dirrm ${PYSITELIB}/korean/mappings @dirrm ${PYSITELIB}/korean/c diff --git a/converters/py-zhCodecs/PLIST b/converters/py-zhCodecs/PLIST index c8062d96f5f64..cbe181b74a66d 100644 --- a/converters/py-zhCodecs/PLIST +++ b/converters/py-zhCodecs/PLIST @@ -1,23 +1,33 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/15 08:18:15 shell Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:47 recht Exp $ ${PYSITELIB}/big5_tw.py ${PYSITELIB}/big5_tw.pyc +${PYSITELIB}/big5_tw.pyo ${PYSITELIB}/chinesecn/__init__.py ${PYSITELIB}/chinesecn/__init__.pyc +${PYSITELIB}/chinesecn/__init__.pyo ${PYSITELIB}/chinesecn/euc_gb23122utf.py ${PYSITELIB}/chinesecn/euc_gb23122utf.pyc +${PYSITELIB}/chinesecn/euc_gb23122utf.pyo ${PYSITELIB}/chinesecn/utf2euc_gb2312.py ${PYSITELIB}/chinesecn/utf2euc_gb2312.pyc +${PYSITELIB}/chinesecn/utf2euc_gb2312.pyo ${PYSITELIB}/chinesetw/__init__.py ${PYSITELIB}/chinesetw/__init__.pyc +${PYSITELIB}/chinesetw/__init__.pyo ${PYSITELIB}/chinesetw/big52utf1.py ${PYSITELIB}/chinesetw/big52utf1.pyc +${PYSITELIB}/chinesetw/big52utf1.pyo ${PYSITELIB}/chinesetw/big52utf2.py ${PYSITELIB}/chinesetw/big52utf2.pyc +${PYSITELIB}/chinesetw/big52utf2.pyo ${PYSITELIB}/chinesetw/utf2big51.py ${PYSITELIB}/chinesetw/utf2big51.pyc +${PYSITELIB}/chinesetw/utf2big51.pyo ${PYSITELIB}/chinesetw/utf2big52.py ${PYSITELIB}/chinesetw/utf2big52.pyc +${PYSITELIB}/chinesetw/utf2big52.pyo ${PYSITELIB}/eucgb2312_cn.py ${PYSITELIB}/eucgb2312_cn.pyc +${PYSITELIB}/eucgb2312_cn.pyo @dirrm ${PYSITELIB}/chinesetw @dirrm ${PYSITELIB}/chinesecn diff --git a/databases/py-PgSQL/Makefile b/databases/py-PgSQL/Makefile index 1334f42c02356..63a2c67900344 100644 --- a/databases/py-PgSQL/Makefile +++ b/databases/py-PgSQL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/09/09 13:46:24 recht Exp $ +# $NetBSD: Makefile,v 1.2 2003/09/14 16:43:47 recht Exp $ # DISTNAME= pyPgSQL-2.4 @@ -16,10 +16,6 @@ PYDISTUTILSPKG= YES PYBINMODULE= YES PY_PATCHPLIST= YES -post-install: - ${PYTHONBIN} -O ${LOCALBASE}/${PYLIB}/compileall.py \ - ${LOCALBASE}/${PYSITELIB}/pyPgSQL - .include "../../lang/python/extension.mk" .include "../../lang/python/application.mk" .include "../../time/py-mxDateTime/buildlink2.mk" diff --git a/databases/py-bsddb3/PLIST b/databases/py-bsddb3/PLIST index 65af2b9f0532c..b2c46a1cd911a 100644 --- a/databases/py-bsddb3/PLIST +++ b/databases/py-bsddb3/PLIST @@ -1,50 +1,73 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/17 19:26:04 gson Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:47 recht Exp $ ${PYSITELIB}/bsddb3/__init__.py ${PYSITELIB}/bsddb3/__init__.pyc +${PYSITELIB}/bsddb3/__init__.pyo ${PYSITELIB}/bsddb3/_db.so ${PYSITELIB}/bsddb3/db.py ${PYSITELIB}/bsddb3/db.pyc +${PYSITELIB}/bsddb3/db.pyo ${PYSITELIB}/bsddb3/dbobj.py ${PYSITELIB}/bsddb3/dbobj.pyc +${PYSITELIB}/bsddb3/dbobj.pyo ${PYSITELIB}/bsddb3/dbrecio.py ${PYSITELIB}/bsddb3/dbrecio.pyc +${PYSITELIB}/bsddb3/dbrecio.pyo ${PYSITELIB}/bsddb3/dbshelve.py ${PYSITELIB}/bsddb3/dbshelve.pyc +${PYSITELIB}/bsddb3/dbshelve.pyo ${PYSITELIB}/bsddb3/dbtables.py ${PYSITELIB}/bsddb3/dbtables.pyc +${PYSITELIB}/bsddb3/dbtables.pyo ${PYSITELIB}/bsddb3/dbutils.py ${PYSITELIB}/bsddb3/dbutils.pyc +${PYSITELIB}/bsddb3/dbutils.pyo ${PYSITELIB}/bsddb3/tests/__init__.py ${PYSITELIB}/bsddb3/tests/__init__.pyc +${PYSITELIB}/bsddb3/tests/__init__.pyo ${PYSITELIB}/bsddb3/tests/test_all.py ${PYSITELIB}/bsddb3/tests/test_all.pyc +${PYSITELIB}/bsddb3/tests/test_all.pyo ${PYSITELIB}/bsddb3/tests/test_associate.py ${PYSITELIB}/bsddb3/tests/test_associate.pyc +${PYSITELIB}/bsddb3/tests/test_associate.pyo ${PYSITELIB}/bsddb3/tests/test_basics.py ${PYSITELIB}/bsddb3/tests/test_basics.pyc +${PYSITELIB}/bsddb3/tests/test_basics.pyo ${PYSITELIB}/bsddb3/tests/test_compat.py ${PYSITELIB}/bsddb3/tests/test_compat.pyc +${PYSITELIB}/bsddb3/tests/test_compat.pyo ${PYSITELIB}/bsddb3/tests/test_dbobj.py ${PYSITELIB}/bsddb3/tests/test_dbobj.pyc +${PYSITELIB}/bsddb3/tests/test_dbobj.pyo ${PYSITELIB}/bsddb3/tests/test_dbshelve.py ${PYSITELIB}/bsddb3/tests/test_dbshelve.pyc +${PYSITELIB}/bsddb3/tests/test_dbshelve.pyo ${PYSITELIB}/bsddb3/tests/test_dbtables.py ${PYSITELIB}/bsddb3/tests/test_dbtables.pyc +${PYSITELIB}/bsddb3/tests/test_dbtables.pyo ${PYSITELIB}/bsddb3/tests/test_env_close.py ${PYSITELIB}/bsddb3/tests/test_env_close.pyc +${PYSITELIB}/bsddb3/tests/test_env_close.pyo ${PYSITELIB}/bsddb3/tests/test_get_none.py ${PYSITELIB}/bsddb3/tests/test_get_none.pyc +${PYSITELIB}/bsddb3/tests/test_get_none.pyo ${PYSITELIB}/bsddb3/tests/test_join.py ${PYSITELIB}/bsddb3/tests/test_join.pyc +${PYSITELIB}/bsddb3/tests/test_join.pyo ${PYSITELIB}/bsddb3/tests/test_lock.py ${PYSITELIB}/bsddb3/tests/test_lock.pyc +${PYSITELIB}/bsddb3/tests/test_lock.pyo ${PYSITELIB}/bsddb3/tests/test_misc.py ${PYSITELIB}/bsddb3/tests/test_misc.pyc +${PYSITELIB}/bsddb3/tests/test_misc.pyo ${PYSITELIB}/bsddb3/tests/test_queue.py ${PYSITELIB}/bsddb3/tests/test_queue.pyc +${PYSITELIB}/bsddb3/tests/test_queue.pyo ${PYSITELIB}/bsddb3/tests/test_recno.py ${PYSITELIB}/bsddb3/tests/test_recno.pyc +${PYSITELIB}/bsddb3/tests/test_recno.pyo ${PYSITELIB}/bsddb3/tests/test_thread.py ${PYSITELIB}/bsddb3/tests/test_thread.pyc +${PYSITELIB}/bsddb3/tests/test_thread.pyo @dirrm ${PYSITELIB}/bsddb3/tests @dirrm ${PYSITELIB}/bsddb3 diff --git a/databases/py-mysqldb/PLIST b/databases/py-mysqldb/PLIST index e44f6e070a4f3..b52aaea7a9fbc 100644 --- a/databases/py-mysqldb/PLIST +++ b/databases/py-mysqldb/PLIST @@ -1,34 +1,49 @@ -@comment $NetBSD: PLIST,v 1.3 2002/01/29 14:39:38 drochner Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/09/14 16:43:48 recht Exp $ ${PYSITELIB}/CompatMysqldb.py ${PYSITELIB}/CompatMysqldb.pyc +${PYSITELIB}/CompatMysqldb.pyo ${PYSITELIB}/MySQLdb/__init__.py ${PYSITELIB}/MySQLdb/__init__.pyc +${PYSITELIB}/MySQLdb/__init__.pyo ${PYSITELIB}/MySQLdb/connections.py ${PYSITELIB}/MySQLdb/connections.pyc +${PYSITELIB}/MySQLdb/connections.pyo ${PYSITELIB}/MySQLdb/constants/CLIENT.py ${PYSITELIB}/MySQLdb/constants/CLIENT.pyc +${PYSITELIB}/MySQLdb/constants/CLIENT.pyo ${PYSITELIB}/MySQLdb/constants/CR.py ${PYSITELIB}/MySQLdb/constants/CR.pyc +${PYSITELIB}/MySQLdb/constants/CR.pyo ${PYSITELIB}/MySQLdb/constants/ER.py ${PYSITELIB}/MySQLdb/constants/ER.pyc +${PYSITELIB}/MySQLdb/constants/ER.pyo ${PYSITELIB}/MySQLdb/constants/FIELD_TYPE.py ${PYSITELIB}/MySQLdb/constants/FIELD_TYPE.pyc +${PYSITELIB}/MySQLdb/constants/FIELD_TYPE.pyo ${PYSITELIB}/MySQLdb/constants/FLAG.py ${PYSITELIB}/MySQLdb/constants/FLAG.pyc +${PYSITELIB}/MySQLdb/constants/FLAG.pyo ${PYSITELIB}/MySQLdb/constants/REFRESH.py ${PYSITELIB}/MySQLdb/constants/REFRESH.pyc +${PYSITELIB}/MySQLdb/constants/REFRESH.pyo ${PYSITELIB}/MySQLdb/constants/__init__.py ${PYSITELIB}/MySQLdb/constants/__init__.pyc +${PYSITELIB}/MySQLdb/constants/__init__.pyo ${PYSITELIB}/MySQLdb/converters.py ${PYSITELIB}/MySQLdb/converters.pyc +${PYSITELIB}/MySQLdb/converters.pyo ${PYSITELIB}/MySQLdb/cursors.py ${PYSITELIB}/MySQLdb/cursors.pyc +${PYSITELIB}/MySQLdb/cursors.pyo ${PYSITELIB}/MySQLdb/sets.py ${PYSITELIB}/MySQLdb/sets.pyc +${PYSITELIB}/MySQLdb/sets.pyo ${PYSITELIB}/MySQLdb/times.py ${PYSITELIB}/MySQLdb/times.pyc +${PYSITELIB}/MySQLdb/times.pyo ${PYSITELIB}/_mysql.so ${PYSITELIB}/_mysql_exceptions.py ${PYSITELIB}/_mysql_exceptions.pyc +${PYSITELIB}/_mysql_exceptions.pyo @dirrm ${PYSITELIB}/MySQLdb/constants @dirrm ${PYSITELIB}/MySQLdb diff --git a/databases/py-sqlite/PLIST b/databases/py-sqlite/PLIST index af604c840281c..7835602104ad1 100644 --- a/databases/py-sqlite/PLIST +++ b/databases/py-sqlite/PLIST @@ -1,7 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/25 21:38:21 tsarna Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:48 recht Exp $ ${PYSITELIB}/_sqlite.so ${PYSITELIB}/sqlite/__init__.py ${PYSITELIB}/sqlite/__init__.pyc +${PYSITELIB}/sqlite/__init__.pyo ${PYSITELIB}/sqlite/main.py ${PYSITELIB}/sqlite/main.pyc +${PYSITELIB}/sqlite/main.pyo @dirrm ${PYSITELIB}/sqlite diff --git a/databases/py-sybase/Makefile b/databases/py-sybase/Makefile index 0cff1d715e145..fe08284f1a1ab 100644 --- a/databases/py-sybase/Makefile +++ b/databases/py-sybase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/07/25 11:31:15 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2003/09/14 16:43:48 recht Exp $ # DISTNAME= sybase-0.36 @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.object-craft.com.au/projects/sybase/ COMMENT= Sybase interface for Python using FreeTDS -PYTHON_VERSIONS_ACCEPTED= 21pth 22pth +PYTHON_VERSIONS_ACCEPTED= 21pth 22pth 23pth BUILDLINK_DEPENDS.freetds= freetds-0.61* PYSETUPBUILDARGS= build_ext -D HAVE_FREETDS=61 -U WANT_BULKCOPY diff --git a/databases/py-sybase/PLIST b/databases/py-sybase/PLIST index 8cb96b48a5953..e71b259ead25e 100644 --- a/databases/py-sybase/PLIST +++ b/databases/py-sybase/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/25 11:31:15 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:48 recht Exp $ ${PYSITELIB}/sybasect.so ${PYSITELIB}/Sybase.py ${PYSITELIB}/Sybase.pyc +${PYSITELIB}/Sybase.pyo diff --git a/devel/py-Optik/PLIST b/devel/py-Optik/PLIST index c3f475f8c8ef9..559972ceddff1 100644 --- a/devel/py-Optik/PLIST +++ b/devel/py-Optik/PLIST @@ -1,12 +1,17 @@ -@comment $NetBSD: PLIST,v 1.2 2002/12/26 15:11:50 shell Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/09/14 16:43:48 recht Exp $ ${PYSITELIB}/optik/__init__.py ${PYSITELIB}/optik/__init__.pyc +${PYSITELIB}/optik/__init__.pyo ${PYSITELIB}/optik/errors.py ${PYSITELIB}/optik/errors.pyc +${PYSITELIB}/optik/errors.pyo ${PYSITELIB}/optik/help.py ${PYSITELIB}/optik/help.pyc +${PYSITELIB}/optik/help.pyo ${PYSITELIB}/optik/option.py ${PYSITELIB}/optik/option.pyc +${PYSITELIB}/optik/option.pyo ${PYSITELIB}/optik/option_parser.py ${PYSITELIB}/optik/option_parser.pyc +${PYSITELIB}/optik/option_parser.pyo @dirrm ${PYSITELIB}/optik diff --git a/devel/py-checker/PLIST b/devel/py-checker/PLIST index 022cb736cac2f..7eafeea904a5d 100644 --- a/devel/py-checker/PLIST +++ b/devel/py-checker/PLIST @@ -1,33 +1,48 @@ -@comment $NetBSD: PLIST,v 1.2 2003/06/28 14:49:47 drochner Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/09/14 16:43:49 recht Exp $ bin/pychecker${PYVERSSUFFIX} ${PYSITELIB}/pychecker/CodeChecks.py ${PYSITELIB}/pychecker/CodeChecks.pyc +${PYSITELIB}/pychecker/CodeChecks.pyo ${PYSITELIB}/pychecker/Config.py ${PYSITELIB}/pychecker/Config.pyc +${PYSITELIB}/pychecker/Config.pyo ${PYSITELIB}/pychecker/OP.py ${PYSITELIB}/pychecker/OP.pyc +${PYSITELIB}/pychecker/OP.pyo ${PYSITELIB}/pychecker/OptionTypes.py ${PYSITELIB}/pychecker/OptionTypes.pyc +${PYSITELIB}/pychecker/OptionTypes.pyo ${PYSITELIB}/pychecker/Stack.py ${PYSITELIB}/pychecker/Stack.pyc +${PYSITELIB}/pychecker/Stack.pyo ${PYSITELIB}/pychecker/Warning.py ${PYSITELIB}/pychecker/Warning.pyc +${PYSITELIB}/pychecker/Warning.pyo ${PYSITELIB}/pychecker/__init__.py ${PYSITELIB}/pychecker/__init__.pyc +${PYSITELIB}/pychecker/__init__.pyo ${PYSITELIB}/pychecker/checker.py ${PYSITELIB}/pychecker/checker.pyc +${PYSITELIB}/pychecker/checker.pyo ${PYSITELIB}/pychecker/function.py ${PYSITELIB}/pychecker/function.pyc +${PYSITELIB}/pychecker/function.pyo ${PYSITELIB}/pychecker/msgs.py ${PYSITELIB}/pychecker/msgs.pyc +${PYSITELIB}/pychecker/msgs.pyo ${PYSITELIB}/pychecker/options.py ${PYSITELIB}/pychecker/options.pyc +${PYSITELIB}/pychecker/options.pyo ${PYSITELIB}/pychecker/printer.py ${PYSITELIB}/pychecker/printer.pyc +${PYSITELIB}/pychecker/printer.pyo ${PYSITELIB}/pychecker/python.py ${PYSITELIB}/pychecker/python.pyc +${PYSITELIB}/pychecker/python.pyo ${PYSITELIB}/pychecker/utils.py ${PYSITELIB}/pychecker/utils.pyc +${PYSITELIB}/pychecker/utils.pyo ${PYSITELIB}/pychecker/warn.py ${PYSITELIB}/pychecker/warn.pyc +${PYSITELIB}/pychecker/warn.pyo @dirrm ${PYSITELIB}/pychecker diff --git a/devel/py-logging/PLIST b/devel/py-logging/PLIST index aee800fc0bc6b..2dc1c7b2259ee 100644 --- a/devel/py-logging/PLIST +++ b/devel/py-logging/PLIST @@ -1,8 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/11/29 18:09:53 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:49 recht Exp $ ${PYSITELIB}/logging/__init__.py ${PYSITELIB}/logging/__init__.pyc +${PYSITELIB}/logging/__init__.pyo ${PYSITELIB}/logging/config.py ${PYSITELIB}/logging/config.pyc +${PYSITELIB}/logging/config.pyo ${PYSITELIB}/logging/handlers.py ${PYSITELIB}/logging/handlers.pyc +${PYSITELIB}/logging/handlers.pyo @dirrm ${PYSITELIB}/logging diff --git a/devel/py-unit/PLIST b/devel/py-unit/PLIST index 678772c07b494..522e4c544190b 100644 --- a/devel/py-unit/PLIST +++ b/devel/py-unit/PLIST @@ -1,3 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/29 16:19:03 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:49 recht Exp $ ${PYSITELIB}/unittest.py ${PYSITELIB}/unittest.pyc +${PYSITELIB}/unittest.pyo diff --git a/devel/py-unitgui/PLIST b/devel/py-unitgui/PLIST index fc06f797234af..4798c69f142e2 100644 --- a/devel/py-unitgui/PLIST +++ b/devel/py-unitgui/PLIST @@ -1,3 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/29 16:20:47 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:50 recht Exp $ ${PYSITELIB}/unittestgui.py ${PYSITELIB}/unittestgui.pyc +${PYSITELIB}/unittestgui.pyo diff --git a/devel/py-zconfig/PLIST b/devel/py-zconfig/PLIST index 0f0cb2966024c..af210acfa1a81 100644 --- a/devel/py-zconfig/PLIST +++ b/devel/py-zconfig/PLIST @@ -1,45 +1,66 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/25 16:04:09 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:50 recht Exp $ ${PYSITELIB}/ZConfig/Config.py ${PYSITELIB}/ZConfig/Config.pyc +${PYSITELIB}/ZConfig/Config.pyo ${PYSITELIB}/ZConfig/Context.py ${PYSITELIB}/ZConfig/Context.pyc +${PYSITELIB}/ZConfig/Context.pyo ${PYSITELIB}/ZConfig/__init__.py ${PYSITELIB}/ZConfig/__init__.pyc +${PYSITELIB}/ZConfig/__init__.pyo ${PYSITELIB}/ZConfig/cfgparser.py ${PYSITELIB}/ZConfig/cfgparser.pyc +${PYSITELIB}/ZConfig/cfgparser.pyo ${PYSITELIB}/ZConfig/cmdline.py ${PYSITELIB}/ZConfig/cmdline.pyc +${PYSITELIB}/ZConfig/cmdline.pyo ${PYSITELIB}/ZConfig/datatypes.py ${PYSITELIB}/ZConfig/datatypes.pyc +${PYSITELIB}/ZConfig/datatypes.pyo ${PYSITELIB}/ZConfig/info.py ${PYSITELIB}/ZConfig/info.pyc +${PYSITELIB}/ZConfig/info.pyo ${PYSITELIB}/ZConfig/loader.py ${PYSITELIB}/ZConfig/loader.pyc +${PYSITELIB}/ZConfig/loader.pyo ${PYSITELIB}/ZConfig/matcher.py ${PYSITELIB}/ZConfig/matcher.pyc +${PYSITELIB}/ZConfig/matcher.pyo ${PYSITELIB}/ZConfig/schema.py ${PYSITELIB}/ZConfig/schema.pyc +${PYSITELIB}/ZConfig/schema.pyo ${PYSITELIB}/ZConfig/substitution.py ${PYSITELIB}/ZConfig/substitution.pyc +${PYSITELIB}/ZConfig/substitution.pyo ${PYSITELIB}/ZConfig/tests/__init__.py ${PYSITELIB}/ZConfig/tests/__init__.pyc +${PYSITELIB}/ZConfig/tests/__init__.pyo ${PYSITELIB}/ZConfig/tests/runtests.py ${PYSITELIB}/ZConfig/tests/runtests.pyc +${PYSITELIB}/ZConfig/tests/runtests.pyo ${PYSITELIB}/ZConfig/tests/support.py ${PYSITELIB}/ZConfig/tests/support.pyc +${PYSITELIB}/ZConfig/tests/support.pyo ${PYSITELIB}/ZConfig/tests/test_cmdline.py ${PYSITELIB}/ZConfig/tests/test_cmdline.pyc +${PYSITELIB}/ZConfig/tests/test_cmdline.pyo ${PYSITELIB}/ZConfig/tests/test_config.py ${PYSITELIB}/ZConfig/tests/test_config.pyc +${PYSITELIB}/ZConfig/tests/test_config.pyo ${PYSITELIB}/ZConfig/tests/test_datatypes.py ${PYSITELIB}/ZConfig/tests/test_datatypes.pyc +${PYSITELIB}/ZConfig/tests/test_datatypes.pyo ${PYSITELIB}/ZConfig/tests/test_loader.py ${PYSITELIB}/ZConfig/tests/test_loader.pyc +${PYSITELIB}/ZConfig/tests/test_loader.pyo ${PYSITELIB}/ZConfig/tests/test_schema.py ${PYSITELIB}/ZConfig/tests/test_schema.pyc +${PYSITELIB}/ZConfig/tests/test_schema.pyo ${PYSITELIB}/ZConfig/tests/test_subst.py ${PYSITELIB}/ZConfig/tests/test_subst.pyc +${PYSITELIB}/ZConfig/tests/test_subst.pyo ${PYSITELIB}/ZConfig/url.py ${PYSITELIB}/ZConfig/url.pyc +${PYSITELIB}/ZConfig/url.pyo @dirrm ${PYSITELIB}/ZConfig/tests @dirrm ${PYSITELIB}/ZConfig diff --git a/graphics/py-gnuplot/PLIST b/graphics/py-gnuplot/PLIST index 7fdea07b4568c..0904320f3dc2c 100644 --- a/graphics/py-gnuplot/PLIST +++ b/graphics/py-gnuplot/PLIST @@ -1,34 +1,50 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/04 18:38:27 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:50 recht Exp $ ${PYSITELIB}/Gnuplot/Errors.py ${PYSITELIB}/Gnuplot/Errors.pyc +${PYSITELIB}/Gnuplot/Errors.pyo ${PYSITELIB}/Gnuplot/PlotItems.py ${PYSITELIB}/Gnuplot/PlotItems.pyc +${PYSITELIB}/Gnuplot/PlotItems.pyo ${PYSITELIB}/Gnuplot/_Gnuplot.py ${PYSITELIB}/Gnuplot/_Gnuplot.pyc +${PYSITELIB}/Gnuplot/_Gnuplot.pyo ${PYSITELIB}/Gnuplot/__init__.py ${PYSITELIB}/Gnuplot/__init__.pyc +${PYSITELIB}/Gnuplot/__init__.pyo ${PYSITELIB}/Gnuplot/demo.py ${PYSITELIB}/Gnuplot/demo.pyc +${PYSITELIB}/Gnuplot/demo.pyo ${PYSITELIB}/Gnuplot/funcutils.py ${PYSITELIB}/Gnuplot/funcutils.pyc +${PYSITELIB}/Gnuplot/funcutils.pyo ${PYSITELIB}/Gnuplot/gnuplot_Suites.py ${PYSITELIB}/Gnuplot/gnuplot_Suites.pyc +${PYSITELIB}/Gnuplot/gnuplot_Suites.pyo ${PYSITELIB}/Gnuplot/gp.py ${PYSITELIB}/Gnuplot/gp.pyc +${PYSITELIB}/Gnuplot/gp.pyo ${PYSITELIB}/Gnuplot/gp_mac.py ${PYSITELIB}/Gnuplot/gp_mac.pyc +${PYSITELIB}/Gnuplot/gp_mac.pyo ${PYSITELIB}/Gnuplot/gp_macosx.py ${PYSITELIB}/Gnuplot/gp_macosx.pyc +${PYSITELIB}/Gnuplot/gp_macosx.pyo ${PYSITELIB}/Gnuplot/gp_unix.py ${PYSITELIB}/Gnuplot/gp_unix.pyc +${PYSITELIB}/Gnuplot/gp_unix.pyo ${PYSITELIB}/Gnuplot/gp_win32.py ${PYSITELIB}/Gnuplot/gp_win32.pyc +${PYSITELIB}/Gnuplot/gp_win32.pyo ${PYSITELIB}/Gnuplot/oldplot.py ${PYSITELIB}/Gnuplot/oldplot.pyc +${PYSITELIB}/Gnuplot/oldplot.pyo ${PYSITELIB}/Gnuplot/termdefs.py ${PYSITELIB}/Gnuplot/termdefs.pyc +${PYSITELIB}/Gnuplot/termdefs.pyo ${PYSITELIB}/Gnuplot/test.py ${PYSITELIB}/Gnuplot/test.pyc +${PYSITELIB}/Gnuplot/test.pyo ${PYSITELIB}/Gnuplot/utils.py ${PYSITELIB}/Gnuplot/utils.pyc +${PYSITELIB}/Gnuplot/utils.pyo @dirrm ${PYSITELIB}/Gnuplot diff --git a/graphics/py-imaging/PLIST b/graphics/py-imaging/PLIST index 6ab99dfb9c0c9..68420e0cf9c9f 100644 --- a/graphics/py-imaging/PLIST +++ b/graphics/py-imaging/PLIST @@ -1,142 +1,209 @@ -@comment $NetBSD: PLIST,v 1.5 2003/06/27 10:11:59 drochner Exp $ +@comment $NetBSD: PLIST,v 1.6 2003/09/14 16:43:50 recht Exp $ ${PYINC}/PIL/ImConfig.h ${PYINC}/PIL/ImPlatform.h ${PYINC}/PIL/Imaging.h ${PYSITELIB}/PIL.pth ${PYSITELIB}/PIL/ArgImagePlugin.py ${PYSITELIB}/PIL/ArgImagePlugin.pyc +${PYSITELIB}/PIL/ArgImagePlugin.pyo ${PYSITELIB}/PIL/BdfFontFile.py ${PYSITELIB}/PIL/BdfFontFile.pyc +${PYSITELIB}/PIL/BdfFontFile.pyo ${PYSITELIB}/PIL/BmpImagePlugin.py ${PYSITELIB}/PIL/BmpImagePlugin.pyc +${PYSITELIB}/PIL/BmpImagePlugin.pyo ${PYSITELIB}/PIL/ContainerIO.py ${PYSITELIB}/PIL/ContainerIO.pyc +${PYSITELIB}/PIL/ContainerIO.pyo ${PYSITELIB}/PIL/CurImagePlugin.py ${PYSITELIB}/PIL/CurImagePlugin.pyc +${PYSITELIB}/PIL/CurImagePlugin.pyo ${PYSITELIB}/PIL/DcxImagePlugin.py ${PYSITELIB}/PIL/DcxImagePlugin.pyc +${PYSITELIB}/PIL/DcxImagePlugin.pyo ${PYSITELIB}/PIL/EpsImagePlugin.py ${PYSITELIB}/PIL/EpsImagePlugin.pyc +${PYSITELIB}/PIL/EpsImagePlugin.pyo ${PYSITELIB}/PIL/ExifTags.py ${PYSITELIB}/PIL/ExifTags.pyc +${PYSITELIB}/PIL/ExifTags.pyo ${PYSITELIB}/PIL/FliImagePlugin.py ${PYSITELIB}/PIL/FliImagePlugin.pyc +${PYSITELIB}/PIL/FliImagePlugin.pyo ${PYSITELIB}/PIL/FontFile.py ${PYSITELIB}/PIL/FontFile.pyc +${PYSITELIB}/PIL/FontFile.pyo ${PYSITELIB}/PIL/FpxImagePlugin.py ${PYSITELIB}/PIL/FpxImagePlugin.pyc +${PYSITELIB}/PIL/FpxImagePlugin.pyo ${PYSITELIB}/PIL/GbrImagePlugin.py ${PYSITELIB}/PIL/GbrImagePlugin.pyc +${PYSITELIB}/PIL/GbrImagePlugin.pyo ${PYSITELIB}/PIL/GdImageFile.py ${PYSITELIB}/PIL/GdImageFile.pyc +${PYSITELIB}/PIL/GdImageFile.pyo ${PYSITELIB}/PIL/GifImagePlugin.py ${PYSITELIB}/PIL/GifImagePlugin.pyc +${PYSITELIB}/PIL/GifImagePlugin.pyo ${PYSITELIB}/PIL/GimpGradientFile.py ${PYSITELIB}/PIL/GimpGradientFile.pyc +${PYSITELIB}/PIL/GimpGradientFile.pyo ${PYSITELIB}/PIL/GimpPaletteFile.py ${PYSITELIB}/PIL/GimpPaletteFile.pyc +${PYSITELIB}/PIL/GimpPaletteFile.pyo ${PYSITELIB}/PIL/IcoImagePlugin.py ${PYSITELIB}/PIL/IcoImagePlugin.pyc +${PYSITELIB}/PIL/IcoImagePlugin.pyo ${PYSITELIB}/PIL/ImImagePlugin.py ${PYSITELIB}/PIL/ImImagePlugin.pyc +${PYSITELIB}/PIL/ImImagePlugin.pyo ${PYSITELIB}/PIL/Image.py ${PYSITELIB}/PIL/Image.pyc +${PYSITELIB}/PIL/Image.pyo ${PYSITELIB}/PIL/ImageChops.py ${PYSITELIB}/PIL/ImageChops.pyc +${PYSITELIB}/PIL/ImageChops.pyo ${PYSITELIB}/PIL/ImageColor.py ${PYSITELIB}/PIL/ImageColor.pyc +${PYSITELIB}/PIL/ImageColor.pyo ${PYSITELIB}/PIL/ImageDraw.py ${PYSITELIB}/PIL/ImageDraw.pyc +${PYSITELIB}/PIL/ImageDraw.pyo ${PYSITELIB}/PIL/ImageEnhance.py ${PYSITELIB}/PIL/ImageEnhance.pyc +${PYSITELIB}/PIL/ImageEnhance.pyo ${PYSITELIB}/PIL/ImageFile.py ${PYSITELIB}/PIL/ImageFile.pyc +${PYSITELIB}/PIL/ImageFile.pyo ${PYSITELIB}/PIL/ImageFileIO.py ${PYSITELIB}/PIL/ImageFileIO.pyc +${PYSITELIB}/PIL/ImageFileIO.pyo ${PYSITELIB}/PIL/ImageFilter.py ${PYSITELIB}/PIL/ImageFilter.pyc +${PYSITELIB}/PIL/ImageFilter.pyo ${PYSITELIB}/PIL/ImageFont.py ${PYSITELIB}/PIL/ImageFont.pyc +${PYSITELIB}/PIL/ImageFont.pyo ${PYSITELIB}/PIL/ImageGrab.py ${PYSITELIB}/PIL/ImageGrab.pyc +${PYSITELIB}/PIL/ImageGrab.pyo ${PYSITELIB}/PIL/ImageOps.py ${PYSITELIB}/PIL/ImageOps.pyc +${PYSITELIB}/PIL/ImageOps.pyo ${PYSITELIB}/PIL/ImagePalette.py ${PYSITELIB}/PIL/ImagePalette.pyc +${PYSITELIB}/PIL/ImagePalette.pyo ${PYSITELIB}/PIL/ImagePath.py ${PYSITELIB}/PIL/ImagePath.pyc +${PYSITELIB}/PIL/ImagePath.pyo ${PYSITELIB}/PIL/ImageSequence.py ${PYSITELIB}/PIL/ImageSequence.pyc +${PYSITELIB}/PIL/ImageSequence.pyo ${PYSITELIB}/PIL/ImageStat.py ${PYSITELIB}/PIL/ImageStat.pyc +${PYSITELIB}/PIL/ImageStat.pyo ${PYSITELIB}/PIL/ImageTk.py ${PYSITELIB}/PIL/ImageTk.pyc +${PYSITELIB}/PIL/ImageTk.pyo ${PYSITELIB}/PIL/ImageTransform.py ${PYSITELIB}/PIL/ImageTransform.pyc +${PYSITELIB}/PIL/ImageTransform.pyo ${PYSITELIB}/PIL/ImageWin.py ${PYSITELIB}/PIL/ImageWin.pyc +${PYSITELIB}/PIL/ImageWin.pyo ${PYSITELIB}/PIL/ImtImagePlugin.py ${PYSITELIB}/PIL/ImtImagePlugin.pyc +${PYSITELIB}/PIL/ImtImagePlugin.pyo ${PYSITELIB}/PIL/IptcImagePlugin.py ${PYSITELIB}/PIL/IptcImagePlugin.pyc +${PYSITELIB}/PIL/IptcImagePlugin.pyo ${PYSITELIB}/PIL/JpegImagePlugin.py ${PYSITELIB}/PIL/JpegImagePlugin.pyc +${PYSITELIB}/PIL/JpegImagePlugin.pyo ${PYSITELIB}/PIL/McIdasImagePlugin.py ${PYSITELIB}/PIL/McIdasImagePlugin.pyc +${PYSITELIB}/PIL/McIdasImagePlugin.pyo ${PYSITELIB}/PIL/MicImagePlugin.py ${PYSITELIB}/PIL/MicImagePlugin.pyc +${PYSITELIB}/PIL/MicImagePlugin.pyo ${PYSITELIB}/PIL/MpegImagePlugin.py ${PYSITELIB}/PIL/MpegImagePlugin.pyc +${PYSITELIB}/PIL/MpegImagePlugin.pyo ${PYSITELIB}/PIL/MspImagePlugin.py ${PYSITELIB}/PIL/MspImagePlugin.pyc +${PYSITELIB}/PIL/MspImagePlugin.pyo ${PYSITELIB}/PIL/OleFileIO.py ${PYSITELIB}/PIL/OleFileIO.pyc +${PYSITELIB}/PIL/OleFileIO.pyo ${PYSITELIB}/PIL/PSDraw.py ${PYSITELIB}/PIL/PSDraw.pyc +${PYSITELIB}/PIL/PSDraw.pyo ${PYSITELIB}/PIL/PaletteFile.py ${PYSITELIB}/PIL/PaletteFile.pyc +${PYSITELIB}/PIL/PaletteFile.pyo ${PYSITELIB}/PIL/PalmImagePlugin.py ${PYSITELIB}/PIL/PalmImagePlugin.pyc +${PYSITELIB}/PIL/PalmImagePlugin.pyo ${PYSITELIB}/PIL/PcdImagePlugin.py ${PYSITELIB}/PIL/PcdImagePlugin.pyc +${PYSITELIB}/PIL/PcdImagePlugin.pyo ${PYSITELIB}/PIL/PcfFontFile.py ${PYSITELIB}/PIL/PcfFontFile.pyc +${PYSITELIB}/PIL/PcfFontFile.pyo ${PYSITELIB}/PIL/PcxImagePlugin.py ${PYSITELIB}/PIL/PcxImagePlugin.pyc +${PYSITELIB}/PIL/PcxImagePlugin.pyo ${PYSITELIB}/PIL/PdfImagePlugin.py ${PYSITELIB}/PIL/PdfImagePlugin.pyc +${PYSITELIB}/PIL/PdfImagePlugin.pyo ${PYSITELIB}/PIL/PixarImagePlugin.py ${PYSITELIB}/PIL/PixarImagePlugin.pyc +${PYSITELIB}/PIL/PixarImagePlugin.pyo ${PYSITELIB}/PIL/PngImagePlugin.py ${PYSITELIB}/PIL/PngImagePlugin.pyc +${PYSITELIB}/PIL/PngImagePlugin.pyo ${PYSITELIB}/PIL/PpmImagePlugin.py ${PYSITELIB}/PIL/PpmImagePlugin.pyc +${PYSITELIB}/PIL/PpmImagePlugin.pyo ${PYSITELIB}/PIL/PsdImagePlugin.py ${PYSITELIB}/PIL/PsdImagePlugin.pyc +${PYSITELIB}/PIL/PsdImagePlugin.pyo ${PYSITELIB}/PIL/SgiImagePlugin.py ${PYSITELIB}/PIL/SgiImagePlugin.pyc +${PYSITELIB}/PIL/SgiImagePlugin.pyo ${PYSITELIB}/PIL/SunImagePlugin.py ${PYSITELIB}/PIL/SunImagePlugin.pyc +${PYSITELIB}/PIL/SunImagePlugin.pyo ${PYSITELIB}/PIL/TarIO.py ${PYSITELIB}/PIL/TarIO.pyc +${PYSITELIB}/PIL/TarIO.pyo ${PYSITELIB}/PIL/TgaImagePlugin.py ${PYSITELIB}/PIL/TgaImagePlugin.pyc +${PYSITELIB}/PIL/TgaImagePlugin.pyo ${PYSITELIB}/PIL/TiffImagePlugin.py ${PYSITELIB}/PIL/TiffImagePlugin.pyc +${PYSITELIB}/PIL/TiffImagePlugin.pyo ${PYSITELIB}/PIL/TiffTags.py ${PYSITELIB}/PIL/TiffTags.pyc +${PYSITELIB}/PIL/TiffTags.pyo ${PYSITELIB}/PIL/WalImageFile.py ${PYSITELIB}/PIL/WalImageFile.pyc +${PYSITELIB}/PIL/WalImageFile.pyo ${PYSITELIB}/PIL/WmfImagePlugin.py ${PYSITELIB}/PIL/WmfImagePlugin.pyc +${PYSITELIB}/PIL/WmfImagePlugin.pyo ${PYSITELIB}/PIL/XVThumbImagePlugin.py ${PYSITELIB}/PIL/XVThumbImagePlugin.pyc +${PYSITELIB}/PIL/XVThumbImagePlugin.pyo ${PYSITELIB}/PIL/XbmImagePlugin.py ${PYSITELIB}/PIL/XbmImagePlugin.pyc +${PYSITELIB}/PIL/XbmImagePlugin.pyo ${PYSITELIB}/PIL/XpmImagePlugin.py ${PYSITELIB}/PIL/XpmImagePlugin.pyc +${PYSITELIB}/PIL/XpmImagePlugin.pyo ${PYSITELIB}/PIL/__init__.py ${PYSITELIB}/PIL/__init__.pyc +${PYSITELIB}/PIL/__init__.pyo ${PYSITELIB}/PIL/_imaging.so @dirrm ${PYINC}/PIL @dirrm ${PYSITELIB}/PIL diff --git a/graphics/py-piddle/PLIST b/graphics/py-piddle/PLIST index 10512d2946e43..ef86a21ec981b 100644 --- a/graphics/py-piddle/PLIST +++ b/graphics/py-piddle/PLIST @@ -1,64 +1,94 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/30 11:19:31 markd Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:51 recht Exp $ ${PYSITELIB}/piddle/PixMapWrapper.py ${PYSITELIB}/piddle/PixMapWrapper.pyc +${PYSITELIB}/piddle/PixMapWrapper.pyo ${PYSITELIB}/piddle/aigen.py ${PYSITELIB}/piddle/aigen.pyc +${PYSITELIB}/piddle/aigen.pyo ${PYSITELIB}/piddle/discipline.py ${PYSITELIB}/piddle/discipline.pyc +${PYSITELIB}/piddle/discipline.pyo ${PYSITELIB}/piddle/pagesizes.py ${PYSITELIB}/piddle/pagesizes.pyc +${PYSITELIB}/piddle/pagesizes.pyo ${PYSITELIB}/piddle/pdfdoc.py ${PYSITELIB}/piddle/pdfdoc.pyc +${PYSITELIB}/piddle/pdfdoc.pyo ${PYSITELIB}/piddle/pdfgen.py ${PYSITELIB}/piddle/pdfgen.pyc +${PYSITELIB}/piddle/pdfgen.pyo ${PYSITELIB}/piddle/pdfgeom.py ${PYSITELIB}/piddle/pdfgeom.pyc +${PYSITELIB}/piddle/pdfgeom.pyo ${PYSITELIB}/piddle/pdfmetrics.py ${PYSITELIB}/piddle/pdfmetrics.pyc +${PYSITELIB}/piddle/pdfmetrics.pyo ${PYSITELIB}/piddle/pdfutils.py ${PYSITELIB}/piddle/pdfutils.pyc +${PYSITELIB}/piddle/pdfutils.pyo ${PYSITELIB}/piddle/piddle.py ${PYSITELIB}/piddle/piddle.pyc +${PYSITELIB}/piddle/piddle.pyo ${PYSITELIB}/piddle/piddleAI.py ${PYSITELIB}/piddle/piddleAI.pyc +${PYSITELIB}/piddle/piddleAI.pyo ${PYSITELIB}/piddle/piddleFIG.py ${PYSITELIB}/piddle/piddleFIG.pyc +${PYSITELIB}/piddle/piddleFIG.pyo ${PYSITELIB}/piddle/piddleGL.py ${PYSITELIB}/piddle/piddleGL.pyc +${PYSITELIB}/piddle/piddleGL.pyo ${PYSITELIB}/piddle/piddleGTK/__init__.py ${PYSITELIB}/piddle/piddleGTK/__init__.pyc +${PYSITELIB}/piddle/piddleGTK/__init__.pyo ${PYSITELIB}/piddle/piddleGTK/core.py ${PYSITELIB}/piddle/piddleGTK/core.pyc +${PYSITELIB}/piddle/piddleGTK/core.pyo ${PYSITELIB}/piddle/piddleGTK/tests.py ${PYSITELIB}/piddle/piddleGTK/tests.pyc +${PYSITELIB}/piddle/piddleGTK/tests.pyo ${PYSITELIB}/piddle/piddlePDF.py ${PYSITELIB}/piddle/piddlePDF.pyc +${PYSITELIB}/piddle/piddlePDF.pyo ${PYSITELIB}/piddle/piddlePIL.py ${PYSITELIB}/piddle/piddlePIL.pyc +${PYSITELIB}/piddle/piddlePIL.pyo ${PYSITELIB}/piddle/piddlePS.py ${PYSITELIB}/piddle/piddlePS.pyc +${PYSITELIB}/piddle/piddlePS.pyo ${PYSITELIB}/piddle/piddlePSmetrics.py ${PYSITELIB}/piddle/piddlePSmetrics.pyc +${PYSITELIB}/piddle/piddlePSmetrics.pyo ${PYSITELIB}/piddle/piddleQD.py ${PYSITELIB}/piddle/piddleQD.pyc +${PYSITELIB}/piddle/piddleQD.pyo ${PYSITELIB}/piddle/piddleSVG/__init__.py ${PYSITELIB}/piddle/piddleSVG/__init__.pyc +${PYSITELIB}/piddle/piddleSVG/__init__.pyo ${PYSITELIB}/piddle/piddleSVG/piddleSVG.py ${PYSITELIB}/piddle/piddleSVG/piddleSVG.pyc +${PYSITELIB}/piddle/piddleSVG/piddleSVG.pyo ${PYSITELIB}/piddle/piddleTK.py ${PYSITELIB}/piddle/piddleTK.pyc +${PYSITELIB}/piddle/piddleTK.pyo ${PYSITELIB}/piddle/piddleTK2/__init__.py ${PYSITELIB}/piddle/piddleTK2/__init__.pyc +${PYSITELIB}/piddle/piddleTK2/__init__.pyo ${PYSITELIB}/piddle/piddleTK2/piddleTK.py ${PYSITELIB}/piddle/piddleTK2/piddleTK.pyc +${PYSITELIB}/piddle/piddleTK2/piddleTK.pyo ${PYSITELIB}/piddle/piddleVCR.py ${PYSITELIB}/piddle/piddleVCR.pyc +${PYSITELIB}/piddle/piddleVCR.pyo ${PYSITELIB}/piddle/piddleWX.py ${PYSITELIB}/piddle/piddleWX.pyc +${PYSITELIB}/piddle/piddleWX.pyo ${PYSITELIB}/piddle/piddleWxDc.py ${PYSITELIB}/piddle/piddleWxDc.pyc +${PYSITELIB}/piddle/piddleWxDc.pyo ${PYSITELIB}/piddle/piddletest.py ${PYSITELIB}/piddle/piddletest.pyc +${PYSITELIB}/piddle/piddletest.pyo ${PYSITELIB}/piddle/pilfonts/courier-10.pil ${PYSITELIB}/piddle/pilfonts/courier-10.png ${PYSITELIB}/piddle/pilfonts/courier-12.pil @@ -146,9 +176,11 @@ ${PYSITELIB}/piddle/pilfonts/times-bold-8.pil ${PYSITELIB}/piddle/pilfonts/times-bold-8.png ${PYSITELIB}/piddle/polyfunc.py ${PYSITELIB}/piddle/polyfunc.pyc +${PYSITELIB}/piddle/polyfunc.pyo ${PYSITELIB}/piddle/python.gif ${PYSITELIB}/piddle/stringformat.py ${PYSITELIB}/piddle/stringformat.pyc +${PYSITELIB}/piddle/stringformat.pyo @dirrm ${PYSITELIB}/piddle/pilfonts @dirrm ${PYSITELIB}/piddle/piddleTK2 @dirrm ${PYSITELIB}/piddle/piddleSVG diff --git a/lang/python/extension.mk b/lang/python/extension.mk index 8d4131548dab8..0f2590beff5d8 100644 --- a/lang/python/extension.mk +++ b/lang/python/extension.mk @@ -1,4 +1,4 @@ -# $NetBSD: extension.mk,v 1.4 2003/09/11 13:13:47 recht Exp $ +# $NetBSD: extension.mk,v 1.5 2003/09/14 16:43:45 recht Exp $ # derive a python version from the package name if possible .if defined(PKGNAME_REQD) @@ -17,6 +17,8 @@ PKG_FAIL_REASON= "${PKGNAME} needs dynamic loading" PYSETUP?= setup.py PYSETUPBUILDARGS?= #empty PYSETUPINSTALLARGS?= #empty +PYSETUPOPTARGS?= -c -O1 +_PYSETUPINSTALLARGS= ${PYSETUPINSTALLARGS} ${PYSETUPOPTARGS} PY_PATCHPLIST?= yes PYSETUPSUBDIR?= #empty @@ -26,7 +28,7 @@ do-build: do-install: (cd ${WRKSRC}/${PYSETUPSUBDIR} && ${SETENV} ${MAKE_ENV} ${PYTHONBIN} \ - ${PYSETUP} install ${PYSETUPINSTALLARGS}) + ${PYSETUP} install ${_PYSETUPINSTALLARGS}) .endif .if defined(PY_PATCHPLIST) diff --git a/math/py-Scientific/PLIST b/math/py-Scientific/PLIST index 452ba4c0a1a45..9fd59c9f53da4 100644 --- a/math/py-Scientific/PLIST +++ b/math/py-Scientific/PLIST @@ -1,112 +1,159 @@ -@comment $NetBSD: PLIST,v 1.3 2002/01/17 12:02:25 drochner Exp $ -bin/mpipython${PYVERSSUFFIX} +@comment $NetBSD: PLIST,v 1.4 2003/09/14 16:43:51 recht Exp $ +bin/mpipython2.0 ${PYINC}/Scientific/PyMPI_API.h ${PYINC}/Scientific/mpimodule.h ${PYINC}/Scientific/netcdfmodule.h ${PYSITELIB}/Scientific/DictWithDefault.py -${PYSITELIB}/Scientific/Installation.py -${PYSITELIB}/Scientific/Mathematica.py -${PYSITELIB}/Scientific/NumberDict.py -${PYSITELIB}/Scientific/__init__.py -${PYSITELIB}/Scientific/indexing.py +${PYSITELIB}/Scientific/DictWithDefault.pyc +${PYSITELIB}/Scientific/DictWithDefault.pyo ${PYSITELIB}/Scientific/Functions/Derivatives.py -${PYSITELIB}/Scientific/Functions/FindRoot.py -${PYSITELIB}/Scientific/Functions/FirstDerivatives.py -${PYSITELIB}/Scientific/Functions/Interpolation.py -${PYSITELIB}/Scientific/Functions/LeastSquares.py -${PYSITELIB}/Scientific/Functions/Polynomial.py -${PYSITELIB}/Scientific/Functions/Romberg.py -${PYSITELIB}/Scientific/Functions/__init__.py ${PYSITELIB}/Scientific/Functions/Derivatives.pyc +${PYSITELIB}/Scientific/Functions/Derivatives.pyo +${PYSITELIB}/Scientific/Functions/FindRoot.py ${PYSITELIB}/Scientific/Functions/FindRoot.pyc +${PYSITELIB}/Scientific/Functions/FindRoot.pyo +${PYSITELIB}/Scientific/Functions/FirstDerivatives.py ${PYSITELIB}/Scientific/Functions/FirstDerivatives.pyc +${PYSITELIB}/Scientific/Functions/FirstDerivatives.pyo +${PYSITELIB}/Scientific/Functions/Interpolation.py ${PYSITELIB}/Scientific/Functions/Interpolation.pyc +${PYSITELIB}/Scientific/Functions/Interpolation.pyo +${PYSITELIB}/Scientific/Functions/LeastSquares.py ${PYSITELIB}/Scientific/Functions/LeastSquares.pyc +${PYSITELIB}/Scientific/Functions/LeastSquares.pyo +${PYSITELIB}/Scientific/Functions/Polynomial.py ${PYSITELIB}/Scientific/Functions/Polynomial.pyc +${PYSITELIB}/Scientific/Functions/Polynomial.pyo +${PYSITELIB}/Scientific/Functions/Romberg.py ${PYSITELIB}/Scientific/Functions/Romberg.pyc +${PYSITELIB}/Scientific/Functions/Romberg.pyo +${PYSITELIB}/Scientific/Functions/__init__.py ${PYSITELIB}/Scientific/Functions/__init__.pyc +${PYSITELIB}/Scientific/Functions/__init__.pyo ${PYSITELIB}/Scientific/Geometry/Objects3D.py -${PYSITELIB}/Scientific/Geometry/Quaternion.py -${PYSITELIB}/Scientific/Geometry/TensorAnalysis.py -${PYSITELIB}/Scientific/Geometry/TensorModule.py -${PYSITELIB}/Scientific/Geometry/Transformation.py -${PYSITELIB}/Scientific/Geometry/VectorModule.py -${PYSITELIB}/Scientific/Geometry/__init__.py ${PYSITELIB}/Scientific/Geometry/Objects3D.pyc +${PYSITELIB}/Scientific/Geometry/Objects3D.pyo +${PYSITELIB}/Scientific/Geometry/Quaternion.py ${PYSITELIB}/Scientific/Geometry/Quaternion.pyc +${PYSITELIB}/Scientific/Geometry/Quaternion.pyo +${PYSITELIB}/Scientific/Geometry/TensorAnalysis.py ${PYSITELIB}/Scientific/Geometry/TensorAnalysis.pyc +${PYSITELIB}/Scientific/Geometry/TensorAnalysis.pyo +${PYSITELIB}/Scientific/Geometry/TensorModule.py ${PYSITELIB}/Scientific/Geometry/TensorModule.pyc +${PYSITELIB}/Scientific/Geometry/TensorModule.pyo +${PYSITELIB}/Scientific/Geometry/Transformation.py ${PYSITELIB}/Scientific/Geometry/Transformation.pyc +${PYSITELIB}/Scientific/Geometry/Transformation.pyo +${PYSITELIB}/Scientific/Geometry/VectorModule.py ${PYSITELIB}/Scientific/Geometry/VectorModule.pyc +${PYSITELIB}/Scientific/Geometry/VectorModule.pyo +${PYSITELIB}/Scientific/Geometry/__init__.py ${PYSITELIB}/Scientific/Geometry/__init__.pyc +${PYSITELIB}/Scientific/Geometry/__init__.pyo ${PYSITELIB}/Scientific/IO/ArrayIO.py -${PYSITELIB}/Scientific/IO/FortranFormat.py -${PYSITELIB}/Scientific/IO/NetCDF.py -${PYSITELIB}/Scientific/IO/PDB.py -${PYSITELIB}/Scientific/IO/PDBExportFilters.py -${PYSITELIB}/Scientific/IO/TextFile.py -${PYSITELIB}/Scientific/IO/__init__.py ${PYSITELIB}/Scientific/IO/ArrayIO.pyc +${PYSITELIB}/Scientific/IO/ArrayIO.pyo +${PYSITELIB}/Scientific/IO/FortranFormat.py ${PYSITELIB}/Scientific/IO/FortranFormat.pyc +${PYSITELIB}/Scientific/IO/FortranFormat.pyo +${PYSITELIB}/Scientific/IO/NetCDF.py ${PYSITELIB}/Scientific/IO/NetCDF.pyc +${PYSITELIB}/Scientific/IO/NetCDF.pyo +${PYSITELIB}/Scientific/IO/PDB.py ${PYSITELIB}/Scientific/IO/PDB.pyc +${PYSITELIB}/Scientific/IO/PDB.pyo +${PYSITELIB}/Scientific/IO/PDBExportFilters.py ${PYSITELIB}/Scientific/IO/PDBExportFilters.pyc +${PYSITELIB}/Scientific/IO/PDBExportFilters.pyo +${PYSITELIB}/Scientific/IO/TextFile.py ${PYSITELIB}/Scientific/IO/TextFile.pyc +${PYSITELIB}/Scientific/IO/TextFile.pyo +${PYSITELIB}/Scientific/IO/__init__.py ${PYSITELIB}/Scientific/IO/__init__.pyc +${PYSITELIB}/Scientific/IO/__init__.pyo +${PYSITELIB}/Scientific/Installation.py +${PYSITELIB}/Scientific/Installation.pyc +${PYSITELIB}/Scientific/Installation.pyo ${PYSITELIB}/Scientific/MPI/IO.py -${PYSITELIB}/Scientific/MPI/__init__.py ${PYSITELIB}/Scientific/MPI/IO.pyc +${PYSITELIB}/Scientific/MPI/IO.pyo +${PYSITELIB}/Scientific/MPI/__init__.py ${PYSITELIB}/Scientific/MPI/__init__.pyc +${PYSITELIB}/Scientific/MPI/__init__.pyo +${PYSITELIB}/Scientific/Mathematica.py +${PYSITELIB}/Scientific/Mathematica.pyc +${PYSITELIB}/Scientific/Mathematica.pyo +${PYSITELIB}/Scientific/NumberDict.py +${PYSITELIB}/Scientific/NumberDict.pyc +${PYSITELIB}/Scientific/NumberDict.pyo ${PYSITELIB}/Scientific/Physics/PhysicalQuantities.py -${PYSITELIB}/Scientific/Physics/Potential.py -${PYSITELIB}/Scientific/Physics/__init__.py ${PYSITELIB}/Scientific/Physics/PhysicalQuantities.pyc +${PYSITELIB}/Scientific/Physics/PhysicalQuantities.pyo +${PYSITELIB}/Scientific/Physics/Potential.py ${PYSITELIB}/Scientific/Physics/Potential.pyc +${PYSITELIB}/Scientific/Physics/Potential.pyo +${PYSITELIB}/Scientific/Physics/__init__.py ${PYSITELIB}/Scientific/Physics/__init__.pyc +${PYSITELIB}/Scientific/Physics/__init__.pyo ${PYSITELIB}/Scientific/Statistics/Histogram.py -${PYSITELIB}/Scientific/Statistics/__init__.py ${PYSITELIB}/Scientific/Statistics/Histogram.pyc +${PYSITELIB}/Scientific/Statistics/Histogram.pyo +${PYSITELIB}/Scientific/Statistics/__init__.py ${PYSITELIB}/Scientific/Statistics/__init__.pyc +${PYSITELIB}/Scientific/Statistics/__init__.pyo ${PYSITELIB}/Scientific/Threading/TaskManager.py -${PYSITELIB}/Scientific/Threading/__init__.py ${PYSITELIB}/Scientific/Threading/TaskManager.pyc +${PYSITELIB}/Scientific/Threading/TaskManager.pyo +${PYSITELIB}/Scientific/Threading/__init__.py ${PYSITELIB}/Scientific/Threading/__init__.pyc +${PYSITELIB}/Scientific/Threading/__init__.pyo ${PYSITELIB}/Scientific/TkWidgets/TkPlotCanvas.py -${PYSITELIB}/Scientific/TkWidgets/TkVisualizationCanvas.py -${PYSITELIB}/Scientific/TkWidgets/Utility.py -${PYSITELIB}/Scientific/TkWidgets/__init__.py ${PYSITELIB}/Scientific/TkWidgets/TkPlotCanvas.pyc +${PYSITELIB}/Scientific/TkWidgets/TkPlotCanvas.pyo +${PYSITELIB}/Scientific/TkWidgets/TkVisualizationCanvas.py ${PYSITELIB}/Scientific/TkWidgets/TkVisualizationCanvas.pyc +${PYSITELIB}/Scientific/TkWidgets/TkVisualizationCanvas.pyo +${PYSITELIB}/Scientific/TkWidgets/Utility.py ${PYSITELIB}/Scientific/TkWidgets/Utility.pyc +${PYSITELIB}/Scientific/TkWidgets/Utility.pyo +${PYSITELIB}/Scientific/TkWidgets/__init__.py ${PYSITELIB}/Scientific/TkWidgets/__init__.pyc +${PYSITELIB}/Scientific/TkWidgets/__init__.pyo ${PYSITELIB}/Scientific/Visualization/Color.py -${PYSITELIB}/Scientific/Visualization/VMD.py -${PYSITELIB}/Scientific/Visualization/VPython.py -${PYSITELIB}/Scientific/Visualization/VRML.py -${PYSITELIB}/Scientific/Visualization/VRML2.py -${PYSITELIB}/Scientific/Visualization/__init__.py ${PYSITELIB}/Scientific/Visualization/Color.pyc +${PYSITELIB}/Scientific/Visualization/Color.pyo +${PYSITELIB}/Scientific/Visualization/VMD.py ${PYSITELIB}/Scientific/Visualization/VMD.pyc +${PYSITELIB}/Scientific/Visualization/VMD.pyo +${PYSITELIB}/Scientific/Visualization/VPython.py ${PYSITELIB}/Scientific/Visualization/VPython.pyc +${PYSITELIB}/Scientific/Visualization/VPython.pyo +${PYSITELIB}/Scientific/Visualization/VRML.py ${PYSITELIB}/Scientific/Visualization/VRML.pyc +${PYSITELIB}/Scientific/Visualization/VRML.pyo +${PYSITELIB}/Scientific/Visualization/VRML2.py ${PYSITELIB}/Scientific/Visualization/VRML2.pyc +${PYSITELIB}/Scientific/Visualization/VRML2.pyo +${PYSITELIB}/Scientific/Visualization/__init__.py ${PYSITELIB}/Scientific/Visualization/__init__.pyc -${PYSITELIB}/Scientific/${LOWER_OPSYS}1/Scientific_netcdf.so -${PYSITELIB}/Scientific/DictWithDefault.pyc -${PYSITELIB}/Scientific/Installation.pyc -${PYSITELIB}/Scientific/Mathematica.pyc -${PYSITELIB}/Scientific/NumberDict.pyc +${PYSITELIB}/Scientific/Visualization/__init__.pyo +${PYSITELIB}/Scientific/__init__.py ${PYSITELIB}/Scientific/__init__.pyc +${PYSITELIB}/Scientific/__init__.pyo +${PYSITELIB}/Scientific/indexing.py ${PYSITELIB}/Scientific/indexing.pyc -@dirrm ${PYINC}/Scientific -@dirrm ${PYSITELIB}/Scientific/Functions -@dirrm ${PYSITELIB}/Scientific/Geometry -@dirrm ${PYSITELIB}/Scientific/IO -@dirrm ${PYSITELIB}/Scientific/MPI -@dirrm ${PYSITELIB}/Scientific/Physics -@dirrm ${PYSITELIB}/Scientific/Statistics -@dirrm ${PYSITELIB}/Scientific/Threading -@dirrm ${PYSITELIB}/Scientific/TkWidgets -@dirrm ${PYSITELIB}/Scientific/Visualization +${PYSITELIB}/Scientific/indexing.pyo +${PYSITELIB}/Scientific/${LOWER_OPSYS}1/Scientific_netcdf.so @dirrm ${PYSITELIB}/Scientific/${LOWER_OPSYS}1 +@dirrm ${PYSITELIB}/Scientific/Visualization +@dirrm ${PYSITELIB}/Scientific/TkWidgets +@dirrm ${PYSITELIB}/Scientific/Threading +@dirrm ${PYSITELIB}/Scientific/Statistics +@dirrm ${PYSITELIB}/Scientific/Physics +@dirrm ${PYSITELIB}/Scientific/MPI +@dirrm ${PYSITELIB}/Scientific/IO +@dirrm ${PYSITELIB}/Scientific/Geometry +@dirrm ${PYSITELIB}/Scientific/Functions @dirrm ${PYSITELIB}/Scientific +@dirrm ${PYINC}/Scientific diff --git a/math/py-rpy/Makefile b/math/py-rpy/Makefile index 6fe42d2939792..3defa191994b0 100644 --- a/math/py-rpy/Makefile +++ b/math/py-rpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:48:04 grant Exp $ +# $NetBSD: Makefile,v 1.4 2003/09/14 16:43:51 recht Exp $ # DISTNAME= rpy-0.3 @@ -13,7 +13,7 @@ COMMENT= R interface for Python USE_BUILDLINK2= YES PYDISTUTILSPKG= yes +.include "../../lang/python/extension.mk" .include "../../math/py-Numeric/buildlink2.mk" .include "../../math/R/buildlink2.mk" -.include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/py-rpy/PLIST b/math/py-rpy/PLIST index 7fbe5a701c79c..f8d6d4e00683f 100644 --- a/math/py-rpy/PLIST +++ b/math/py-rpy/PLIST @@ -1,6 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/10 12:30:58 markd Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:51 recht Exp $ ${PYSITELIB}/rpy.py ${PYSITELIB}/rpy.pyc +${PYSITELIB}/rpy.pyo ${PYSITELIB}/io.py ${PYSITELIB}/io.pyc +${PYSITELIB}/io.pyo ${PYSITELIB}/_rpymodule.so diff --git a/net/bittorrent/PLIST b/net/bittorrent/PLIST index a1a240b2ce974..f7a147cc69857 100644 --- a/net/bittorrent/PLIST +++ b/net/bittorrent/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2003/06/04 19:34:27 drochner Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/09/14 16:43:52 recht Exp $ bin/btcompletedir.py bin/btcompletedirgui.py bin/btdownloadcurses.py @@ -15,56 +15,83 @@ bin/bttest.py bin/bttrack.py ${PYSITELIB}/BitTorrent/Choker.py ${PYSITELIB}/BitTorrent/Choker.pyc +${PYSITELIB}/BitTorrent/Choker.pyo ${PYSITELIB}/BitTorrent/Connecter.py ${PYSITELIB}/BitTorrent/Connecter.pyc +${PYSITELIB}/BitTorrent/Connecter.pyo ${PYSITELIB}/BitTorrent/CurrentRateMeasure.py ${PYSITELIB}/BitTorrent/CurrentRateMeasure.pyc +${PYSITELIB}/BitTorrent/CurrentRateMeasure.pyo ${PYSITELIB}/BitTorrent/Downloader.py ${PYSITELIB}/BitTorrent/Downloader.pyc +${PYSITELIB}/BitTorrent/Downloader.pyo ${PYSITELIB}/BitTorrent/DownloaderFeedback.py ${PYSITELIB}/BitTorrent/DownloaderFeedback.pyc +${PYSITELIB}/BitTorrent/DownloaderFeedback.pyo ${PYSITELIB}/BitTorrent/Encrypter.py ${PYSITELIB}/BitTorrent/Encrypter.pyc +${PYSITELIB}/BitTorrent/Encrypter.pyo ${PYSITELIB}/BitTorrent/EndgameDownloader.py ${PYSITELIB}/BitTorrent/EndgameDownloader.pyc +${PYSITELIB}/BitTorrent/EndgameDownloader.pyo ${PYSITELIB}/BitTorrent/HTTPHandler.py ${PYSITELIB}/BitTorrent/HTTPHandler.pyc +${PYSITELIB}/BitTorrent/HTTPHandler.pyo ${PYSITELIB}/BitTorrent/NatCheck.py ${PYSITELIB}/BitTorrent/NatCheck.pyc +${PYSITELIB}/BitTorrent/NatCheck.pyo ${PYSITELIB}/BitTorrent/PiecePicker.py ${PYSITELIB}/BitTorrent/PiecePicker.pyc +${PYSITELIB}/BitTorrent/PiecePicker.pyo ${PYSITELIB}/BitTorrent/RateMeasure.py ${PYSITELIB}/BitTorrent/RateMeasure.pyc +${PYSITELIB}/BitTorrent/RateMeasure.pyo ${PYSITELIB}/BitTorrent/RawServer.py ${PYSITELIB}/BitTorrent/RawServer.pyc +${PYSITELIB}/BitTorrent/RawServer.pyo ${PYSITELIB}/BitTorrent/Rerequester.py ${PYSITELIB}/BitTorrent/Rerequester.pyc +${PYSITELIB}/BitTorrent/Rerequester.pyo ${PYSITELIB}/BitTorrent/Storage.py ${PYSITELIB}/BitTorrent/Storage.pyc +${PYSITELIB}/BitTorrent/Storage.pyo ${PYSITELIB}/BitTorrent/StorageWrapper.py ${PYSITELIB}/BitTorrent/StorageWrapper.pyc +${PYSITELIB}/BitTorrent/StorageWrapper.pyo ${PYSITELIB}/BitTorrent/Uploader.py ${PYSITELIB}/BitTorrent/Uploader.pyc +${PYSITELIB}/BitTorrent/Uploader.pyo ${PYSITELIB}/BitTorrent/__init__.py ${PYSITELIB}/BitTorrent/__init__.pyc +${PYSITELIB}/BitTorrent/__init__.pyo ${PYSITELIB}/BitTorrent/bencode.py ${PYSITELIB}/BitTorrent/bencode.pyc +${PYSITELIB}/BitTorrent/bencode.pyo ${PYSITELIB}/BitTorrent/bitfield.py ${PYSITELIB}/BitTorrent/bitfield.pyc +${PYSITELIB}/BitTorrent/bitfield.pyo ${PYSITELIB}/BitTorrent/btformats.py ${PYSITELIB}/BitTorrent/btformats.pyc +${PYSITELIB}/BitTorrent/btformats.pyo ${PYSITELIB}/BitTorrent/download.py ${PYSITELIB}/BitTorrent/download.pyc +${PYSITELIB}/BitTorrent/download.pyo ${PYSITELIB}/BitTorrent/fakeopen.py ${PYSITELIB}/BitTorrent/fakeopen.pyc +${PYSITELIB}/BitTorrent/fakeopen.pyo ${PYSITELIB}/BitTorrent/parseargs.py ${PYSITELIB}/BitTorrent/parseargs.pyc +${PYSITELIB}/BitTorrent/parseargs.pyo ${PYSITELIB}/BitTorrent/selectpoll.py ${PYSITELIB}/BitTorrent/selectpoll.pyc +${PYSITELIB}/BitTorrent/selectpoll.pyo ${PYSITELIB}/BitTorrent/testtest.py ${PYSITELIB}/BitTorrent/testtest.pyc +${PYSITELIB}/BitTorrent/testtest.pyo ${PYSITELIB}/BitTorrent/track.py ${PYSITELIB}/BitTorrent/track.pyc +${PYSITELIB}/BitTorrent/track.pyo ${PYSITELIB}/BitTorrent/zurllib.py ${PYSITELIB}/BitTorrent/zurllib.pyc +${PYSITELIB}/BitTorrent/zurllib.pyo @dirrm ${PYSITELIB}/BitTorrent diff --git a/net/py-IP/PLIST b/net/py-IP/PLIST index e2adb27fc683a..1316e3d2138e4 100644 --- a/net/py-IP/PLIST +++ b/net/py-IP/PLIST @@ -1,3 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/29 16:24:39 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:52 recht Exp $ ${PYSITELIB}/IPy.py ${PYSITELIB}/IPy.pyc +${PYSITELIB}/IPy.pyo diff --git a/net/py-METAR/PLIST b/net/py-METAR/PLIST index d657a64bf820b..efab2a0f6f918 100644 --- a/net/py-METAR/PLIST +++ b/net/py-METAR/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/03 19:34:58 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:52 recht Exp $ bin/pymet${PYVERSSUFFIX} ${PYSITELIB}/pymetar.py ${PYSITELIB}/pymetar.pyc +${PYSITELIB}/pymetar.pyo diff --git a/net/py-adns/PLIST b/net/py-adns/PLIST index e124536d5ff5a..4bd31eaa826e9 100644 --- a/net/py-adns/PLIST +++ b/net/py-adns/PLIST @@ -1,8 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/25 11:49:53 drochner Exp $ -${PYSITELIB}/ADNS.pyc +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:52 recht Exp $ ${PYSITELIB}/ADNS.py +${PYSITELIB}/ADNS.pyc +${PYSITELIB}/ADNS.pyo ${PYSITELIB}/adns.so -${PYSITELIB}/hostmx.pyc ${PYSITELIB}/hostmx.py -${PYSITELIB}/rblcheck.pyc +${PYSITELIB}/hostmx.pyc +${PYSITELIB}/hostmx.pyo ${PYSITELIB}/rblcheck.py +${PYSITELIB}/rblcheck.pyc +${PYSITELIB}/rblcheck.pyo diff --git a/net/py-dns/PLIST b/net/py-dns/PLIST index 36faa9670fc38..3bac846c24386 100644 --- a/net/py-dns/PLIST +++ b/net/py-dns/PLIST @@ -1,130 +1,193 @@ -@comment $NetBSD: PLIST,v 1.2 2003/08/18 04:02:47 gson Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/09/14 16:43:53 recht Exp $ ${PYSITELIB}/dns/__init__.py ${PYSITELIB}/dns/__init__.pyc +${PYSITELIB}/dns/__init__.pyo ${PYSITELIB}/dns/dnssec.py ${PYSITELIB}/dns/dnssec.pyc +${PYSITELIB}/dns/dnssec.pyo ${PYSITELIB}/dns/exception.py ${PYSITELIB}/dns/exception.pyc +${PYSITELIB}/dns/exception.pyo ${PYSITELIB}/dns/flags.py ${PYSITELIB}/dns/flags.pyc +${PYSITELIB}/dns/flags.pyo ${PYSITELIB}/dns/inet.py ${PYSITELIB}/dns/inet.pyc +${PYSITELIB}/dns/inet.pyo ${PYSITELIB}/dns/ipv4.py ${PYSITELIB}/dns/ipv4.pyc +${PYSITELIB}/dns/ipv4.pyo ${PYSITELIB}/dns/ipv6.py ${PYSITELIB}/dns/ipv6.pyc +${PYSITELIB}/dns/ipv6.pyo ${PYSITELIB}/dns/message.py ${PYSITELIB}/dns/message.pyc +${PYSITELIB}/dns/message.pyo ${PYSITELIB}/dns/name.py ${PYSITELIB}/dns/name.pyc +${PYSITELIB}/dns/name.pyo ${PYSITELIB}/dns/namedict.py ${PYSITELIB}/dns/namedict.pyc +${PYSITELIB}/dns/namedict.pyo ${PYSITELIB}/dns/node.py ${PYSITELIB}/dns/node.pyc +${PYSITELIB}/dns/node.pyo ${PYSITELIB}/dns/opcode.py ${PYSITELIB}/dns/opcode.pyc +${PYSITELIB}/dns/opcode.pyo ${PYSITELIB}/dns/query.py ${PYSITELIB}/dns/query.pyc +${PYSITELIB}/dns/query.pyo ${PYSITELIB}/dns/rcode.py ${PYSITELIB}/dns/rcode.pyc +${PYSITELIB}/dns/rcode.pyo ${PYSITELIB}/dns/rdata.py ${PYSITELIB}/dns/rdata.pyc +${PYSITELIB}/dns/rdata.pyo ${PYSITELIB}/dns/rdataclass.py ${PYSITELIB}/dns/rdataclass.pyc +${PYSITELIB}/dns/rdataclass.pyo ${PYSITELIB}/dns/rdataset.py ${PYSITELIB}/dns/rdataset.pyc +${PYSITELIB}/dns/rdataset.pyo ${PYSITELIB}/dns/rdatatype.py ${PYSITELIB}/dns/rdatatype.pyc +${PYSITELIB}/dns/rdatatype.pyo ${PYSITELIB}/dns/rdtypes/ANY/AFSDB.py ${PYSITELIB}/dns/rdtypes/ANY/AFSDB.pyc +${PYSITELIB}/dns/rdtypes/ANY/AFSDB.pyo ${PYSITELIB}/dns/rdtypes/ANY/CERT.py ${PYSITELIB}/dns/rdtypes/ANY/CERT.pyc +${PYSITELIB}/dns/rdtypes/ANY/CERT.pyo ${PYSITELIB}/dns/rdtypes/ANY/CNAME.py ${PYSITELIB}/dns/rdtypes/ANY/CNAME.pyc +${PYSITELIB}/dns/rdtypes/ANY/CNAME.pyo ${PYSITELIB}/dns/rdtypes/ANY/DNAME.py ${PYSITELIB}/dns/rdtypes/ANY/DNAME.pyc +${PYSITELIB}/dns/rdtypes/ANY/DNAME.pyo ${PYSITELIB}/dns/rdtypes/ANY/DS.py ${PYSITELIB}/dns/rdtypes/ANY/DS.pyc +${PYSITELIB}/dns/rdtypes/ANY/DS.pyo ${PYSITELIB}/dns/rdtypes/ANY/GPOS.py ${PYSITELIB}/dns/rdtypes/ANY/GPOS.pyc +${PYSITELIB}/dns/rdtypes/ANY/GPOS.pyo ${PYSITELIB}/dns/rdtypes/ANY/HINFO.py ${PYSITELIB}/dns/rdtypes/ANY/HINFO.pyc +${PYSITELIB}/dns/rdtypes/ANY/HINFO.pyo ${PYSITELIB}/dns/rdtypes/ANY/ISDN.py ${PYSITELIB}/dns/rdtypes/ANY/ISDN.pyc +${PYSITELIB}/dns/rdtypes/ANY/ISDN.pyo ${PYSITELIB}/dns/rdtypes/ANY/KEY.py ${PYSITELIB}/dns/rdtypes/ANY/KEY.pyc +${PYSITELIB}/dns/rdtypes/ANY/KEY.pyo ${PYSITELIB}/dns/rdtypes/ANY/LOC.py ${PYSITELIB}/dns/rdtypes/ANY/LOC.pyc +${PYSITELIB}/dns/rdtypes/ANY/LOC.pyo ${PYSITELIB}/dns/rdtypes/ANY/MX.py ${PYSITELIB}/dns/rdtypes/ANY/MX.pyc +${PYSITELIB}/dns/rdtypes/ANY/MX.pyo ${PYSITELIB}/dns/rdtypes/ANY/NS.py ${PYSITELIB}/dns/rdtypes/ANY/NS.pyc +${PYSITELIB}/dns/rdtypes/ANY/NS.pyo ${PYSITELIB}/dns/rdtypes/ANY/NXT.py ${PYSITELIB}/dns/rdtypes/ANY/NXT.pyc +${PYSITELIB}/dns/rdtypes/ANY/NXT.pyo ${PYSITELIB}/dns/rdtypes/ANY/PTR.py ${PYSITELIB}/dns/rdtypes/ANY/PTR.pyc +${PYSITELIB}/dns/rdtypes/ANY/PTR.pyo ${PYSITELIB}/dns/rdtypes/ANY/RP.py ${PYSITELIB}/dns/rdtypes/ANY/RP.pyc +${PYSITELIB}/dns/rdtypes/ANY/RP.pyo ${PYSITELIB}/dns/rdtypes/ANY/RT.py ${PYSITELIB}/dns/rdtypes/ANY/RT.pyc +${PYSITELIB}/dns/rdtypes/ANY/RT.pyo ${PYSITELIB}/dns/rdtypes/ANY/SIG.py ${PYSITELIB}/dns/rdtypes/ANY/SIG.pyc +${PYSITELIB}/dns/rdtypes/ANY/SIG.pyo ${PYSITELIB}/dns/rdtypes/ANY/SOA.py ${PYSITELIB}/dns/rdtypes/ANY/SOA.pyc +${PYSITELIB}/dns/rdtypes/ANY/SOA.pyo ${PYSITELIB}/dns/rdtypes/ANY/TXT.py ${PYSITELIB}/dns/rdtypes/ANY/TXT.pyc +${PYSITELIB}/dns/rdtypes/ANY/TXT.pyo ${PYSITELIB}/dns/rdtypes/ANY/X25.py ${PYSITELIB}/dns/rdtypes/ANY/X25.pyc +${PYSITELIB}/dns/rdtypes/ANY/X25.pyo ${PYSITELIB}/dns/rdtypes/ANY/__init__.py ${PYSITELIB}/dns/rdtypes/ANY/__init__.pyc +${PYSITELIB}/dns/rdtypes/ANY/__init__.pyo ${PYSITELIB}/dns/rdtypes/IN/A.py ${PYSITELIB}/dns/rdtypes/IN/A.pyc +${PYSITELIB}/dns/rdtypes/IN/A.pyo ${PYSITELIB}/dns/rdtypes/IN/AAAA.py ${PYSITELIB}/dns/rdtypes/IN/AAAA.pyc +${PYSITELIB}/dns/rdtypes/IN/AAAA.pyo ${PYSITELIB}/dns/rdtypes/IN/APL.py ${PYSITELIB}/dns/rdtypes/IN/APL.pyc +${PYSITELIB}/dns/rdtypes/IN/APL.pyo ${PYSITELIB}/dns/rdtypes/IN/KX.py ${PYSITELIB}/dns/rdtypes/IN/KX.pyc +${PYSITELIB}/dns/rdtypes/IN/KX.pyo ${PYSITELIB}/dns/rdtypes/IN/NAPTR.py ${PYSITELIB}/dns/rdtypes/IN/NAPTR.pyc +${PYSITELIB}/dns/rdtypes/IN/NAPTR.pyo ${PYSITELIB}/dns/rdtypes/IN/NSAP.py ${PYSITELIB}/dns/rdtypes/IN/NSAP.pyc +${PYSITELIB}/dns/rdtypes/IN/NSAP.pyo ${PYSITELIB}/dns/rdtypes/IN/NSAP_PTR.py ${PYSITELIB}/dns/rdtypes/IN/NSAP_PTR.pyc +${PYSITELIB}/dns/rdtypes/IN/NSAP_PTR.pyo ${PYSITELIB}/dns/rdtypes/IN/PX.py ${PYSITELIB}/dns/rdtypes/IN/PX.pyc +${PYSITELIB}/dns/rdtypes/IN/PX.pyo ${PYSITELIB}/dns/rdtypes/IN/SRV.py ${PYSITELIB}/dns/rdtypes/IN/SRV.pyc +${PYSITELIB}/dns/rdtypes/IN/SRV.pyo ${PYSITELIB}/dns/rdtypes/IN/WKS.py ${PYSITELIB}/dns/rdtypes/IN/WKS.pyc +${PYSITELIB}/dns/rdtypes/IN/WKS.pyo ${PYSITELIB}/dns/rdtypes/IN/__init__.py ${PYSITELIB}/dns/rdtypes/IN/__init__.pyc +${PYSITELIB}/dns/rdtypes/IN/__init__.pyo ${PYSITELIB}/dns/rdtypes/__init__.py ${PYSITELIB}/dns/rdtypes/__init__.pyc +${PYSITELIB}/dns/rdtypes/__init__.pyo ${PYSITELIB}/dns/rdtypes/mxbase.py ${PYSITELIB}/dns/rdtypes/mxbase.pyc +${PYSITELIB}/dns/rdtypes/mxbase.pyo ${PYSITELIB}/dns/rdtypes/nsbase.py ${PYSITELIB}/dns/rdtypes/nsbase.pyc +${PYSITELIB}/dns/rdtypes/nsbase.pyo ${PYSITELIB}/dns/renderer.py ${PYSITELIB}/dns/renderer.pyc +${PYSITELIB}/dns/renderer.pyo ${PYSITELIB}/dns/resolver.py ${PYSITELIB}/dns/resolver.pyc +${PYSITELIB}/dns/resolver.pyo ${PYSITELIB}/dns/rrset.py ${PYSITELIB}/dns/rrset.pyc -${PYSITELIB}/dns/tokenizer.py -${PYSITELIB}/dns/tokenizer.pyc +${PYSITELIB}/dns/rrset.pyo ${PYSITELIB}/dns/set.py ${PYSITELIB}/dns/set.pyc +${PYSITELIB}/dns/set.pyo +${PYSITELIB}/dns/tokenizer.py +${PYSITELIB}/dns/tokenizer.pyc +${PYSITELIB}/dns/tokenizer.pyo ${PYSITELIB}/dns/tsig.py ${PYSITELIB}/dns/tsig.pyc +${PYSITELIB}/dns/tsig.pyo ${PYSITELIB}/dns/tsigkeyring.py ${PYSITELIB}/dns/tsigkeyring.pyc +${PYSITELIB}/dns/tsigkeyring.pyo ${PYSITELIB}/dns/update.py ${PYSITELIB}/dns/update.pyc +${PYSITELIB}/dns/update.pyo ${PYSITELIB}/dns/version.py ${PYSITELIB}/dns/version.pyc +${PYSITELIB}/dns/version.pyo ${PYSITELIB}/dns/zone.py ${PYSITELIB}/dns/zone.pyc +${PYSITELIB}/dns/zone.pyo @dirrm ${PYSITELIB}/dns/rdtypes/IN @dirrm ${PYSITELIB}/dns/rdtypes/ANY @dirrm ${PYSITELIB}/dns/rdtypes diff --git a/net/py-google/Makefile b/net/py-google/Makefile index b726b21c8957d..b0a6b4893921f 100644 --- a/net/py-google/Makefile +++ b/net/py-google/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/08/11 22:08:33 recht Exp $ +# $NetBSD: Makefile,v 1.9 2003/09/14 16:43:53 recht Exp $ # DISTNAME= pygoogle-0.5.2 @@ -19,6 +19,6 @@ USE_BUILDLINK2= yes post-extract: ${RM} ${WRKSRC}/soap.py -.include "../../net/py-soappy/buildlink2.mk" .include "../../lang/python/extension.mk" +.include "../../net/py-soappy/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-google/PLIST b/net/py-google/PLIST index 2887e380e2bff..5a98b201f1e21 100644 --- a/net/py-google/PLIST +++ b/net/py-google/PLIST @@ -1,11 +1,15 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/01 17:23:13 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:53 recht Exp $ ${PYSITELIB}/pygoogle.pth ${PYSITELIB}/pygoogle/google.py ${PYSITELIB}/pygoogle/google.pyc +${PYSITELIB}/pygoogle/google.pyo ${PYSITELIB}/pygoogle/googletest.py ${PYSITELIB}/pygoogle/googletest.pyc +${PYSITELIB}/pygoogle/googletest.pyo ${PYSITELIB}/pygoogle/testclient.py ${PYSITELIB}/pygoogle/testclient.pyc +${PYSITELIB}/pygoogle/testclient.pyo ${PYSITELIB}/pygoogle/testserver.py ${PYSITELIB}/pygoogle/testserver.pyc +${PYSITELIB}/pygoogle/testserver.pyo @dirrm ${PYSITELIB}/pygoogle diff --git a/net/py-mimelib/PLIST b/net/py-mimelib/PLIST index ef8a6a596faa4..4deee93d5168e 100644 --- a/net/py-mimelib/PLIST +++ b/net/py-mimelib/PLIST @@ -1,45 +1,68 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/11 14:56:54 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:53 recht Exp $ ${PYSITELIB}/email/Charset.py ${PYSITELIB}/email/Charset.pyc +${PYSITELIB}/email/Charset.pyo ${PYSITELIB}/email/Encoders.py ${PYSITELIB}/email/Encoders.pyc +${PYSITELIB}/email/Encoders.pyo ${PYSITELIB}/email/Errors.py ${PYSITELIB}/email/Errors.pyc +${PYSITELIB}/email/Errors.pyo ${PYSITELIB}/email/Generator.py ${PYSITELIB}/email/Generator.pyc +${PYSITELIB}/email/Generator.pyo ${PYSITELIB}/email/Header.py ${PYSITELIB}/email/Header.pyc +${PYSITELIB}/email/Header.pyo ${PYSITELIB}/email/Iterators.py ${PYSITELIB}/email/Iterators.pyc +${PYSITELIB}/email/Iterators.pyo ${PYSITELIB}/email/MIMEAudio.py ${PYSITELIB}/email/MIMEAudio.pyc +${PYSITELIB}/email/MIMEAudio.pyo ${PYSITELIB}/email/MIMEBase.py ${PYSITELIB}/email/MIMEBase.pyc +${PYSITELIB}/email/MIMEBase.pyo ${PYSITELIB}/email/MIMEImage.py ${PYSITELIB}/email/MIMEImage.pyc +${PYSITELIB}/email/MIMEImage.pyo ${PYSITELIB}/email/MIMEMessage.py ${PYSITELIB}/email/MIMEMessage.pyc +${PYSITELIB}/email/MIMEMessage.pyo ${PYSITELIB}/email/MIMEMultipart.py ${PYSITELIB}/email/MIMEMultipart.pyc +${PYSITELIB}/email/MIMEMultipart.pyo ${PYSITELIB}/email/MIMENonMultipart.py ${PYSITELIB}/email/MIMENonMultipart.pyc +${PYSITELIB}/email/MIMENonMultipart.pyo ${PYSITELIB}/email/MIMEText.py ${PYSITELIB}/email/MIMEText.pyc +${PYSITELIB}/email/MIMEText.pyo ${PYSITELIB}/email/Message.py ${PYSITELIB}/email/Message.pyc +${PYSITELIB}/email/Message.pyo ${PYSITELIB}/email/Parser.py ${PYSITELIB}/email/Parser.pyc +${PYSITELIB}/email/Parser.pyo ${PYSITELIB}/email/Utils.py ${PYSITELIB}/email/Utils.pyc +${PYSITELIB}/email/Utils.pyo ${PYSITELIB}/email/__init__.py ${PYSITELIB}/email/__init__.pyc +${PYSITELIB}/email/__init__.pyo ${PYSITELIB}/email/_compat21.py ${PYSITELIB}/email/_compat21.pyc +${PYSITELIB}/email/_compat21.pyo ${PYSITELIB}/email/_compat22.py +${PYSITELIB}/email/_compat22.pyc +${PYSITELIB}/email/_compat22.pyo ${PYSITELIB}/email/_parseaddr.py ${PYSITELIB}/email/_parseaddr.pyc +${PYSITELIB}/email/_parseaddr.pyo ${PYSITELIB}/email/base64MIME.py ${PYSITELIB}/email/base64MIME.pyc +${PYSITELIB}/email/base64MIME.pyo ${PYSITELIB}/email/quopriMIME.py ${PYSITELIB}/email/quopriMIME.pyc +${PYSITELIB}/email/quopriMIME.pyo @dirrm ${PYSITELIB}/email diff --git a/net/py-soappy/Makefile b/net/py-soappy/Makefile index acb3eff48dc8e..9c114b70f6262 100644 --- a/net/py-soappy/Makefile +++ b/net/py-soappy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/08/24 10:20:34 recht Exp $ +# $NetBSD: Makefile,v 1.7 2003/09/14 16:43:54 recht Exp $ # DISTNAME= SOAPpy-0.10.2 @@ -6,7 +6,7 @@ PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pywebsvcs/} -MAINTAINER= marc@informatik.uni-bremen.de +MAINTAINER= recht@NetBSD.org HOMEPAGE= http://pywebsvcs.sourceforge.net/ COMMENT= SOAP implementation @@ -17,10 +17,6 @@ PY_PATCHPLIST= YES PYTHON_VERSIONS_ACCEPTED= 23pth 22pth 21pth -post-install: - ${PYTHONBIN} -O ${PREFIX}/${PYLIB}/compileall.py \ - ${PREFIX}/${PYSITELIB}/SOAPpy - -.include "../../textproc/pyxml/buildlink2.mk" .include "../../lang/python/extension.mk" +.include "../../textproc/pyxml/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/pyslsk/Makefile b/net/pyslsk/Makefile index b6e1c74de0a1e..ff41d008c72ce 100644 --- a/net/pyslsk/Makefile +++ b/net/pyslsk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/09/09 13:26:28 recht Exp $ +# $NetBSD: Makefile,v 1.5 2003/09/14 16:43:54 recht Exp $ # DISTNAME= pyslsk-1.2.4 @@ -13,6 +13,6 @@ PYDISTUTILSPKG= yes PY_PATCHPLIST= yes PYTHON_VERSIONS_ACCEPTED= 23pth 22pth -.include "../../x11/py-wxWindows/buildlink2.mk" .include "../../lang/python/extension.mk" +.include "../../x11/py-wxWindows/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/pyslsk/PLIST b/net/pyslsk/PLIST index 77ef4bfc283f5..68140a015002e 100644 --- a/net/pyslsk/PLIST +++ b/net/pyslsk/PLIST @@ -1,47 +1,68 @@ -@comment $NetBSD: PLIST,v 1.2 2003/09/09 13:26:28 recht Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/09/14 16:43:54 recht Exp $ bin/pyslsk bin/pyslsk-import-winconfig ${PYSITELIB}/pysoulseek/__init__.py ${PYSITELIB}/pysoulseek/__init__.pyc +${PYSITELIB}/pysoulseek/__init__.pyo ${PYSITELIB}/pysoulseek/config.py ${PYSITELIB}/pysoulseek/config.pyc +${PYSITELIB}/pysoulseek/config.pyo ${PYSITELIB}/pysoulseek/mp3.py ${PYSITELIB}/pysoulseek/mp3.pyc +${PYSITELIB}/pysoulseek/mp3.pyo ${PYSITELIB}/pysoulseek/pysoulseek.py ${PYSITELIB}/pysoulseek/pysoulseek.pyc +${PYSITELIB}/pysoulseek/pysoulseek.pyo ${PYSITELIB}/pysoulseek/slskmessages.py ${PYSITELIB}/pysoulseek/slskmessages.pyc +${PYSITELIB}/pysoulseek/slskmessages.pyo ${PYSITELIB}/pysoulseek/slskproto.py ${PYSITELIB}/pysoulseek/slskproto.pyc +${PYSITELIB}/pysoulseek/slskproto.pyo ${PYSITELIB}/pysoulseek/transfers.py ${PYSITELIB}/pysoulseek/transfers.pyc +${PYSITELIB}/pysoulseek/transfers.pyo ${PYSITELIB}/pysoulseek/utils.py ${PYSITELIB}/pysoulseek/utils.pyc +${PYSITELIB}/pysoulseek/utils.pyo ${PYSITELIB}/pysoulseek/wxgui/__init__.py ${PYSITELIB}/pysoulseek/wxgui/__init__.pyc +${PYSITELIB}/pysoulseek/wxgui/__init__.pyo ${PYSITELIB}/pysoulseek/wxgui/about.py ${PYSITELIB}/pysoulseek/wxgui/about.pyc +${PYSITELIB}/pysoulseek/wxgui/about.pyo ${PYSITELIB}/pysoulseek/wxgui/buttonsplitter.py ${PYSITELIB}/pysoulseek/wxgui/buttonsplitter.pyc +${PYSITELIB}/pysoulseek/wxgui/buttonsplitter.pyo ${PYSITELIB}/pysoulseek/wxgui/chat.py ${PYSITELIB}/pysoulseek/wxgui/chat.pyc +${PYSITELIB}/pysoulseek/wxgui/chat.pyo ${PYSITELIB}/pysoulseek/wxgui/configwindow.py ${PYSITELIB}/pysoulseek/wxgui/configwindow.pyc +${PYSITELIB}/pysoulseek/wxgui/configwindow.pyo ${PYSITELIB}/pysoulseek/wxgui/frame.py ${PYSITELIB}/pysoulseek/wxgui/frame.pyc +${PYSITELIB}/pysoulseek/wxgui/frame.pyo ${PYSITELIB}/pysoulseek/wxgui/images.py ${PYSITELIB}/pysoulseek/wxgui/images.pyc +${PYSITELIB}/pysoulseek/wxgui/images.pyo ${PYSITELIB}/pysoulseek/wxgui/notebook.py ${PYSITELIB}/pysoulseek/wxgui/notebook.pyc +${PYSITELIB}/pysoulseek/wxgui/notebook.pyo ${PYSITELIB}/pysoulseek/wxgui/search.py ${PYSITELIB}/pysoulseek/wxgui/search.pyc +${PYSITELIB}/pysoulseek/wxgui/search.pyo ${PYSITELIB}/pysoulseek/wxgui/sortablelist.py ${PYSITELIB}/pysoulseek/wxgui/sortablelist.pyc +${PYSITELIB}/pysoulseek/wxgui/sortablelist.pyo ${PYSITELIB}/pysoulseek/wxgui/transfers.py ${PYSITELIB}/pysoulseek/wxgui/transfers.pyc +${PYSITELIB}/pysoulseek/wxgui/transfers.pyo ${PYSITELIB}/pysoulseek/wxgui/userinfobrowse.py ${PYSITELIB}/pysoulseek/wxgui/userinfobrowse.pyc +${PYSITELIB}/pysoulseek/wxgui/userinfobrowse.pyo ${PYSITELIB}/pysoulseek/wxgui/userlist.py ${PYSITELIB}/pysoulseek/wxgui/userlist.pyc +${PYSITELIB}/pysoulseek/wxgui/userlist.pyo @dirrm ${PYSITELIB}/pysoulseek/wxgui @dirrm ${PYSITELIB}/pysoulseek diff --git a/security/py-amkCrypto/PLIST b/security/py-amkCrypto/PLIST index 82f35bbbb6f03..a693a5f297592 100644 --- a/security/py-amkCrypto/PLIST +++ b/security/py-amkCrypto/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/10/28 11:53:29 drochner Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/09/14 16:43:54 recht Exp $ ${PYSITELIB}/Crypto/Cipher/AES.so ${PYSITELIB}/Crypto/Cipher/ARC2.so ${PYSITELIB}/Crypto/Cipher/ARC4.so @@ -11,49 +11,70 @@ ${PYSITELIB}/Crypto/Cipher/RC5.so ${PYSITELIB}/Crypto/Cipher/XOR.so ${PYSITELIB}/Crypto/Cipher/__init__.py ${PYSITELIB}/Crypto/Cipher/__init__.pyc +${PYSITELIB}/Crypto/Cipher/__init__.pyo ${PYSITELIB}/Crypto/Hash/HMAC.py ${PYSITELIB}/Crypto/Hash/HMAC.pyc +${PYSITELIB}/Crypto/Hash/HMAC.pyo ${PYSITELIB}/Crypto/Hash/MD2.so ${PYSITELIB}/Crypto/Hash/MD4.so ${PYSITELIB}/Crypto/Hash/MD5.py ${PYSITELIB}/Crypto/Hash/MD5.pyc +${PYSITELIB}/Crypto/Hash/MD5.pyo ${PYSITELIB}/Crypto/Hash/RIPEMD.so ${PYSITELIB}/Crypto/Hash/SHA.py ${PYSITELIB}/Crypto/Hash/SHA.pyc +${PYSITELIB}/Crypto/Hash/SHA.pyo ${PYSITELIB}/Crypto/Hash/__init__.py ${PYSITELIB}/Crypto/Hash/__init__.pyc +${PYSITELIB}/Crypto/Hash/__init__.pyo ${PYSITELIB}/Crypto/Protocol/AllOrNothing.py ${PYSITELIB}/Crypto/Protocol/AllOrNothing.pyc +${PYSITELIB}/Crypto/Protocol/AllOrNothing.pyo ${PYSITELIB}/Crypto/Protocol/Chaffing.py ${PYSITELIB}/Crypto/Protocol/Chaffing.pyc +${PYSITELIB}/Crypto/Protocol/Chaffing.pyo ${PYSITELIB}/Crypto/Protocol/__init__.py ${PYSITELIB}/Crypto/Protocol/__init__.pyc +${PYSITELIB}/Crypto/Protocol/__init__.pyo ${PYSITELIB}/Crypto/PublicKey/DSA.py ${PYSITELIB}/Crypto/PublicKey/DSA.pyc +${PYSITELIB}/Crypto/PublicKey/DSA.pyo ${PYSITELIB}/Crypto/PublicKey/ElGamal.py ${PYSITELIB}/Crypto/PublicKey/ElGamal.pyc +${PYSITELIB}/Crypto/PublicKey/ElGamal.pyo ${PYSITELIB}/Crypto/PublicKey/RSA.py ${PYSITELIB}/Crypto/PublicKey/RSA.pyc +${PYSITELIB}/Crypto/PublicKey/RSA.pyo ${PYSITELIB}/Crypto/PublicKey/__init__.py ${PYSITELIB}/Crypto/PublicKey/__init__.pyc +${PYSITELIB}/Crypto/PublicKey/__init__.pyo ${PYSITELIB}/Crypto/PublicKey/pubkey.py ${PYSITELIB}/Crypto/PublicKey/pubkey.pyc +${PYSITELIB}/Crypto/PublicKey/pubkey.pyo ${PYSITELIB}/Crypto/PublicKey/qNEW.py ${PYSITELIB}/Crypto/PublicKey/qNEW.pyc +${PYSITELIB}/Crypto/PublicKey/qNEW.pyo ${PYSITELIB}/Crypto/Util/RFC1751.py ${PYSITELIB}/Crypto/Util/RFC1751.pyc +${PYSITELIB}/Crypto/Util/RFC1751.pyo ${PYSITELIB}/Crypto/Util/__init__.py ${PYSITELIB}/Crypto/Util/__init__.pyc +${PYSITELIB}/Crypto/Util/__init__.pyo ${PYSITELIB}/Crypto/Util/number.py ${PYSITELIB}/Crypto/Util/number.pyc +${PYSITELIB}/Crypto/Util/number.pyo ${PYSITELIB}/Crypto/Util/randpool.py ${PYSITELIB}/Crypto/Util/randpool.pyc +${PYSITELIB}/Crypto/Util/randpool.pyo ${PYSITELIB}/Crypto/Util/test.py ${PYSITELIB}/Crypto/Util/test.pyc +${PYSITELIB}/Crypto/Util/test.pyo ${PYSITELIB}/Crypto/__init__.py ${PYSITELIB}/Crypto/__init__.pyc +${PYSITELIB}/Crypto/__init__.pyo ${PYSITELIB}/Crypto/test.py ${PYSITELIB}/Crypto/test.pyc +${PYSITELIB}/Crypto/test.pyo @dirrm ${PYSITELIB}/Crypto/Util @dirrm ${PYSITELIB}/Crypto/PublicKey @dirrm ${PYSITELIB}/Crypto/Protocol diff --git a/security/py-cryptkit/PLIST b/security/py-cryptkit/PLIST index d433a20d33f2d..9821b80ee8458 100644 --- a/security/py-cryptkit/PLIST +++ b/security/py-cryptkit/PLIST @@ -1,28 +1,39 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/29 16:23:31 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:54 recht Exp $ ${PYSITELIB}/aes/__init__.py ${PYSITELIB}/aes/__init__.pyc +${PYSITELIB}/aes/__init__.pyo ${PYSITELIB}/aes/aes.py ${PYSITELIB}/aes/aes.pyc +${PYSITELIB}/aes/aes.pyo ${PYSITELIB}/cryptsock/__init__.py ${PYSITELIB}/cryptsock/__init__.pyc +${PYSITELIB}/cryptsock/__init__.pyo ${PYSITELIB}/cryptsock/cryptsock.py ${PYSITELIB}/cryptsock/cryptsock.pyc +${PYSITELIB}/cryptsock/cryptsock.pyo ${PYSITELIB}/ecc/__init__.py ${PYSITELIB}/ecc/__init__.pyc +${PYSITELIB}/ecc/__init__.pyo ${PYSITELIB}/ecc/ecc.py ${PYSITELIB}/ecc/ecc.pyc +${PYSITELIB}/ecc/ecc.pyo ${PYSITELIB}/ecc/elliptic.py ${PYSITELIB}/ecc/elliptic.pyc +${PYSITELIB}/ecc/elliptic.pyo ${PYSITELIB}/ellipticc.so ${PYSITELIB}/entropy/__init__.py ${PYSITELIB}/entropy/__init__.pyc +${PYSITELIB}/entropy/__init__.pyo ${PYSITELIB}/entropy/entropy.py ${PYSITELIB}/entropy/entropy.pyc +${PYSITELIB}/entropy/entropy.pyo ${PYSITELIB}/rijndaelc.so ${PYSITELIB}/sha256/__init__.py ${PYSITELIB}/sha256/__init__.pyc +${PYSITELIB}/sha256/__init__.pyo ${PYSITELIB}/sha256/sha256.py ${PYSITELIB}/sha256/sha256.pyc +${PYSITELIB}/sha256/sha256.pyo ${PYSITELIB}/sha256c.so @dirrm ${PYSITELIB}/sha256 @dirrm ${PYSITELIB}/entropy diff --git a/security/py-gnupg/PLIST b/security/py-gnupg/PLIST index fa69336d36cca..1f2d5628fb912 100644 --- a/security/py-gnupg/PLIST +++ b/security/py-gnupg/PLIST @@ -1,3 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/29 16:15:47 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:55 recht Exp $ ${PYSITELIB}/GnuPGInterface.py ${PYSITELIB}/GnuPGInterface.pyc +${PYSITELIB}/GnuPGInterface.pyo diff --git a/security/py-m2crypto/PLIST b/security/py-m2crypto/PLIST index c2941d3d347d5..1cf9707efef24 100644 --- a/security/py-m2crypto/PLIST +++ b/security/py-m2crypto/PLIST @@ -1,79 +1,116 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/25 15:58:19 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:55 recht Exp $ ${PYSITELIB}/M2Crypto/ASN1.py ${PYSITELIB}/M2Crypto/ASN1.pyc +${PYSITELIB}/M2Crypto/ASN1.pyo ${PYSITELIB}/M2Crypto/AuthCookie.py ${PYSITELIB}/M2Crypto/AuthCookie.pyc +${PYSITELIB}/M2Crypto/AuthCookie.pyo ${PYSITELIB}/M2Crypto/BIO.py ${PYSITELIB}/M2Crypto/BIO.pyc +${PYSITELIB}/M2Crypto/BIO.pyo ${PYSITELIB}/M2Crypto/DH.py ${PYSITELIB}/M2Crypto/DH.pyc +${PYSITELIB}/M2Crypto/DH.pyo ${PYSITELIB}/M2Crypto/DSA.py ${PYSITELIB}/M2Crypto/DSA.pyc +${PYSITELIB}/M2Crypto/DSA.pyo ${PYSITELIB}/M2Crypto/EVP.py ${PYSITELIB}/M2Crypto/EVP.pyc +${PYSITELIB}/M2Crypto/EVP.pyo ${PYSITELIB}/M2Crypto/Err.py ${PYSITELIB}/M2Crypto/Err.pyc +${PYSITELIB}/M2Crypto/Err.pyo ${PYSITELIB}/M2Crypto/PGP/PublicKey.py ${PYSITELIB}/M2Crypto/PGP/PublicKey.pyc +${PYSITELIB}/M2Crypto/PGP/PublicKey.pyo ${PYSITELIB}/M2Crypto/PGP/PublicKeyRing.py ${PYSITELIB}/M2Crypto/PGP/PublicKeyRing.pyc +${PYSITELIB}/M2Crypto/PGP/PublicKeyRing.pyo ${PYSITELIB}/M2Crypto/PGP/RSA.py ${PYSITELIB}/M2Crypto/PGP/RSA.pyc +${PYSITELIB}/M2Crypto/PGP/RSA.pyo ${PYSITELIB}/M2Crypto/PGP/__init__.py ${PYSITELIB}/M2Crypto/PGP/__init__.pyc +${PYSITELIB}/M2Crypto/PGP/__init__.pyo ${PYSITELIB}/M2Crypto/PGP/constants.py ${PYSITELIB}/M2Crypto/PGP/constants.pyc +${PYSITELIB}/M2Crypto/PGP/constants.pyo ${PYSITELIB}/M2Crypto/PGP/packet.py ${PYSITELIB}/M2Crypto/PGP/packet.pyc +${PYSITELIB}/M2Crypto/PGP/packet.pyo ${PYSITELIB}/M2Crypto/RC4.py ${PYSITELIB}/M2Crypto/RC4.pyc +${PYSITELIB}/M2Crypto/RC4.pyo ${PYSITELIB}/M2Crypto/RSA.py ${PYSITELIB}/M2Crypto/RSA.pyc +${PYSITELIB}/M2Crypto/RSA.pyo ${PYSITELIB}/M2Crypto/Rand.py ${PYSITELIB}/M2Crypto/Rand.pyc +${PYSITELIB}/M2Crypto/Rand.pyo ${PYSITELIB}/M2Crypto/SMIME.py ${PYSITELIB}/M2Crypto/SMIME.pyc +${PYSITELIB}/M2Crypto/SMIME.pyo ${PYSITELIB}/M2Crypto/SSL/Cipher.py ${PYSITELIB}/M2Crypto/SSL/Cipher.pyc +${PYSITELIB}/M2Crypto/SSL/Cipher.pyo ${PYSITELIB}/M2Crypto/SSL/Connection.py ${PYSITELIB}/M2Crypto/SSL/Connection.pyc +${PYSITELIB}/M2Crypto/SSL/Connection.pyo ${PYSITELIB}/M2Crypto/SSL/Context.py ${PYSITELIB}/M2Crypto/SSL/Context.pyc +${PYSITELIB}/M2Crypto/SSL/Context.pyo ${PYSITELIB}/M2Crypto/SSL/Error.py ${PYSITELIB}/M2Crypto/SSL/Error.pyc +${PYSITELIB}/M2Crypto/SSL/Error.pyo ${PYSITELIB}/M2Crypto/SSL/SSLServer.py ${PYSITELIB}/M2Crypto/SSL/SSLServer.pyc +${PYSITELIB}/M2Crypto/SSL/SSLServer.pyo ${PYSITELIB}/M2Crypto/SSL/Session.py ${PYSITELIB}/M2Crypto/SSL/Session.pyc +${PYSITELIB}/M2Crypto/SSL/Session.pyo ${PYSITELIB}/M2Crypto/SSL/__init__.py ${PYSITELIB}/M2Crypto/SSL/__init__.pyc +${PYSITELIB}/M2Crypto/SSL/__init__.pyo ${PYSITELIB}/M2Crypto/SSL/cb.py ${PYSITELIB}/M2Crypto/SSL/cb.pyc +${PYSITELIB}/M2Crypto/SSL/cb.pyo ${PYSITELIB}/M2Crypto/SSL/ssl_dispatcher.py ${PYSITELIB}/M2Crypto/SSL/ssl_dispatcher.pyc +${PYSITELIB}/M2Crypto/SSL/ssl_dispatcher.pyo ${PYSITELIB}/M2Crypto/SSL/timeout.py ${PYSITELIB}/M2Crypto/SSL/timeout.pyc +${PYSITELIB}/M2Crypto/SSL/timeout.pyo ${PYSITELIB}/M2Crypto/X509.py ${PYSITELIB}/M2Crypto/X509.pyc +${PYSITELIB}/M2Crypto/X509.pyo ${PYSITELIB}/M2Crypto/__init__.py ${PYSITELIB}/M2Crypto/__init__.pyc +${PYSITELIB}/M2Crypto/__init__.pyo ${PYSITELIB}/M2Crypto/__m2crypto.so ${PYSITELIB}/M2Crypto/callback.py ${PYSITELIB}/M2Crypto/callback.pyc +${PYSITELIB}/M2Crypto/callback.pyo ${PYSITELIB}/M2Crypto/ftpslib.py ${PYSITELIB}/M2Crypto/ftpslib.pyc +${PYSITELIB}/M2Crypto/ftpslib.pyo ${PYSITELIB}/M2Crypto/httpslib.py ${PYSITELIB}/M2Crypto/httpslib.pyc +${PYSITELIB}/M2Crypto/httpslib.pyo ${PYSITELIB}/M2Crypto/m2.py ${PYSITELIB}/M2Crypto/m2.pyc +${PYSITELIB}/M2Crypto/m2.pyo ${PYSITELIB}/M2Crypto/m2urllib.py ${PYSITELIB}/M2Crypto/m2urllib.pyc +${PYSITELIB}/M2Crypto/m2urllib.pyo ${PYSITELIB}/M2Crypto/m2xmlrpclib.py ${PYSITELIB}/M2Crypto/m2xmlrpclib.pyc +${PYSITELIB}/M2Crypto/m2xmlrpclib.pyo ${PYSITELIB}/M2Crypto/threading.py ${PYSITELIB}/M2Crypto/threading.pyc +${PYSITELIB}/M2Crypto/threading.pyo ${PYSITELIB}/M2Crypto/util.py ${PYSITELIB}/M2Crypto/util.pyc +${PYSITELIB}/M2Crypto/util.pyo @dirrm ${PYSITELIB}/M2Crypto/SSL @dirrm ${PYSITELIB}/M2Crypto/PGP @dirrm ${PYSITELIB}/M2Crypto diff --git a/sysutils/rdiff-backup/PLIST b/sysutils/rdiff-backup/PLIST index 46b4a7d898fa5..bcdfb09df5bd5 100644 --- a/sysutils/rdiff-backup/PLIST +++ b/sysutils/rdiff-backup/PLIST @@ -1,61 +1,88 @@ -@comment $NetBSD: PLIST,v 1.3 2003/08/18 10:24:11 drochner Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/09/14 16:43:55 recht Exp $ bin/rdiff-backup ${PYSITELIB}/rdiff_backup/C.so ${PYSITELIB}/rdiff_backup/FilenameMapping.py ${PYSITELIB}/rdiff_backup/FilenameMapping.pyc +${PYSITELIB}/rdiff_backup/FilenameMapping.pyo ${PYSITELIB}/rdiff_backup/Globals.py ${PYSITELIB}/rdiff_backup/Globals.pyc +${PYSITELIB}/rdiff_backup/Globals.pyo ${PYSITELIB}/rdiff_backup/Hardlink.py ${PYSITELIB}/rdiff_backup/Hardlink.pyc +${PYSITELIB}/rdiff_backup/Hardlink.pyo ${PYSITELIB}/rdiff_backup/Main.py ${PYSITELIB}/rdiff_backup/Main.pyc +${PYSITELIB}/rdiff_backup/Main.pyo ${PYSITELIB}/rdiff_backup/Rdiff.py ${PYSITELIB}/rdiff_backup/Rdiff.pyc +${PYSITELIB}/rdiff_backup/Rdiff.pyo ${PYSITELIB}/rdiff_backup/Security.py ${PYSITELIB}/rdiff_backup/Security.pyc +${PYSITELIB}/rdiff_backup/Security.pyo ${PYSITELIB}/rdiff_backup/SetConnections.py ${PYSITELIB}/rdiff_backup/SetConnections.pyc +${PYSITELIB}/rdiff_backup/SetConnections.pyo ${PYSITELIB}/rdiff_backup/TempFile.py ${PYSITELIB}/rdiff_backup/TempFile.pyc +${PYSITELIB}/rdiff_backup/TempFile.pyo ${PYSITELIB}/rdiff_backup/Time.py ${PYSITELIB}/rdiff_backup/Time.pyc +${PYSITELIB}/rdiff_backup/Time.pyo ${PYSITELIB}/rdiff_backup/__init__.py ${PYSITELIB}/rdiff_backup/__init__.pyc +${PYSITELIB}/rdiff_backup/__init__.pyo ${PYSITELIB}/rdiff_backup/_librsync.so ${PYSITELIB}/rdiff_backup/backup.py ${PYSITELIB}/rdiff_backup/backup.pyc +${PYSITELIB}/rdiff_backup/backup.pyo ${PYSITELIB}/rdiff_backup/connection.py ${PYSITELIB}/rdiff_backup/connection.pyc +${PYSITELIB}/rdiff_backup/connection.pyo ${PYSITELIB}/rdiff_backup/increment.py ${PYSITELIB}/rdiff_backup/increment.pyc +${PYSITELIB}/rdiff_backup/increment.pyo ${PYSITELIB}/rdiff_backup/iterfile.py ${PYSITELIB}/rdiff_backup/iterfile.pyc +${PYSITELIB}/rdiff_backup/iterfile.pyo ${PYSITELIB}/rdiff_backup/lazy.py ${PYSITELIB}/rdiff_backup/lazy.pyc +${PYSITELIB}/rdiff_backup/lazy.pyo ${PYSITELIB}/rdiff_backup/librsync.py ${PYSITELIB}/rdiff_backup/librsync.pyc +${PYSITELIB}/rdiff_backup/librsync.pyo ${PYSITELIB}/rdiff_backup/log.py ${PYSITELIB}/rdiff_backup/log.pyc +${PYSITELIB}/rdiff_backup/log.pyo ${PYSITELIB}/rdiff_backup/manage.py ${PYSITELIB}/rdiff_backup/manage.pyc +${PYSITELIB}/rdiff_backup/manage.pyo ${PYSITELIB}/rdiff_backup/metadata.py ${PYSITELIB}/rdiff_backup/metadata.pyc +${PYSITELIB}/rdiff_backup/metadata.pyo ${PYSITELIB}/rdiff_backup/regress.py ${PYSITELIB}/rdiff_backup/regress.pyc +${PYSITELIB}/rdiff_backup/regress.pyo ${PYSITELIB}/rdiff_backup/restore.py ${PYSITELIB}/rdiff_backup/restore.pyc +${PYSITELIB}/rdiff_backup/restore.pyo ${PYSITELIB}/rdiff_backup/robust.py ${PYSITELIB}/rdiff_backup/robust.pyc +${PYSITELIB}/rdiff_backup/robust.pyo ${PYSITELIB}/rdiff_backup/rorpiter.py ${PYSITELIB}/rdiff_backup/rorpiter.pyc +${PYSITELIB}/rdiff_backup/rorpiter.pyo ${PYSITELIB}/rdiff_backup/rpath.py ${PYSITELIB}/rdiff_backup/rpath.pyc +${PYSITELIB}/rdiff_backup/rpath.pyo ${PYSITELIB}/rdiff_backup/selection.py ${PYSITELIB}/rdiff_backup/selection.pyc +${PYSITELIB}/rdiff_backup/selection.pyo ${PYSITELIB}/rdiff_backup/static.py ${PYSITELIB}/rdiff_backup/static.pyc +${PYSITELIB}/rdiff_backup/static.pyo ${PYSITELIB}/rdiff_backup/statistics.py ${PYSITELIB}/rdiff_backup/statistics.pyc +${PYSITELIB}/rdiff_backup/statistics.pyo man/man1/rdiff-backup.1 share/doc/${PKGNAME}/CHANGELOG share/doc/${PKGNAME}/COPYING diff --git a/textproc/py-FourSuite/PLIST b/textproc/py-FourSuite/PLIST index 0450ec6cc5632..3eb4ba1b95a3f 100644 --- a/textproc/py-FourSuite/PLIST +++ b/textproc/py-FourSuite/PLIST @@ -1,725 +1,1083 @@ -@comment $NetBSD: PLIST,v 1.2 2002/11/27 17:25:25 drochner Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/09/14 16:43:56 recht Exp $ ${PYSITELIB}/Ft/Lib/CommandLine/Arguments.py ${PYSITELIB}/Ft/Lib/CommandLine/Arguments.pyc +${PYSITELIB}/Ft/Lib/CommandLine/Arguments.pyo ${PYSITELIB}/Ft/Lib/CommandLine/Command.py ${PYSITELIB}/Ft/Lib/CommandLine/Command.pyc +${PYSITELIB}/Ft/Lib/CommandLine/Command.pyo ${PYSITELIB}/Ft/Lib/CommandLine/CommandLineApp.py ${PYSITELIB}/Ft/Lib/CommandLine/CommandLineApp.pyc +${PYSITELIB}/Ft/Lib/CommandLine/CommandLineApp.pyo ${PYSITELIB}/Ft/Lib/CommandLine/CommandLineTestUtil.py ${PYSITELIB}/Ft/Lib/CommandLine/CommandLineTestUtil.pyc +${PYSITELIB}/Ft/Lib/CommandLine/CommandLineTestUtil.pyo ${PYSITELIB}/Ft/Lib/CommandLine/CommandLineUtil.py ${PYSITELIB}/Ft/Lib/CommandLine/CommandLineUtil.pyc +${PYSITELIB}/Ft/Lib/CommandLine/CommandLineUtil.pyo ${PYSITELIB}/Ft/Lib/CommandLine/FancyGetOpt.py ${PYSITELIB}/Ft/Lib/CommandLine/FancyGetOpt.pyc +${PYSITELIB}/Ft/Lib/CommandLine/FancyGetOpt.pyo ${PYSITELIB}/Ft/Lib/CommandLine/Options.py ${PYSITELIB}/Ft/Lib/CommandLine/Options.pyc +${PYSITELIB}/Ft/Lib/CommandLine/Options.pyo ${PYSITELIB}/Ft/Lib/CommandLine/__init__.py ${PYSITELIB}/Ft/Lib/CommandLine/__init__.pyc +${PYSITELIB}/Ft/Lib/CommandLine/__init__.pyo ${PYSITELIB}/Ft/Lib/DbUtil.py ${PYSITELIB}/Ft/Lib/DbUtil.pyc +${PYSITELIB}/Ft/Lib/DbUtil.pyo ${PYSITELIB}/Ft/Lib/DistExt/BDistWininst.py ${PYSITELIB}/Ft/Lib/DistExt/BDistWininst.pyc +${PYSITELIB}/Ft/Lib/DistExt/BDistWininst.pyo ${PYSITELIB}/Ft/Lib/DistExt/Build.py ${PYSITELIB}/Ft/Lib/DistExt/Build.pyc +${PYSITELIB}/Ft/Lib/DistExt/Build.pyo ${PYSITELIB}/Ft/Lib/DistExt/BuildDocs.py ${PYSITELIB}/Ft/Lib/DistExt/BuildDocs.pyc +${PYSITELIB}/Ft/Lib/DistExt/BuildDocs.pyo ${PYSITELIB}/Ft/Lib/DistExt/BuildExt.py ${PYSITELIB}/Ft/Lib/DistExt/BuildExt.pyc +${PYSITELIB}/Ft/Lib/DistExt/BuildExt.pyo ${PYSITELIB}/Ft/Lib/DistExt/BuildIdl.py ${PYSITELIB}/Ft/Lib/DistExt/BuildIdl.pyc +${PYSITELIB}/Ft/Lib/DistExt/BuildIdl.pyo ${PYSITELIB}/Ft/Lib/DistExt/BuildL10n.py ${PYSITELIB}/Ft/Lib/DistExt/BuildL10n.pyc +${PYSITELIB}/Ft/Lib/DistExt/BuildL10n.pyo ${PYSITELIB}/Ft/Lib/DistExt/BuildPy.py ${PYSITELIB}/Ft/Lib/DistExt/BuildPy.pyc +${PYSITELIB}/Ft/Lib/DistExt/BuildPy.pyo ${PYSITELIB}/Ft/Lib/DistExt/BuildScripts.py ${PYSITELIB}/Ft/Lib/DistExt/BuildScripts.pyc +${PYSITELIB}/Ft/Lib/DistExt/BuildScripts.pyo ${PYSITELIB}/Ft/Lib/DistExt/BuildTests.py ${PYSITELIB}/Ft/Lib/DistExt/BuildTests.pyc +${PYSITELIB}/Ft/Lib/DistExt/BuildTests.pyo ${PYSITELIB}/Ft/Lib/DistExt/Core.py ${PYSITELIB}/Ft/Lib/DistExt/Core.pyc +${PYSITELIB}/Ft/Lib/DistExt/Core.pyo ${PYSITELIB}/Ft/Lib/DistExt/Dist.py ${PYSITELIB}/Ft/Lib/DistExt/Dist.pyc +${PYSITELIB}/Ft/Lib/DistExt/Dist.pyo ${PYSITELIB}/Ft/Lib/DistExt/Formatters/ApiFormatter.py ${PYSITELIB}/Ft/Lib/DistExt/Formatters/ApiFormatter.pyc +${PYSITELIB}/Ft/Lib/DistExt/Formatters/ApiFormatter.pyo ${PYSITELIB}/Ft/Lib/DistExt/Formatters/CommandLineFormatter.py ${PYSITELIB}/Ft/Lib/DistExt/Formatters/CommandLineFormatter.pyc +${PYSITELIB}/Ft/Lib/DistExt/Formatters/CommandLineFormatter.pyo ${PYSITELIB}/Ft/Lib/DistExt/Formatters/ExtensionFormatter.py ${PYSITELIB}/Ft/Lib/DistExt/Formatters/ExtensionFormatter.pyc +${PYSITELIB}/Ft/Lib/DistExt/Formatters/ExtensionFormatter.pyo ${PYSITELIB}/Ft/Lib/DistExt/Formatters/XmlFormatter.py ${PYSITELIB}/Ft/Lib/DistExt/Formatters/XmlFormatter.pyc +${PYSITELIB}/Ft/Lib/DistExt/Formatters/XmlFormatter.pyo ${PYSITELIB}/Ft/Lib/DistExt/Formatters/__init__.py ${PYSITELIB}/Ft/Lib/DistExt/Formatters/__init__.pyc +${PYSITELIB}/Ft/Lib/DistExt/Formatters/__init__.pyo ${PYSITELIB}/Ft/Lib/DistExt/Generate.py ${PYSITELIB}/Ft/Lib/DistExt/Generate.pyc +${PYSITELIB}/Ft/Lib/DistExt/Generate.pyo ${PYSITELIB}/Ft/Lib/DistExt/GenerateBisonGen.py ${PYSITELIB}/Ft/Lib/DistExt/GenerateBisonGen.pyc +${PYSITELIB}/Ft/Lib/DistExt/GenerateBisonGen.pyo ${PYSITELIB}/Ft/Lib/DistExt/GenerateL10n.py ${PYSITELIB}/Ft/Lib/DistExt/GenerateL10n.pyc +${PYSITELIB}/Ft/Lib/DistExt/GenerateL10n.pyo ${PYSITELIB}/Ft/Lib/DistExt/Install.py ${PYSITELIB}/Ft/Lib/DistExt/Install.pyc +${PYSITELIB}/Ft/Lib/DistExt/Install.pyo ${PYSITELIB}/Ft/Lib/DistExt/InstallData.py ${PYSITELIB}/Ft/Lib/DistExt/InstallData.pyc +${PYSITELIB}/Ft/Lib/DistExt/InstallData.pyo ${PYSITELIB}/Ft/Lib/DistExt/InstallDocs.py ${PYSITELIB}/Ft/Lib/DistExt/InstallDocs.pyc +${PYSITELIB}/Ft/Lib/DistExt/InstallDocs.pyo ${PYSITELIB}/Ft/Lib/DistExt/InstallLib.py ${PYSITELIB}/Ft/Lib/DistExt/InstallLib.pyc +${PYSITELIB}/Ft/Lib/DistExt/InstallLib.pyo ${PYSITELIB}/Ft/Lib/DistExt/InstallTests.py ${PYSITELIB}/Ft/Lib/DistExt/InstallTests.pyc +${PYSITELIB}/Ft/Lib/DistExt/InstallTests.pyo ${PYSITELIB}/Ft/Lib/DistExt/PackageManager.py ${PYSITELIB}/Ft/Lib/DistExt/PackageManager.pyc +${PYSITELIB}/Ft/Lib/DistExt/PackageManager.pyo ${PYSITELIB}/Ft/Lib/DistExt/SDist.py ${PYSITELIB}/Ft/Lib/DistExt/SDist.pyc +${PYSITELIB}/Ft/Lib/DistExt/SDist.pyo ${PYSITELIB}/Ft/Lib/DistExt/Structures.py ${PYSITELIB}/Ft/Lib/DistExt/Structures.pyc +${PYSITELIB}/Ft/Lib/DistExt/Structures.pyo ${PYSITELIB}/Ft/Lib/DistExt/Tools/__init__.py ${PYSITELIB}/Ft/Lib/DistExt/Tools/__init__.pyc +${PYSITELIB}/Ft/Lib/DistExt/Tools/__init__.pyo ${PYSITELIB}/Ft/Lib/DistExt/Tools/inspect.py ${PYSITELIB}/Ft/Lib/DistExt/Tools/inspect.pyc +${PYSITELIB}/Ft/Lib/DistExt/Tools/inspect.pyo ${PYSITELIB}/Ft/Lib/DistExt/Tools/msgfmt.py ${PYSITELIB}/Ft/Lib/DistExt/Tools/msgfmt.pyc +${PYSITELIB}/Ft/Lib/DistExt/Tools/msgfmt.pyo ${PYSITELIB}/Ft/Lib/DistExt/Tools/pydoc.py ${PYSITELIB}/Ft/Lib/DistExt/Tools/pydoc.pyc +${PYSITELIB}/Ft/Lib/DistExt/Tools/pydoc.pyo ${PYSITELIB}/Ft/Lib/DistExt/Tools/pygettext.py ${PYSITELIB}/Ft/Lib/DistExt/Tools/pygettext.pyc +${PYSITELIB}/Ft/Lib/DistExt/Tools/pygettext.pyo ${PYSITELIB}/Ft/Lib/DistExt/Uninstall.py ${PYSITELIB}/Ft/Lib/DistExt/Uninstall.pyc +${PYSITELIB}/Ft/Lib/DistExt/Uninstall.pyo ${PYSITELIB}/Ft/Lib/DistExt/__init__.py ${PYSITELIB}/Ft/Lib/DistExt/__init__.pyc +${PYSITELIB}/Ft/Lib/DistExt/__init__.pyo ${PYSITELIB}/Ft/Lib/EscapeQuotesc.so ${PYSITELIB}/Ft/Lib/FtWarnings.py ${PYSITELIB}/Ft/Lib/FtWarnings.pyc +${PYSITELIB}/Ft/Lib/FtWarnings.pyo ${PYSITELIB}/Ft/Lib/MessageSource.py ${PYSITELIB}/Ft/Lib/MessageSource.pyc +${PYSITELIB}/Ft/Lib/MessageSource.pyo ${PYSITELIB}/Ft/Lib/ObjectPrint.py ${PYSITELIB}/Ft/Lib/ObjectPrint.pyc +${PYSITELIB}/Ft/Lib/ObjectPrint.pyo ${PYSITELIB}/Ft/Lib/Set.py ${PYSITELIB}/Ft/Lib/Set.pyc +${PYSITELIB}/Ft/Lib/Set.pyo ${PYSITELIB}/Ft/Lib/TestSuite/Errors.py ${PYSITELIB}/Ft/Lib/TestSuite/Errors.pyc +${PYSITELIB}/Ft/Lib/TestSuite/Errors.pyo ${PYSITELIB}/Ft/Lib/TestSuite/TestCoverage.py ${PYSITELIB}/Ft/Lib/TestSuite/TestCoverage.pyc +${PYSITELIB}/Ft/Lib/TestSuite/TestCoverage.pyo ${PYSITELIB}/Ft/Lib/TestSuite/TestFunction.py ${PYSITELIB}/Ft/Lib/TestSuite/TestFunction.pyc +${PYSITELIB}/Ft/Lib/TestSuite/TestFunction.pyo ${PYSITELIB}/Ft/Lib/TestSuite/TestMode.py ${PYSITELIB}/Ft/Lib/TestSuite/TestMode.pyc +${PYSITELIB}/Ft/Lib/TestSuite/TestMode.pyo ${PYSITELIB}/Ft/Lib/TestSuite/TestModule.py ${PYSITELIB}/Ft/Lib/TestSuite/TestModule.pyc +${PYSITELIB}/Ft/Lib/TestSuite/TestModule.pyo ${PYSITELIB}/Ft/Lib/TestSuite/TestObject.py ${PYSITELIB}/Ft/Lib/TestSuite/TestObject.pyc +${PYSITELIB}/Ft/Lib/TestSuite/TestObject.pyo ${PYSITELIB}/Ft/Lib/TestSuite/TestSuite.py ${PYSITELIB}/Ft/Lib/TestSuite/TestSuite.pyc +${PYSITELIB}/Ft/Lib/TestSuite/TestSuite.pyo ${PYSITELIB}/Ft/Lib/TestSuite/Tester.py ${PYSITELIB}/Ft/Lib/TestSuite/Tester.pyc +${PYSITELIB}/Ft/Lib/TestSuite/Tester.pyo ${PYSITELIB}/Ft/Lib/TestSuite/__init__.py ${PYSITELIB}/Ft/Lib/TestSuite/__init__.pyc +${PYSITELIB}/Ft/Lib/TestSuite/__init__.pyo ${PYSITELIB}/Ft/Lib/Time.py ${PYSITELIB}/Ft/Lib/Time.pyc +${PYSITELIB}/Ft/Lib/Time.pyo ${PYSITELIB}/Ft/Lib/Uri.py ${PYSITELIB}/Ft/Lib/Uri.pyc +${PYSITELIB}/Ft/Lib/Uri.pyo ${PYSITELIB}/Ft/Lib/Uuid.py ${PYSITELIB}/Ft/Lib/Uuid.pyc +${PYSITELIB}/Ft/Lib/Uuid.pyo ${PYSITELIB}/Ft/Lib/__init__.py ${PYSITELIB}/Ft/Lib/__init__.pyc +${PYSITELIB}/Ft/Lib/__init__.pyo ${PYSITELIB}/Ft/Lib/__packageInfo__.py ${PYSITELIB}/Ft/Lib/__packageInfo__.pyc +${PYSITELIB}/Ft/Lib/__packageInfo__.pyo ${PYSITELIB}/Ft/Lib/boolean.so ${PYSITELIB}/Ft/Lib/number.so ${PYSITELIB}/Ft/Ods/Collection.py ${PYSITELIB}/Ft/Ods/Collection.pyc +${PYSITELIB}/Ft/Ods/Collection.pyo ${PYSITELIB}/Ft/Ods/Collections/BagBase.py ${PYSITELIB}/Ft/Ods/Collections/BagBase.pyc +${PYSITELIB}/Ft/Ods/Collections/BagBase.pyo ${PYSITELIB}/Ft/Ods/Collections/BidirectionalIterator.py ${PYSITELIB}/Ft/Ods/Collections/BidirectionalIterator.pyc +${PYSITELIB}/Ft/Ods/Collections/BidirectionalIterator.pyo ${PYSITELIB}/Ft/Ods/Collections/CollectionBase.py ${PYSITELIB}/Ft/Ods/Collections/CollectionBase.pyc +${PYSITELIB}/Ft/Ods/Collections/CollectionBase.pyo ${PYSITELIB}/Ft/Ods/Collections/CollectionOfLiterals.py ${PYSITELIB}/Ft/Ods/Collections/CollectionOfLiterals.pyc +${PYSITELIB}/Ft/Ods/Collections/CollectionOfLiterals.pyo ${PYSITELIB}/Ft/Ods/Collections/CollectionOfPersistentObjects.py ${PYSITELIB}/Ft/Ods/Collections/CollectionOfPersistentObjects.pyc +${PYSITELIB}/Ft/Ods/Collections/CollectionOfPersistentObjects.pyo ${PYSITELIB}/Ft/Ods/Collections/CollectionOfValues.py ${PYSITELIB}/Ft/Ods/Collections/CollectionOfValues.pyc +${PYSITELIB}/Ft/Ods/Collections/CollectionOfValues.pyo ${PYSITELIB}/Ft/Ods/Collections/DictionaryBase.py ${PYSITELIB}/Ft/Ods/Collections/DictionaryBase.pyc +${PYSITELIB}/Ft/Ods/Collections/DictionaryBase.pyo ${PYSITELIB}/Ft/Ods/Collections/DictionaryLiteralKeyMixin.py ${PYSITELIB}/Ft/Ods/Collections/DictionaryLiteralKeyMixin.pyc +${PYSITELIB}/Ft/Ods/Collections/DictionaryLiteralKeyMixin.pyo ${PYSITELIB}/Ft/Ods/Collections/DictionaryLiteralValueMixin.py ${PYSITELIB}/Ft/Ods/Collections/DictionaryLiteralValueMixin.pyc +${PYSITELIB}/Ft/Ods/Collections/DictionaryLiteralValueMixin.pyo ${PYSITELIB}/Ft/Ods/Collections/DictionaryObjectKeyMixin.py ${PYSITELIB}/Ft/Ods/Collections/DictionaryObjectKeyMixin.pyc +${PYSITELIB}/Ft/Ods/Collections/DictionaryObjectKeyMixin.pyo ${PYSITELIB}/Ft/Ods/Collections/DictionaryObjectValueMixin.py ${PYSITELIB}/Ft/Ods/Collections/DictionaryObjectValueMixin.pyc +${PYSITELIB}/Ft/Ods/Collections/DictionaryObjectValueMixin.pyo ${PYSITELIB}/Ft/Ods/Collections/DictionaryValueKeyMixin.py ${PYSITELIB}/Ft/Ods/Collections/DictionaryValueKeyMixin.pyc +${PYSITELIB}/Ft/Ods/Collections/DictionaryValueKeyMixin.pyo ${PYSITELIB}/Ft/Ods/Collections/DictionaryValueValueMixin.py ${PYSITELIB}/Ft/Ods/Collections/DictionaryValueValueMixin.pyc +${PYSITELIB}/Ft/Ods/Collections/DictionaryValueValueMixin.pyo ${PYSITELIB}/Ft/Ods/Collections/Iterator.py ${PYSITELIB}/Ft/Ods/Collections/Iterator.pyc +${PYSITELIB}/Ft/Ods/Collections/Iterator.pyo ${PYSITELIB}/Ft/Ods/Collections/ListBase.py ${PYSITELIB}/Ft/Ods/Collections/ListBase.pyc +${PYSITELIB}/Ft/Ods/Collections/ListBase.pyo ${PYSITELIB}/Ft/Ods/Collections/SetBase.py ${PYSITELIB}/Ft/Ods/Collections/SetBase.pyc +${PYSITELIB}/Ft/Ods/Collections/SetBase.pyo ${PYSITELIB}/Ft/Ods/Collections/__init__.py ${PYSITELIB}/Ft/Ods/Collections/__init__.pyc +${PYSITELIB}/Ft/Ods/Collections/__init__.pyo ${PYSITELIB}/Ft/Ods/Database.py ${PYSITELIB}/Ft/Ods/Database.pyc +${PYSITELIB}/Ft/Ods/Database.pyo ${PYSITELIB}/Ft/Ods/Date.py ${PYSITELIB}/Ft/Ods/Date.pyc +${PYSITELIB}/Ft/Ods/Date.pyo ${PYSITELIB}/Ft/Ods/DateFactory.py ${PYSITELIB}/Ft/Ods/DateFactory.pyc +${PYSITELIB}/Ft/Ods/DateFactory.pyo ${PYSITELIB}/Ft/Ods/Dictionary.py ${PYSITELIB}/Ft/Ods/Dictionary.pyc +${PYSITELIB}/Ft/Ods/Dictionary.pyo ${PYSITELIB}/Ft/Ods/Enumeration.py ${PYSITELIB}/Ft/Ods/Enumeration.pyc +${PYSITELIB}/Ft/Ods/Enumeration.pyo ${PYSITELIB}/Ft/Ods/Exception.py ${PYSITELIB}/Ft/Ods/Exception.pyc +${PYSITELIB}/Ft/Ods/Exception.pyo ${PYSITELIB}/Ft/Ods/FixedString.py ${PYSITELIB}/Ft/Ods/FixedString.pyc +${PYSITELIB}/Ft/Ods/FixedString.pyo ${PYSITELIB}/Ft/Ods/Interval.py ${PYSITELIB}/Ft/Ods/Interval.pyc +${PYSITELIB}/Ft/Ods/Interval.pyo ${PYSITELIB}/Ft/Ods/Literal.py ${PYSITELIB}/Ft/Ods/Literal.pyc +${PYSITELIB}/Ft/Ods/Literal.pyo ${PYSITELIB}/Ft/Ods/LocalThreading.py ${PYSITELIB}/Ft/Ods/LocalThreading.pyc +${PYSITELIB}/Ft/Ods/LocalThreading.pyo ${PYSITELIB}/Ft/Ods/MessageSource.py ${PYSITELIB}/Ft/Ods/MessageSource.pyc +${PYSITELIB}/Ft/Ods/MessageSource.pyo ${PYSITELIB}/Ft/Ods/MetaData/Attribute.py ${PYSITELIB}/Ft/Ods/MetaData/Attribute.pyc +${PYSITELIB}/Ft/Ods/MetaData/Attribute.pyo ${PYSITELIB}/Ft/Ods/MetaData/Cardinality.py ${PYSITELIB}/Ft/Ods/MetaData/Cardinality.pyc +${PYSITELIB}/Ft/Ods/MetaData/Cardinality.pyo ${PYSITELIB}/Ft/Ods/MetaData/Class.py ${PYSITELIB}/Ft/Ods/MetaData/Class.pyc +${PYSITELIB}/Ft/Ods/MetaData/Class.pyo ${PYSITELIB}/Ft/Ods/MetaData/Collection.py ${PYSITELIB}/Ft/Ods/MetaData/Collection.pyc +${PYSITELIB}/Ft/Ods/MetaData/Collection.pyo ${PYSITELIB}/Ft/Ods/MetaData/CollectionKind.py ${PYSITELIB}/Ft/Ods/MetaData/CollectionKind.pyc +${PYSITELIB}/Ft/Ods/MetaData/CollectionKind.pyo ${PYSITELIB}/Ft/Ods/MetaData/ConstOperand.py ${PYSITELIB}/Ft/Ods/MetaData/ConstOperand.pyc +${PYSITELIB}/Ft/Ods/MetaData/ConstOperand.pyo ${PYSITELIB}/Ft/Ods/MetaData/Constant.py ${PYSITELIB}/Ft/Ods/MetaData/Constant.pyc +${PYSITELIB}/Ft/Ods/MetaData/Constant.pyo ${PYSITELIB}/Ft/Ods/MetaData/DefiningScope.py ${PYSITELIB}/Ft/Ods/MetaData/DefiningScope.pyc +${PYSITELIB}/Ft/Ods/MetaData/DefiningScope.pyo ${PYSITELIB}/Ft/Ods/MetaData/Dictionary.py ${PYSITELIB}/Ft/Ods/MetaData/Dictionary.pyc +${PYSITELIB}/Ft/Ods/MetaData/Dictionary.pyo ${PYSITELIB}/Ft/Ods/MetaData/Direction.py ${PYSITELIB}/Ft/Ods/MetaData/Direction.pyc +${PYSITELIB}/Ft/Ods/MetaData/Direction.pyo ${PYSITELIB}/Ft/Ods/MetaData/Enumeration.py ${PYSITELIB}/Ft/Ods/MetaData/Enumeration.pyc +${PYSITELIB}/Ft/Ods/MetaData/Enumeration.pyo ${PYSITELIB}/Ft/Ods/MetaData/Exception.py ${PYSITELIB}/Ft/Ods/MetaData/Exception.pyc +${PYSITELIB}/Ft/Ods/MetaData/Exception.pyo ${PYSITELIB}/Ft/Ods/MetaData/Expression.py ${PYSITELIB}/Ft/Ods/MetaData/Expression.pyc +${PYSITELIB}/Ft/Ods/MetaData/Expression.pyo ${PYSITELIB}/Ft/Ods/MetaData/Interface.py ${PYSITELIB}/Ft/Ods/MetaData/Interface.pyc +${PYSITELIB}/Ft/Ods/MetaData/Interface.pyo ${PYSITELIB}/Ft/Ods/MetaData/Literal.py ${PYSITELIB}/Ft/Ods/MetaData/Literal.pyc +${PYSITELIB}/Ft/Ods/MetaData/Literal.pyo ${PYSITELIB}/Ft/Ods/MetaData/Member.py ${PYSITELIB}/Ft/Ods/MetaData/Member.pyc +${PYSITELIB}/Ft/Ods/MetaData/Member.pyo ${PYSITELIB}/Ft/Ods/MetaData/MetaKind.py ${PYSITELIB}/Ft/Ods/MetaData/MetaKind.pyc +${PYSITELIB}/Ft/Ods/MetaData/MetaKind.pyo ${PYSITELIB}/Ft/Ods/MetaData/MetaObject.py ${PYSITELIB}/Ft/Ods/MetaData/MetaObject.pyc +${PYSITELIB}/Ft/Ods/MetaData/MetaObject.pyo ${PYSITELIB}/Ft/Ods/MetaData/Module.py ${PYSITELIB}/Ft/Ods/MetaData/Module.pyc +${PYSITELIB}/Ft/Ods/MetaData/Module.pyo ${PYSITELIB}/Ft/Ods/MetaData/Operand.py ${PYSITELIB}/Ft/Ods/MetaData/Operand.pyc +${PYSITELIB}/Ft/Ods/MetaData/Operand.pyo ${PYSITELIB}/Ft/Ods/MetaData/Operation.py ${PYSITELIB}/Ft/Ods/MetaData/Operation.pyc +${PYSITELIB}/Ft/Ods/MetaData/Operation.pyo ${PYSITELIB}/Ft/Ods/MetaData/Parameter.py ${PYSITELIB}/Ft/Ods/MetaData/Parameter.pyc +${PYSITELIB}/Ft/Ods/MetaData/Parameter.pyo ${PYSITELIB}/Ft/Ods/MetaData/PrimitiveKind.py ${PYSITELIB}/Ft/Ods/MetaData/PrimitiveKind.pyc +${PYSITELIB}/Ft/Ods/MetaData/PrimitiveKind.pyo ${PYSITELIB}/Ft/Ods/MetaData/PrimitiveType.py ${PYSITELIB}/Ft/Ods/MetaData/PrimitiveType.pyc +${PYSITELIB}/Ft/Ods/MetaData/PrimitiveType.pyo ${PYSITELIB}/Ft/Ods/MetaData/Property.py ${PYSITELIB}/Ft/Ods/MetaData/Property.pyc +${PYSITELIB}/Ft/Ods/MetaData/Property.pyo ${PYSITELIB}/Ft/Ods/MetaData/Relationship.py ${PYSITELIB}/Ft/Ods/MetaData/Relationship.pyc +${PYSITELIB}/Ft/Ods/MetaData/Relationship.pyo ${PYSITELIB}/Ft/Ods/MetaData/Repository.py ${PYSITELIB}/Ft/Ods/MetaData/Repository.pyc +${PYSITELIB}/Ft/Ods/MetaData/Repository.pyo ${PYSITELIB}/Ft/Ods/MetaData/RepositoryObject.py ${PYSITELIB}/Ft/Ods/MetaData/RepositoryObject.pyc +${PYSITELIB}/Ft/Ods/MetaData/RepositoryObject.pyo ${PYSITELIB}/Ft/Ods/MetaData/Scope.py ${PYSITELIB}/Ft/Ods/MetaData/Scope.pyc +${PYSITELIB}/Ft/Ods/MetaData/Scope.pyo ${PYSITELIB}/Ft/Ods/MetaData/ScopedType.py ${PYSITELIB}/Ft/Ods/MetaData/ScopedType.pyc +${PYSITELIB}/Ft/Ods/MetaData/ScopedType.pyo ${PYSITELIB}/Ft/Ods/MetaData/Specifier.py ${PYSITELIB}/Ft/Ods/MetaData/Specifier.pyc +${PYSITELIB}/Ft/Ods/MetaData/Specifier.pyo ${PYSITELIB}/Ft/Ods/MetaData/Structure.py ${PYSITELIB}/Ft/Ods/MetaData/Structure.pyc +${PYSITELIB}/Ft/Ods/MetaData/Structure.pyo ${PYSITELIB}/Ft/Ods/MetaData/Type.py ${PYSITELIB}/Ft/Ods/MetaData/Type.pyc +${PYSITELIB}/Ft/Ods/MetaData/Type.pyo ${PYSITELIB}/Ft/Ods/MetaData/TypeDefinition.py ${PYSITELIB}/Ft/Ods/MetaData/TypeDefinition.pyc +${PYSITELIB}/Ft/Ods/MetaData/TypeDefinition.pyo ${PYSITELIB}/Ft/Ods/MetaData/Union.py ${PYSITELIB}/Ft/Ods/MetaData/Union.pyc +${PYSITELIB}/Ft/Ods/MetaData/Union.pyo ${PYSITELIB}/Ft/Ods/MetaData/UnionCase.py ${PYSITELIB}/Ft/Ods/MetaData/UnionCase.pyc +${PYSITELIB}/Ft/Ods/MetaData/UnionCase.pyo ${PYSITELIB}/Ft/Ods/MetaData/__init__.py ${PYSITELIB}/Ft/Ods/MetaData/__init__.pyc +${PYSITELIB}/Ft/Ods/MetaData/__init__.pyo ${PYSITELIB}/Ft/Ods/Object.py ${PYSITELIB}/Ft/Ods/Object.pyc +${PYSITELIB}/Ft/Ods/Object.pyo ${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateCollection.py ${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateCollection.pyc +${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateCollection.pyo ${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateConstant.py ${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateConstant.pyc +${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateConstant.pyo ${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateEnumeration.py ${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateEnumeration.pyc +${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateEnumeration.pyo ${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateException.py ${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateException.pyc +${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateException.pyo ${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateInterface.py ${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateInterface.pyc +${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateInterface.pyo ${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateModule.py ${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateModule.pyc +${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateModule.pyo ${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateRepository.py ${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateRepository.pyc +${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateRepository.pyo ${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateStructure.py ${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateStructure.pyc +${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateStructure.pyo ${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateType.py ${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateType.pyc +${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateType.pyo ${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateUnion.py ${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateUnion.pyc +${PYSITELIB}/Ft/Ods/Parsers/Odl/GenerateUnion.pyo ${PYSITELIB}/Ft/Ods/Parsers/Odl/IfExpr.py ${PYSITELIB}/Ft/Ods/Parsers/Odl/IfExpr.pyc +${PYSITELIB}/Ft/Ods/Parsers/Odl/IfExpr.pyo ${PYSITELIB}/Ft/Ods/Parsers/Odl/OdlParser.py ${PYSITELIB}/Ft/Ods/Parsers/Odl/OdlParser.pyc +${PYSITELIB}/Ft/Ods/Parsers/Odl/OdlParser.pyo ${PYSITELIB}/Ft/Ods/Parsers/Odl/OdlUtil.py ${PYSITELIB}/Ft/Ods/Parsers/Odl/OdlUtil.pyc +${PYSITELIB}/Ft/Ods/Parsers/Odl/OdlUtil.pyo ${PYSITELIB}/Ft/Ods/Parsers/Odl/PostProcessor.py ${PYSITELIB}/Ft/Ods/Parsers/Odl/PostProcessor.pyc +${PYSITELIB}/Ft/Ods/Parsers/Odl/PostProcessor.pyo ${PYSITELIB}/Ft/Ods/Parsers/Odl/PreProcessor.py ${PYSITELIB}/Ft/Ods/Parsers/Odl/PreProcessor.pyc +${PYSITELIB}/Ft/Ods/Parsers/Odl/PreProcessor.pyo ${PYSITELIB}/Ft/Ods/Parsers/Odl/Processor.py ${PYSITELIB}/Ft/Ods/Parsers/Odl/Processor.pyc +${PYSITELIB}/Ft/Ods/Parsers/Odl/Processor.pyo ${PYSITELIB}/Ft/Ods/Parsers/Odl/Register.py ${PYSITELIB}/Ft/Ods/Parsers/Odl/Register.pyc +${PYSITELIB}/Ft/Ods/Parsers/Odl/Register.pyo ${PYSITELIB}/Ft/Ods/Parsers/Odl/Templates.py ${PYSITELIB}/Ft/Ods/Parsers/Odl/Templates.pyc +${PYSITELIB}/Ft/Ods/Parsers/Odl/Templates.pyo ${PYSITELIB}/Ft/Ods/Parsers/Odl/__init__.py ${PYSITELIB}/Ft/Ods/Parsers/Odl/__init__.pyc +${PYSITELIB}/Ft/Ods/Parsers/Odl/__init__.pyo ${PYSITELIB}/Ft/Ods/Parsers/Oif/OifParser.py ${PYSITELIB}/Ft/Ods/Parsers/Oif/OifParser.pyc +${PYSITELIB}/Ft/Ods/Parsers/Oif/OifParser.pyo ${PYSITELIB}/Ft/Ods/Parsers/Oif/__init__.py ${PYSITELIB}/Ft/Ods/Parsers/Oif/__init__.pyc +${PYSITELIB}/Ft/Ods/Parsers/Oif/__init__.pyo ${PYSITELIB}/Ft/Ods/Parsers/Oql/OqlParser.py ${PYSITELIB}/Ft/Ods/Parsers/Oql/OqlParser.pyc +${PYSITELIB}/Ft/Ods/Parsers/Oql/OqlParser.pyo ${PYSITELIB}/Ft/Ods/Parsers/Oql/OqlParserc.so ${PYSITELIB}/Ft/Ods/Parsers/Oql/__init__.py ${PYSITELIB}/Ft/Ods/Parsers/Oql/__init__.pyc +${PYSITELIB}/Ft/Ods/Parsers/Oql/__init__.pyo ${PYSITELIB}/Ft/Ods/Parsers/__init__.py ${PYSITELIB}/Ft/Ods/Parsers/__init__.pyc +${PYSITELIB}/Ft/Ods/Parsers/__init__.pyo ${PYSITELIB}/Ft/Ods/PersistentObject.py ${PYSITELIB}/Ft/Ods/PersistentObject.pyc +${PYSITELIB}/Ft/Ods/PersistentObject.pyo ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/ClassCache.py ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/ClassCache.pyc +${PYSITELIB}/Ft/Ods/StorageManager/Adapters/ClassCache.pyo ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Constants.py ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Constants.pyc +${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Constants.pyo ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Dbm/DAdapter.py ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Dbm/DAdapter.pyc +${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Dbm/DAdapter.pyo ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Dbm/DManager.py ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Dbm/DManager.pyc +${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Dbm/DManager.pyo ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Dbm/DbmDatabase.py ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Dbm/DbmDatabase.pyc +${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Dbm/DbmDatabase.pyo ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Dbm/__init__.py ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Dbm/__init__.pyc +${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Dbm/__init__.pyo ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Manager.py ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Manager.pyc +${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Manager.pyo ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Oracle/Adapter.py ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Oracle/Adapter.pyc +${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Oracle/Adapter.pyo ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Oracle/Manager.py ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Oracle/Manager.pyc +${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Oracle/Manager.pyo ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Oracle/OracleStatements.py ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Oracle/OracleStatements.pyc +${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Oracle/OracleStatements.pyo ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Oracle/__init__.py ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Oracle/__init__.pyc +${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Oracle/__init__.pyo ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Postgres/PAdapter.py ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Postgres/PAdapter.pyc +${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Postgres/PAdapter.pyo ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Postgres/PManager.py ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Postgres/PManager.pyc +${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Postgres/PManager.pyo ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Postgres/PostgresStatements.py ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Postgres/PostgresStatements.pyc +${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Postgres/PostgresStatements.pyo ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Postgres/__init__.py ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Postgres/__init__.pyc +${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Postgres/__init__.pyo ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Sql/CompiliedStatement.py ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Sql/CompiliedStatement.pyc +${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Sql/CompiliedStatement.pyo ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Sql/SAdapter.py ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Sql/SAdapter.pyc +${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Sql/SAdapter.pyo ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Sql/SManager.py ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Sql/SManager.pyc +${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Sql/SManager.pyo ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Sql/__init__.py ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Sql/__init__.pyc +${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Sql/__init__.pyo ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Util.py ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Util.pyc +${PYSITELIB}/Ft/Ods/StorageManager/Adapters/Util.pyo ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/__init__.py ${PYSITELIB}/Ft/Ods/StorageManager/Adapters/__init__.pyc +${PYSITELIB}/Ft/Ods/StorageManager/Adapters/__init__.pyo ${PYSITELIB}/Ft/Ods/StorageManager/Extent.py ${PYSITELIB}/Ft/Ods/StorageManager/Extent.pyc +${PYSITELIB}/Ft/Ods/StorageManager/Extent.pyo ${PYSITELIB}/Ft/Ods/StorageManager/GlobalCache.py ${PYSITELIB}/Ft/Ods/StorageManager/GlobalCache.pyc +${PYSITELIB}/Ft/Ods/StorageManager/GlobalCache.pyo ${PYSITELIB}/Ft/Ods/StorageManager/OifAdapter.py ${PYSITELIB}/Ft/Ods/StorageManager/OifAdapter.pyc +${PYSITELIB}/Ft/Ods/StorageManager/OifAdapter.pyo ${PYSITELIB}/Ft/Ods/StorageManager/QueryAdapter.py ${PYSITELIB}/Ft/Ods/StorageManager/QueryAdapter.pyc +${PYSITELIB}/Ft/Ods/StorageManager/QueryAdapter.pyo ${PYSITELIB}/Ft/Ods/StorageManager/__init__.py ${PYSITELIB}/Ft/Ods/StorageManager/__init__.pyc +${PYSITELIB}/Ft/Ods/StorageManager/__init__.pyo ${PYSITELIB}/Ft/Ods/Structure.py ${PYSITELIB}/Ft/Ods/Structure.pyc +${PYSITELIB}/Ft/Ods/Structure.pyo ${PYSITELIB}/Ft/Ods/TimeFactory.py ${PYSITELIB}/Ft/Ods/TimeFactory.pyc +${PYSITELIB}/Ft/Ods/TimeFactory.pyo ${PYSITELIB}/Ft/Ods/TimeImp.py ${PYSITELIB}/Ft/Ods/TimeImp.pyc +${PYSITELIB}/Ft/Ods/TimeImp.pyo ${PYSITELIB}/Ft/Ods/TimeStamp.py ${PYSITELIB}/Ft/Ods/TimeStamp.pyc +${PYSITELIB}/Ft/Ods/TimeStamp.pyo ${PYSITELIB}/Ft/Ods/TimeStampFactory.py ${PYSITELIB}/Ft/Ods/TimeStampFactory.pyc +${PYSITELIB}/Ft/Ods/TimeStampFactory.pyo ${PYSITELIB}/Ft/Ods/Tools/InitOdsDatabase.py ${PYSITELIB}/Ft/Ods/Tools/InitOdsDatabase.pyc +${PYSITELIB}/Ft/Ods/Tools/InitOdsDatabase.pyo ${PYSITELIB}/Ft/Ods/Tools/_4odb.py ${PYSITELIB}/Ft/Ods/Tools/_4odb.pyc +${PYSITELIB}/Ft/Ods/Tools/_4odb.pyo ${PYSITELIB}/Ft/Ods/Tools/__init__.py ${PYSITELIB}/Ft/Ods/Tools/__init__.pyc +${PYSITELIB}/Ft/Ods/Tools/__init__.pyo ${PYSITELIB}/Ft/Ods/Tools/clean.py ${PYSITELIB}/Ft/Ods/Tools/clean.pyc +${PYSITELIB}/Ft/Ods/Tools/clean.pyo ${PYSITELIB}/Ft/Ods/Tools/clear.py ${PYSITELIB}/Ft/Ods/Tools/clear.pyc +${PYSITELIB}/Ft/Ods/Tools/clear.pyo ${PYSITELIB}/Ft/Ods/Tools/create.py ${PYSITELIB}/Ft/Ods/Tools/create.pyc +${PYSITELIB}/Ft/Ods/Tools/create.pyo ${PYSITELIB}/Ft/Ods/Tools/destroy.py ${PYSITELIB}/Ft/Ods/Tools/destroy.pyc +${PYSITELIB}/Ft/Ods/Tools/destroy.pyo ${PYSITELIB}/Ft/Ods/Tools/dig.py ${PYSITELIB}/Ft/Ods/Tools/dig.pyc +${PYSITELIB}/Ft/Ods/Tools/dig.pyo ${PYSITELIB}/Ft/Ods/Tools/grant.py ${PYSITELIB}/Ft/Ods/Tools/grant.pyc +${PYSITELIB}/Ft/Ods/Tools/grant.pyo ${PYSITELIB}/Ft/Ods/Tools/init.py ${PYSITELIB}/Ft/Ods/Tools/init.pyc +${PYSITELIB}/Ft/Ods/Tools/init.pyo ${PYSITELIB}/Ft/Ods/Tools/metadig.py ${PYSITELIB}/Ft/Ods/Tools/metadig.pyc +${PYSITELIB}/Ft/Ods/Tools/metadig.pyo ${PYSITELIB}/Ft/Ods/Tools/odmsdump.py ${PYSITELIB}/Ft/Ods/Tools/odmsdump.pyc +${PYSITELIB}/Ft/Ods/Tools/odmsdump.pyo ${PYSITELIB}/Ft/Ods/Tools/odmsload.py ${PYSITELIB}/Ft/Ods/Tools/odmsload.pyc +${PYSITELIB}/Ft/Ods/Tools/odmsload.pyo ${PYSITELIB}/Ft/Ods/Tools/register.py ${PYSITELIB}/Ft/Ods/Tools/register.pyc +${PYSITELIB}/Ft/Ods/Tools/register.pyo ${PYSITELIB}/Ft/Ods/Transaction.py ${PYSITELIB}/Ft/Ods/Transaction.pyc +${PYSITELIB}/Ft/Ods/Transaction.pyo ${PYSITELIB}/Ft/Ods/Union.py ${PYSITELIB}/Ft/Ods/Union.pyc +${PYSITELIB}/Ft/Ods/Union.pyo ${PYSITELIB}/Ft/Ods/__init__.py ${PYSITELIB}/Ft/Ods/__init__.pyc +${PYSITELIB}/Ft/Ods/__init__.pyo ${PYSITELIB}/Ft/Ods/__packageInfo__.py ${PYSITELIB}/Ft/Ods/__packageInfo__.pyc +${PYSITELIB}/Ft/Ods/__packageInfo__.pyo ${PYSITELIB}/Ft/Ods/__version__.py ${PYSITELIB}/Ft/Ods/__version__.pyc +${PYSITELIB}/Ft/Ods/__version__.pyo ${PYSITELIB}/Ft/Rdf/Container.py ${PYSITELIB}/Ft/Rdf/Container.pyc +${PYSITELIB}/Ft/Rdf/Container.pyo ${PYSITELIB}/Ft/Rdf/Drivers/DataBaseExceptions.py ${PYSITELIB}/Ft/Rdf/Drivers/DataBaseExceptions.pyc +${PYSITELIB}/Ft/Rdf/Drivers/DataBaseExceptions.pyo ${PYSITELIB}/Ft/Rdf/Drivers/Dbm.py ${PYSITELIB}/Ft/Rdf/Drivers/Dbm.pyc +${PYSITELIB}/Ft/Rdf/Drivers/Dbm.pyo ${PYSITELIB}/Ft/Rdf/Drivers/Memory.py ${PYSITELIB}/Ft/Rdf/Drivers/Memory.pyc +${PYSITELIB}/Ft/Rdf/Drivers/Memory.pyo ${PYSITELIB}/Ft/Rdf/Drivers/Odbc.py ${PYSITELIB}/Ft/Rdf/Drivers/Odbc.pyc +${PYSITELIB}/Ft/Rdf/Drivers/Odbc.pyo ${PYSITELIB}/Ft/Rdf/Drivers/Oracle.py ${PYSITELIB}/Ft/Rdf/Drivers/Oracle.pyc +${PYSITELIB}/Ft/Rdf/Drivers/Oracle.pyo ${PYSITELIB}/Ft/Rdf/Drivers/Postgres.py ${PYSITELIB}/Ft/Rdf/Drivers/Postgres.pyc +${PYSITELIB}/Ft/Rdf/Drivers/Postgres.pyo ${PYSITELIB}/Ft/Rdf/Drivers/Psyco.py ${PYSITELIB}/Ft/Rdf/Drivers/Psyco.pyc +${PYSITELIB}/Ft/Rdf/Drivers/Psyco.pyo ${PYSITELIB}/Ft/Rdf/Drivers/SQL.py ${PYSITELIB}/Ft/Rdf/Drivers/SQL.pyc +${PYSITELIB}/Ft/Rdf/Drivers/SQL.pyo ${PYSITELIB}/Ft/Rdf/Drivers/__init__.py ${PYSITELIB}/Ft/Rdf/Drivers/__init__.pyc +${PYSITELIB}/Ft/Rdf/Drivers/__init__.pyo ${PYSITELIB}/Ft/Rdf/Inference/Action.py ${PYSITELIB}/Ft/Rdf/Inference/Action.pyc +${PYSITELIB}/Ft/Rdf/Inference/Action.pyo ${PYSITELIB}/Ft/Rdf/Inference/Assert.py ${PYSITELIB}/Ft/Rdf/Inference/Assert.pyc +${PYSITELIB}/Ft/Rdf/Inference/Assert.pyo ${PYSITELIB}/Ft/Rdf/Inference/Command.py ${PYSITELIB}/Ft/Rdf/Inference/Command.pyc +${PYSITELIB}/Ft/Rdf/Inference/Command.pyo ${PYSITELIB}/Ft/Rdf/Inference/Common.py ${PYSITELIB}/Ft/Rdf/Inference/Common.pyc +${PYSITELIB}/Ft/Rdf/Inference/Common.pyo ${PYSITELIB}/Ft/Rdf/Inference/InferenceEngine.py ${PYSITELIB}/Ft/Rdf/Inference/InferenceEngine.pyc +${PYSITELIB}/Ft/Rdf/Inference/InferenceEngine.pyo ${PYSITELIB}/Ft/Rdf/Inference/Predicate.py ${PYSITELIB}/Ft/Rdf/Inference/Predicate.pyc +${PYSITELIB}/Ft/Rdf/Inference/Predicate.pyo ${PYSITELIB}/Ft/Rdf/Inference/Query.py ${PYSITELIB}/Ft/Rdf/Inference/Query.pyc +${PYSITELIB}/Ft/Rdf/Inference/Query.pyo ${PYSITELIB}/Ft/Rdf/Inference/Rule.py ${PYSITELIB}/Ft/Rdf/Inference/Rule.pyc +${PYSITELIB}/Ft/Rdf/Inference/Rule.pyo ${PYSITELIB}/Ft/Rdf/Inference/__init__.py ${PYSITELIB}/Ft/Rdf/Inference/__init__.pyc +${PYSITELIB}/Ft/Rdf/Inference/__init__.pyo ${PYSITELIB}/Ft/Rdf/MessageSource.py ${PYSITELIB}/Ft/Rdf/MessageSource.pyc +${PYSITELIB}/Ft/Rdf/MessageSource.pyo ${PYSITELIB}/Ft/Rdf/Model.py ${PYSITELIB}/Ft/Rdf/Model.pyc +${PYSITELIB}/Ft/Rdf/Model.pyo ${PYSITELIB}/Ft/Rdf/Parsers/Versa/BooleanExpressions.py ${PYSITELIB}/Ft/Rdf/Parsers/Versa/BooleanExpressions.pyc +${PYSITELIB}/Ft/Rdf/Parsers/Versa/BooleanExpressions.pyo ${PYSITELIB}/Ft/Rdf/Parsers/Versa/Context.py ${PYSITELIB}/Ft/Rdf/Parsers/Versa/Context.pyc +${PYSITELIB}/Ft/Rdf/Parsers/Versa/Context.pyo ${PYSITELIB}/Ft/Rdf/Parsers/Versa/CoreFunctions.py ${PYSITELIB}/Ft/Rdf/Parsers/Versa/CoreFunctions.pyc +${PYSITELIB}/Ft/Rdf/Parsers/Versa/CoreFunctions.pyo ${PYSITELIB}/Ft/Rdf/Parsers/Versa/DataTypes.py ${PYSITELIB}/Ft/Rdf/Parsers/Versa/DataTypes.pyc +${PYSITELIB}/Ft/Rdf/Parsers/Versa/DataTypes.pyo ${PYSITELIB}/Ft/Rdf/Parsers/Versa/Literals.py ${PYSITELIB}/Ft/Rdf/Parsers/Versa/Literals.pyc +${PYSITELIB}/Ft/Rdf/Parsers/Versa/Literals.pyo ${PYSITELIB}/Ft/Rdf/Parsers/Versa/NamedExpressions.py ${PYSITELIB}/Ft/Rdf/Parsers/Versa/NamedExpressions.pyc +${PYSITELIB}/Ft/Rdf/Parsers/Versa/NamedExpressions.pyo ${PYSITELIB}/Ft/Rdf/Parsers/Versa/Optimizer.py ${PYSITELIB}/Ft/Rdf/Parsers/Versa/Optimizer.pyc +${PYSITELIB}/Ft/Rdf/Parsers/Versa/Optimizer.pyo ${PYSITELIB}/Ft/Rdf/Parsers/Versa/ResourceExpressions.py ${PYSITELIB}/Ft/Rdf/Parsers/Versa/ResourceExpressions.pyc +${PYSITELIB}/Ft/Rdf/Parsers/Versa/ResourceExpressions.pyo ${PYSITELIB}/Ft/Rdf/Parsers/Versa/Traversal.py ${PYSITELIB}/Ft/Rdf/Parsers/Versa/Traversal.pyc +${PYSITELIB}/Ft/Rdf/Parsers/Versa/Traversal.pyo ${PYSITELIB}/Ft/Rdf/Parsers/Versa/Util.py ${PYSITELIB}/Ft/Rdf/Parsers/Versa/Util.pyc +${PYSITELIB}/Ft/Rdf/Parsers/Versa/Util.pyo ${PYSITELIB}/Ft/Rdf/Parsers/Versa/Variables.py ${PYSITELIB}/Ft/Rdf/Parsers/Versa/Variables.pyc +${PYSITELIB}/Ft/Rdf/Parsers/Versa/Variables.pyo ${PYSITELIB}/Ft/Rdf/Parsers/Versa/VersaParser.py ${PYSITELIB}/Ft/Rdf/Parsers/Versa/VersaParser.pyc +${PYSITELIB}/Ft/Rdf/Parsers/Versa/VersaParser.pyo ${PYSITELIB}/Ft/Rdf/Parsers/Versa/VersaParserc.so ${PYSITELIB}/Ft/Rdf/Parsers/Versa/__init__.py ${PYSITELIB}/Ft/Rdf/Parsers/Versa/__init__.pyc +${PYSITELIB}/Ft/Rdf/Parsers/Versa/__init__.pyo ${PYSITELIB}/Ft/Rdf/Parsers/__init__.py ${PYSITELIB}/Ft/Rdf/Parsers/__init__.pyc +${PYSITELIB}/Ft/Rdf/Parsers/__init__.pyo ${PYSITELIB}/Ft/Rdf/RdfsHandler.py ${PYSITELIB}/Ft/Rdf/RdfsHandler.pyc +${PYSITELIB}/Ft/Rdf/RdfsHandler.pyo ${PYSITELIB}/Ft/Rdf/Resource.py ${PYSITELIB}/Ft/Rdf/Resource.pyc +${PYSITELIB}/Ft/Rdf/Resource.pyo ${PYSITELIB}/Ft/Rdf/ResourceDict.py ${PYSITELIB}/Ft/Rdf/ResourceDict.pyc +${PYSITELIB}/Ft/Rdf/ResourceDict.pyo ${PYSITELIB}/Ft/Rdf/Serializers/Dom.py ${PYSITELIB}/Ft/Rdf/Serializers/Dom.pyc +${PYSITELIB}/Ft/Rdf/Serializers/Dom.pyo ${PYSITELIB}/Ft/Rdf/Serializers/__init__.py ${PYSITELIB}/Ft/Rdf/Serializers/__init__.pyc +${PYSITELIB}/Ft/Rdf/Serializers/__init__.pyo ${PYSITELIB}/Ft/Rdf/Statement.py ${PYSITELIB}/Ft/Rdf/Statement.pyc +${PYSITELIB}/Ft/Rdf/Statement.pyo ${PYSITELIB}/Ft/Rdf/Triclops.py ${PYSITELIB}/Ft/Rdf/Triclops.pyc +${PYSITELIB}/Ft/Rdf/Triclops.pyo ${PYSITELIB}/Ft/Rdf/Util.py ${PYSITELIB}/Ft/Rdf/Util.pyc +${PYSITELIB}/Ft/Rdf/Util.pyo ${PYSITELIB}/Ft/Rdf/_4rdf.py ${PYSITELIB}/Ft/Rdf/_4rdf.pyc +${PYSITELIB}/Ft/Rdf/_4rdf.pyo ${PYSITELIB}/Ft/Rdf/_4versa.py ${PYSITELIB}/Ft/Rdf/_4versa.pyc +${PYSITELIB}/Ft/Rdf/_4versa.pyo ${PYSITELIB}/Ft/Rdf/__init__.py ${PYSITELIB}/Ft/Rdf/__init__.pyc +${PYSITELIB}/Ft/Rdf/__init__.pyo ${PYSITELIB}/Ft/Rdf/__packageInfo__.py ${PYSITELIB}/Ft/Rdf/__packageInfo__.pyc +${PYSITELIB}/Ft/Rdf/__packageInfo__.pyo ${PYSITELIB}/Ft/Rdf/__version__.py ${PYSITELIB}/Ft/Rdf/__version__.pyc +${PYSITELIB}/Ft/Rdf/__version__.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Add/Alias.py ${PYSITELIB}/Ft/Server/Client/Commands/Add/Alias.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Add/Alias.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Add/Member.py ${PYSITELIB}/Ft/Server/Client/Commands/Add/Member.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Add/Member.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Add/Statement.py ${PYSITELIB}/Ft/Server/Client/Commands/Add/Statement.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Add/Statement.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Add/__init__.py ${PYSITELIB}/Ft/Server/Client/Commands/Add/__init__.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Add/__init__.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Agent.py ${PYSITELIB}/Ft/Server/Client/Commands/Agent.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Agent.pyo ${PYSITELIB}/Ft/Server/Client/Commands/CommandUtil.py ${PYSITELIB}/Ft/Server/Client/Commands/CommandUtil.pyc +${PYSITELIB}/Ft/Server/Client/Commands/CommandUtil.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Create/Container.py ${PYSITELIB}/Ft/Server/Client/Commands/Create/Container.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Create/Container.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Create/Document.py ${PYSITELIB}/Ft/Server/Client/Commands/Create/Document.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Create/Document.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Create/Group.py ${PYSITELIB}/Ft/Server/Client/Commands/Create/Group.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Create/Group.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Create/RawFile.py ${PYSITELIB}/Ft/Server/Client/Commands/Create/RawFile.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Create/RawFile.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Create/User.py ${PYSITELIB}/Ft/Server/Client/Commands/Create/User.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Create/User.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Create/__init__.py ${PYSITELIB}/Ft/Server/Client/Commands/Create/__init__.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Create/__init__.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Delete.py ${PYSITELIB}/Ft/Server/Client/Commands/Delete.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Delete.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Export.py ${PYSITELIB}/Ft/Server/Client/Commands/Export.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Export.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Fetch/Container.py ${PYSITELIB}/Ft/Server/Client/Commands/Fetch/Container.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Fetch/Container.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Fetch/DocDef.py ${PYSITELIB}/Ft/Server/Client/Commands/Fetch/DocDef.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Fetch/DocDef.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Fetch/Document.py ${PYSITELIB}/Ft/Server/Client/Commands/Fetch/Document.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Fetch/Document.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Fetch/Group.py ${PYSITELIB}/Ft/Server/Client/Commands/Fetch/Group.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Fetch/Group.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Fetch/RawFile.py ${PYSITELIB}/Ft/Server/Client/Commands/Fetch/RawFile.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Fetch/RawFile.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Fetch/Resource.py ${PYSITELIB}/Ft/Server/Client/Commands/Fetch/Resource.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Fetch/Resource.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Fetch/User.py ${PYSITELIB}/Ft/Server/Client/Commands/Fetch/User.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Fetch/User.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Fetch/UserData.py ${PYSITELIB}/Ft/Server/Client/Commands/Fetch/UserData.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Fetch/UserData.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Fetch/__init__.py ${PYSITELIB}/Ft/Server/Client/Commands/Fetch/__init__.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Fetch/__init__.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Install.py ${PYSITELIB}/Ft/Server/Client/Commands/Install.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Install.pyo ${PYSITELIB}/Ft/Server/Client/Commands/List/DocDefs.py ${PYSITELIB}/Ft/Server/Client/Commands/List/DocDefs.pyc +${PYSITELIB}/Ft/Server/Client/Commands/List/DocDefs.pyo ${PYSITELIB}/Ft/Server/Client/Commands/List/Groups.py ${PYSITELIB}/Ft/Server/Client/Commands/List/Groups.pyc +${PYSITELIB}/Ft/Server/Client/Commands/List/Groups.pyo ${PYSITELIB}/Ft/Server/Client/Commands/List/Users.py ${PYSITELIB}/Ft/Server/Client/Commands/List/Users.pyc +${PYSITELIB}/Ft/Server/Client/Commands/List/Users.pyo ${PYSITELIB}/Ft/Server/Client/Commands/List/__init__.py ${PYSITELIB}/Ft/Server/Client/Commands/List/__init__.pyc +${PYSITELIB}/Ft/Server/Client/Commands/List/__init__.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Login.py ${PYSITELIB}/Ft/Server/Client/Commands/Login.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Login.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Passwd.py ${PYSITELIB}/Ft/Server/Client/Commands/Passwd.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Passwd.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Rdf/Add.py ${PYSITELIB}/Ft/Server/Client/Commands/Rdf/Add.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Rdf/Add.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Rdf/Complete.py ${PYSITELIB}/Ft/Server/Client/Commands/Rdf/Complete.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Rdf/Complete.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Rdf/Remove.py ${PYSITELIB}/Ft/Server/Client/Commands/Rdf/Remove.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Rdf/Remove.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Rdf/Versa.py ${PYSITELIB}/Ft/Server/Client/Commands/Rdf/Versa.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Rdf/Versa.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Rdf/__init__.py ${PYSITELIB}/Ft/Server/Client/Commands/Rdf/__init__.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Rdf/__init__.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Remove/Member.py ${PYSITELIB}/Ft/Server/Client/Commands/Remove/Member.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Remove/Member.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Remove/Statement.py ${PYSITELIB}/Ft/Server/Client/Commands/Remove/Statement.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Remove/Statement.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Remove/__init__.py ${PYSITELIB}/Ft/Server/Client/Commands/Remove/__init__.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Remove/__init__.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Render.py ${PYSITELIB}/Ft/Server/Client/Commands/Render.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Render.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Set/Acl.py ${PYSITELIB}/Ft/Server/Client/Commands/Set/Acl.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Set/Acl.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Set/Owner.py ${PYSITELIB}/Ft/Server/Client/Commands/Set/Owner.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Set/Owner.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Set/UserData.py ${PYSITELIB}/Ft/Server/Client/Commands/Set/UserData.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Set/UserData.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Set/__init__.py ${PYSITELIB}/Ft/Server/Client/Commands/Set/__init__.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Set/__init__.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Update/Document.py ${PYSITELIB}/Ft/Server/Client/Commands/Update/Document.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Update/Document.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Update/Extension.py ${PYSITELIB}/Ft/Server/Client/Commands/Update/Extension.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Update/Extension.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Update/RawFile.py ${PYSITELIB}/Ft/Server/Client/Commands/Update/RawFile.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Update/RawFile.pyo ${PYSITELIB}/Ft/Server/Client/Commands/Update/__init__.py ${PYSITELIB}/Ft/Server/Client/Commands/Update/__init__.pyc +${PYSITELIB}/Ft/Server/Client/Commands/Update/__init__.pyo ${PYSITELIB}/Ft/Server/Client/Commands/__init__.py ${PYSITELIB}/Ft/Server/Client/Commands/__init__.pyc +${PYSITELIB}/Ft/Server/Client/Commands/__init__.pyo ${PYSITELIB}/Ft/Server/Client/Core/AliasClient.py ${PYSITELIB}/Ft/Server/Client/Core/AliasClient.pyc +${PYSITELIB}/Ft/Server/Client/Core/AliasClient.pyo ${PYSITELIB}/Ft/Server/Client/Core/CommandClient.py ${PYSITELIB}/Ft/Server/Client/Core/CommandClient.pyc +${PYSITELIB}/Ft/Server/Client/Core/CommandClient.pyo ${PYSITELIB}/Ft/Server/Client/Core/ContainerClient.py ${PYSITELIB}/Ft/Server/Client/Core/ContainerClient.pyc +${PYSITELIB}/Ft/Server/Client/Core/ContainerClient.pyo ${PYSITELIB}/Ft/Server/Client/Core/DocumentDefinitionClient.py ${PYSITELIB}/Ft/Server/Client/Core/DocumentDefinitionClient.pyc +${PYSITELIB}/Ft/Server/Client/Core/DocumentDefinitionClient.pyo ${PYSITELIB}/Ft/Server/Client/Core/GroupClient.py ${PYSITELIB}/Ft/Server/Client/Core/GroupClient.pyc +${PYSITELIB}/Ft/Server/Client/Core/GroupClient.pyo ${PYSITELIB}/Ft/Server/Client/Core/GroupableObjectMixin.py ${PYSITELIB}/Ft/Server/Client/Core/GroupableObjectMixin.pyc +${PYSITELIB}/Ft/Server/Client/Core/GroupableObjectMixin.pyo ${PYSITELIB}/Ft/Server/Client/Core/ModelClient.py ${PYSITELIB}/Ft/Server/Client/Core/ModelClient.pyc +${PYSITELIB}/Ft/Server/Client/Core/ModelClient.pyo ${PYSITELIB}/Ft/Server/Client/Core/ObjectCache.py ${PYSITELIB}/Ft/Server/Client/Core/ObjectCache.pyc +${PYSITELIB}/Ft/Server/Client/Core/ObjectCache.pyo ${PYSITELIB}/Ft/Server/Client/Core/RawFileClient.py ${PYSITELIB}/Ft/Server/Client/Core/RawFileClient.pyc +${PYSITELIB}/Ft/Server/Client/Core/RawFileClient.pyo ${PYSITELIB}/Ft/Server/Client/Core/RdfDocumentClient.py ${PYSITELIB}/Ft/Server/Client/Core/RdfDocumentClient.pyc +${PYSITELIB}/Ft/Server/Client/Core/RdfDocumentClient.pyo ${PYSITELIB}/Ft/Server/Client/Core/RepositoryClient.py ${PYSITELIB}/Ft/Server/Client/Core/RepositoryClient.pyc +${PYSITELIB}/Ft/Server/Client/Core/RepositoryClient.pyo ${PYSITELIB}/Ft/Server/Client/Core/ResourceMetaDataClient.py ${PYSITELIB}/Ft/Server/Client/Core/ResourceMetaDataClient.pyc +${PYSITELIB}/Ft/Server/Client/Core/ResourceMetaDataClient.pyo ${PYSITELIB}/Ft/Server/Client/Core/SchematronDocumentClient.py ${PYSITELIB}/Ft/Server/Client/Core/SchematronDocumentClient.pyc +${PYSITELIB}/Ft/Server/Client/Core/SchematronDocumentClient.pyo ${PYSITELIB}/Ft/Server/Client/Core/ServerClient.py ${PYSITELIB}/Ft/Server/Client/Core/ServerClient.pyc +${PYSITELIB}/Ft/Server/Client/Core/ServerClient.pyo ${PYSITELIB}/Ft/Server/Client/Core/UriReferenceFileClient.py ${PYSITELIB}/Ft/Server/Client/Core/UriReferenceFileClient.pyc +${PYSITELIB}/Ft/Server/Client/Core/UriReferenceFileClient.pyo ${PYSITELIB}/Ft/Server/Client/Core/UserClient.py ${PYSITELIB}/Ft/Server/Client/Core/UserClient.pyc +${PYSITELIB}/Ft/Server/Client/Core/UserClient.pyo ${PYSITELIB}/Ft/Server/Client/Core/Util.py ${PYSITELIB}/Ft/Server/Client/Core/Util.pyc +${PYSITELIB}/Ft/Server/Client/Core/Util.pyo ${PYSITELIB}/Ft/Server/Client/Core/XPathDocumentDefinitionClient.py ${PYSITELIB}/Ft/Server/Client/Core/XPathDocumentDefinitionClient.pyc +${PYSITELIB}/Ft/Server/Client/Core/XPathDocumentDefinitionClient.pyo ${PYSITELIB}/Ft/Server/Client/Core/XmlDocumentClient.py ${PYSITELIB}/Ft/Server/Client/Core/XmlDocumentClient.pyc +${PYSITELIB}/Ft/Server/Client/Core/XmlDocumentClient.pyo ${PYSITELIB}/Ft/Server/Client/Core/XsltDocumentClient.py ${PYSITELIB}/Ft/Server/Client/Core/XsltDocumentClient.pyc +${PYSITELIB}/Ft/Server/Client/Core/XsltDocumentClient.pyo ${PYSITELIB}/Ft/Server/Client/Core/XsltDocumentDefinitionClient.py ${PYSITELIB}/Ft/Server/Client/Core/XsltDocumentDefinitionClient.pyc +${PYSITELIB}/Ft/Server/Client/Core/XsltDocumentDefinitionClient.pyo ${PYSITELIB}/Ft/Server/Client/Core/__init__.py ${PYSITELIB}/Ft/Server/Client/Core/__init__.pyc +${PYSITELIB}/Ft/Server/Client/Core/__init__.pyo ${PYSITELIB}/Ft/Server/Client/MessageSource.py ${PYSITELIB}/Ft/Server/Client/MessageSource.pyc +${PYSITELIB}/Ft/Server/Client/MessageSource.pyo ${PYSITELIB}/Ft/Server/Client/__init__.py ${PYSITELIB}/Ft/Server/Client/__init__.pyc +${PYSITELIB}/Ft/Server/Client/__init__.pyo ${PYSITELIB}/Ft/Server/Common/AclConstants.py ${PYSITELIB}/Ft/Server/Common/AclConstants.pyc +${PYSITELIB}/Ft/Server/Common/AclConstants.pyo ${PYSITELIB}/Ft/Server/Common/ClAuthenticate.py ${PYSITELIB}/Ft/Server/Common/ClAuthenticate.pyc +${PYSITELIB}/Ft/Server/Common/ClAuthenticate.pyo ${PYSITELIB}/Ft/Server/Common/CreationParams.py ${PYSITELIB}/Ft/Server/Common/CreationParams.pyc +${PYSITELIB}/Ft/Server/Common/CreationParams.pyo ${PYSITELIB}/Ft/Server/Common/DocumentDefinitionSerialization.py ${PYSITELIB}/Ft/Server/Common/DocumentDefinitionSerialization.pyc +${PYSITELIB}/Ft/Server/Common/DocumentDefinitionSerialization.pyo ${PYSITELIB}/Ft/Server/Common/DocumentReference.py ${PYSITELIB}/Ft/Server/Common/DocumentReference.pyc +${PYSITELIB}/Ft/Server/Common/DocumentReference.pyo ${PYSITELIB}/Ft/Server/Common/Install/InstallUtil.py ${PYSITELIB}/Ft/Server/Common/Install/InstallUtil.pyc +${PYSITELIB}/Ft/Server/Common/Install/InstallUtil.pyo ${PYSITELIB}/Ft/Server/Common/Install/Serialize.py ${PYSITELIB}/Ft/Server/Common/Install/Serialize.pyc +${PYSITELIB}/Ft/Server/Common/Install/Serialize.pyo ${PYSITELIB}/Ft/Server/Common/Install/__init__.py ${PYSITELIB}/Ft/Server/Common/Install/__init__.pyc +${PYSITELIB}/Ft/Server/Common/Install/__init__.pyo ${PYSITELIB}/Ft/Server/Common/ResourceTypes.py ${PYSITELIB}/Ft/Server/Common/ResourceTypes.pyc +${PYSITELIB}/Ft/Server/Common/ResourceTypes.pyo ${PYSITELIB}/Ft/Server/Common/Schema.py ${PYSITELIB}/Ft/Server/Common/Schema.pyc +${PYSITELIB}/Ft/Server/Common/Schema.pyo ${PYSITELIB}/Ft/Server/Common/SchematronStylesheet.py ${PYSITELIB}/Ft/Server/Common/SchematronStylesheet.pyc +${PYSITELIB}/Ft/Server/Common/SchematronStylesheet.pyo ${PYSITELIB}/Ft/Server/Common/Util.py ${PYSITELIB}/Ft/Server/Common/Util.pyc +${PYSITELIB}/Ft/Server/Common/Util.pyo ${PYSITELIB}/Ft/Server/Common/ValidationInfo.py ${PYSITELIB}/Ft/Server/Common/ValidationInfo.pyc +${PYSITELIB}/Ft/Server/Common/ValidationInfo.pyo ${PYSITELIB}/Ft/Server/Common/XmlLib.py ${PYSITELIB}/Ft/Server/Common/XmlLib.pyc +${PYSITELIB}/Ft/Server/Common/XmlLib.pyo ${PYSITELIB}/Ft/Server/Common/__init__.py ${PYSITELIB}/Ft/Server/Common/__init__.pyc +${PYSITELIB}/Ft/Server/Common/__init__.pyo ${PYSITELIB}/Ft/Server/FtRpc/Commands.py ${PYSITELIB}/Ft/Server/FtRpc/Commands.pyc +${PYSITELIB}/Ft/Server/FtRpc/Commands.pyo ${PYSITELIB}/Ft/Server/FtRpc/Marshal.py ${PYSITELIB}/Ft/Server/FtRpc/Marshal.pyc +${PYSITELIB}/Ft/Server/FtRpc/Marshal.pyo ${PYSITELIB}/Ft/Server/FtRpc/MessageSource.py ${PYSITELIB}/Ft/Server/FtRpc/MessageSource.pyc +${PYSITELIB}/Ft/Server/FtRpc/MessageSource.pyo ${PYSITELIB}/Ft/Server/FtRpc/Responses.py ${PYSITELIB}/Ft/Server/FtRpc/Responses.pyc +${PYSITELIB}/Ft/Server/FtRpc/Responses.pyo ${PYSITELIB}/Ft/Server/FtRpc/__init__.py ${PYSITELIB}/Ft/Server/FtRpc/__init__.pyc +${PYSITELIB}/Ft/Server/FtRpc/__init__.pyo ${PYSITELIB}/Ft/Server/Server/Commands/Backup.py ${PYSITELIB}/Ft/Server/Server/Commands/Backup.pyc +${PYSITELIB}/Ft/Server/Server/Commands/Backup.pyo ${PYSITELIB}/Ft/Server/Server/Commands/CommandUtil.py ${PYSITELIB}/Ft/Server/Server/Commands/CommandUtil.pyc +${PYSITELIB}/Ft/Server/Server/Commands/CommandUtil.pyo ${PYSITELIB}/Ft/Server/Server/Commands/Init.py ${PYSITELIB}/Ft/Server/Server/Commands/Init.pyc +${PYSITELIB}/Ft/Server/Server/Commands/Init.pyo ${PYSITELIB}/Ft/Server/Server/Commands/Log/Clear.py ${PYSITELIB}/Ft/Server/Server/Commands/Log/Clear.pyc +${PYSITELIB}/Ft/Server/Server/Commands/Log/Clear.pyo ${PYSITELIB}/Ft/Server/Server/Commands/Log/View.py ${PYSITELIB}/Ft/Server/Server/Commands/Log/View.pyc +${PYSITELIB}/Ft/Server/Server/Commands/Log/View.pyo ${PYSITELIB}/Ft/Server/Server/Commands/Log/__init__.py ${PYSITELIB}/Ft/Server/Server/Commands/Log/__init__.pyc +${PYSITELIB}/Ft/Server/Server/Commands/Log/__init__.pyo ${PYSITELIB}/Ft/Server/Server/Commands/Recompile.py ${PYSITELIB}/Ft/Server/Server/Commands/Recompile.pyc +${PYSITELIB}/Ft/Server/Server/Commands/Recompile.pyo ${PYSITELIB}/Ft/Server/Server/Commands/Restart.py ${PYSITELIB}/Ft/Server/Server/Commands/Restart.pyc +${PYSITELIB}/Ft/Server/Server/Commands/Restart.pyo ${PYSITELIB}/Ft/Server/Server/Commands/Start.py ${PYSITELIB}/Ft/Server/Server/Commands/Start.pyc +${PYSITELIB}/Ft/Server/Server/Commands/Start.pyo ${PYSITELIB}/Ft/Server/Server/Commands/Stop.py ${PYSITELIB}/Ft/Server/Server/Commands/Stop.pyc +${PYSITELIB}/Ft/Server/Server/Commands/Stop.pyo ${PYSITELIB}/Ft/Server/Server/Commands/__init__.py ${PYSITELIB}/Ft/Server/Server/Commands/__init__.pyc +${PYSITELIB}/Ft/Server/Server/Commands/__init__.pyo ${PYSITELIB}/Ft/Server/Server/ConfigParser.py ${PYSITELIB}/Ft/Server/Server/ConfigParser.pyc +${PYSITELIB}/Ft/Server/Server/ConfigParser.pyo ${PYSITELIB}/Ft/Server/Server/Connection.py ${PYSITELIB}/Ft/Server/Server/Connection.pyc +${PYSITELIB}/Ft/Server/Server/Connection.pyo ${PYSITELIB}/Ft/Server/Server/Controller.py ${PYSITELIB}/Ft/Server/Server/Controller.pyc +${PYSITELIB}/Ft/Server/Server/Controller.pyo ${PYSITELIB}/Ft/Server/Server/Daemon.py ${PYSITELIB}/Ft/Server/Server/Daemon.pyc +${PYSITELIB}/Ft/Server/Server/Daemon.pyo ${PYSITELIB}/Ft/Server/Server/Dashboard/4ss-netscape.css ${PYSITELIB}/Ft/Server/Server/Dashboard/4ss.css ${PYSITELIB}/Ft/Server/Server/Dashboard/DashboardConfig.xml @@ -756,234 +1114,347 @@ ${PYSITELIB}/Ft/Server/Server/Dashboard/user-mappings.rdf ${PYSITELIB}/Ft/Server/Server/Dashboard/user.xslt ${PYSITELIB}/Ft/Server/Server/Drivers/FlatFile/__init__.py ${PYSITELIB}/Ft/Server/Server/Drivers/FlatFile/__init__.pyc +${PYSITELIB}/Ft/Server/Server/Drivers/FlatFile/__init__.pyo ${PYSITELIB}/Ft/Server/Server/Drivers/FtssDriver.py ${PYSITELIB}/Ft/Server/Server/Drivers/FtssDriver.pyc +${PYSITELIB}/Ft/Server/Server/Drivers/FtssDriver.pyo ${PYSITELIB}/Ft/Server/Server/Drivers/FtssInputSource.py ${PYSITELIB}/Ft/Server/Server/Drivers/FtssInputSource.pyc +${PYSITELIB}/Ft/Server/Server/Drivers/FtssInputSource.pyo ${PYSITELIB}/Ft/Server/Server/Drivers/FtssModel.py ${PYSITELIB}/Ft/Server/Server/Drivers/FtssModel.pyc +${PYSITELIB}/Ft/Server/Server/Drivers/FtssModel.pyo ${PYSITELIB}/Ft/Server/Server/Drivers/Odbc.py ${PYSITELIB}/Ft/Server/Server/Drivers/Odbc.pyc +${PYSITELIB}/Ft/Server/Server/Drivers/Odbc.pyo ${PYSITELIB}/Ft/Server/Server/Drivers/Oracle/__init__.py ${PYSITELIB}/Ft/Server/Server/Drivers/Oracle/__init__.pyc +${PYSITELIB}/Ft/Server/Server/Drivers/Oracle/__init__.pyo ${PYSITELIB}/Ft/Server/Server/Drivers/PathImp.py ${PYSITELIB}/Ft/Server/Server/Drivers/PathImp.pyc +${PYSITELIB}/Ft/Server/Server/Drivers/PathImp.pyo ${PYSITELIB}/Ft/Server/Server/Drivers/Postgres/Escapec.so ${PYSITELIB}/Ft/Server/Server/Drivers/Postgres/__init__.py ${PYSITELIB}/Ft/Server/Server/Drivers/Postgres/__init__.pyc +${PYSITELIB}/Ft/Server/Server/Drivers/Postgres/__init__.pyo ${PYSITELIB}/Ft/Server/Server/Drivers/Psyco/__init__.py ${PYSITELIB}/Ft/Server/Server/Drivers/Psyco/__init__.pyc +${PYSITELIB}/Ft/Server/Server/Drivers/Psyco/__init__.pyo ${PYSITELIB}/Ft/Server/Server/Drivers/__init__.py ${PYSITELIB}/Ft/Server/Server/Drivers/__init__.pyc +${PYSITELIB}/Ft/Server/Server/Drivers/__init__.pyo ${PYSITELIB}/Ft/Server/Server/Drivers/pAclObject.py ${PYSITELIB}/Ft/Server/Server/Drivers/pAclObject.pyc +${PYSITELIB}/Ft/Server/Server/Drivers/pAclObject.pyo ${PYSITELIB}/Ft/Server/Server/FtRpc/FtRpcHandler.py ${PYSITELIB}/Ft/Server/Server/FtRpc/FtRpcHandler.pyc +${PYSITELIB}/Ft/Server/Server/FtRpc/FtRpcHandler.pyo ${PYSITELIB}/Ft/Server/Server/FtRpc/__init__.py ${PYSITELIB}/Ft/Server/Server/FtRpc/__init__.pyc +${PYSITELIB}/Ft/Server/Server/FtRpc/__init__.pyo ${PYSITELIB}/Ft/Server/Server/Ftp/FtpHandler.py ${PYSITELIB}/Ft/Server/Server/Ftp/FtpHandler.pyc +${PYSITELIB}/Ft/Server/Server/Ftp/FtpHandler.pyo ${PYSITELIB}/Ft/Server/Server/Ftp/Session.py ${PYSITELIB}/Ft/Server/Server/Ftp/Session.pyc +${PYSITELIB}/Ft/Server/Server/Ftp/Session.pyo ${PYSITELIB}/Ft/Server/Server/Ftp/__init__.py ${PYSITELIB}/Ft/Server/Server/Ftp/__init__.pyc +${PYSITELIB}/Ft/Server/Server/Ftp/__init__.pyo ${PYSITELIB}/Ft/Server/Server/GlobalConfig.py ${PYSITELIB}/Ft/Server/Server/GlobalConfig.pyc +${PYSITELIB}/Ft/Server/Server/GlobalConfig.pyo ${PYSITELIB}/Ft/Server/Server/Http/BaseRequestHandler.py ${PYSITELIB}/Ft/Server/Server/Http/BaseRequestHandler.pyc +${PYSITELIB}/Ft/Server/Server/Http/BaseRequestHandler.pyo ${PYSITELIB}/Ft/Server/Server/Http/Basic.py ${PYSITELIB}/Ft/Server/Server/Http/Basic.pyc +${PYSITELIB}/Ft/Server/Server/Http/Basic.pyo ${PYSITELIB}/Ft/Server/Server/Http/HeaderDict.py ${PYSITELIB}/Ft/Server/Server/Http/HeaderDict.pyc +${PYSITELIB}/Ft/Server/Server/Http/HeaderDict.pyo ${PYSITELIB}/Ft/Server/Server/Http/Session.py ${PYSITELIB}/Ft/Server/Server/Http/Session.pyc +${PYSITELIB}/Ft/Server/Server/Http/Session.pyo ${PYSITELIB}/Ft/Server/Server/Http/Soap/Handler.py ${PYSITELIB}/Ft/Server/Server/Http/Soap/Handler.pyc +${PYSITELIB}/Ft/Server/Server/Http/Soap/Handler.pyo ${PYSITELIB}/Ft/Server/Server/Http/Soap/__init__.py ${PYSITELIB}/Ft/Server/Server/Http/Soap/__init__.pyc +${PYSITELIB}/Ft/Server/Server/Http/Soap/__init__.pyo ${PYSITELIB}/Ft/Server/Server/Http/Status.py ${PYSITELIB}/Ft/Server/Server/Http/Status.pyc +${PYSITELIB}/Ft/Server/Server/Http/Status.pyo ${PYSITELIB}/Ft/Server/Server/Http/TransferLog.py ${PYSITELIB}/Ft/Server/Server/Http/TransferLog.pyc +${PYSITELIB}/Ft/Server/Server/Http/TransferLog.pyo ${PYSITELIB}/Ft/Server/Server/Http/__init__.py ${PYSITELIB}/Ft/Server/Server/Http/__init__.pyc +${PYSITELIB}/Ft/Server/Server/Http/__init__.pyo ${PYSITELIB}/Ft/Server/Server/Ipc.py ${PYSITELIB}/Ft/Server/Server/Ipc.pyc +${PYSITELIB}/Ft/Server/Server/Ipc.pyo ${PYSITELIB}/Ft/Server/Server/Launcher.py ${PYSITELIB}/Ft/Server/Server/Launcher.pyc +${PYSITELIB}/Ft/Server/Server/Launcher.pyo ${PYSITELIB}/Ft/Server/Server/Lib/ConfigFile.py ${PYSITELIB}/Ft/Server/Server/Lib/ConfigFile.pyc +${PYSITELIB}/Ft/Server/Server/Lib/ConfigFile.pyo ${PYSITELIB}/Ft/Server/Server/Lib/LogUtil.py ${PYSITELIB}/Ft/Server/Server/Lib/LogUtil.pyc +${PYSITELIB}/Ft/Server/Server/Lib/LogUtil.pyo ${PYSITELIB}/Ft/Server/Server/Lib/SwishHelper.py ${PYSITELIB}/Ft/Server/Server/Lib/SwishHelper.pyc +${PYSITELIB}/Ft/Server/Server/Lib/SwishHelper.pyo ${PYSITELIB}/Ft/Server/Server/Lib/__init__.py ${PYSITELIB}/Ft/Server/Server/Lib/__init__.pyc +${PYSITELIB}/Ft/Server/Server/Lib/__init__.pyo ${PYSITELIB}/Ft/Server/Server/MessageSource.py ${PYSITELIB}/Ft/Server/Server/MessageSource.pyc +${PYSITELIB}/Ft/Server/Server/MessageSource.pyo ${PYSITELIB}/Ft/Server/Server/Modules.py ${PYSITELIB}/Ft/Server/Server/Modules.pyc +${PYSITELIB}/Ft/Server/Server/Modules.pyo ${PYSITELIB}/Ft/Server/Server/RequestHandler.py ${PYSITELIB}/Ft/Server/Server/RequestHandler.pyc +${PYSITELIB}/Ft/Server/Server/RequestHandler.pyo ${PYSITELIB}/Ft/Server/Server/SCore/AliasImp.py ${PYSITELIB}/Ft/Server/Server/SCore/AliasImp.pyc +${PYSITELIB}/Ft/Server/Server/SCore/AliasImp.pyo ${PYSITELIB}/Ft/Server/Server/SCore/CommandImp.py ${PYSITELIB}/Ft/Server/Server/SCore/CommandImp.pyc +${PYSITELIB}/Ft/Server/Server/SCore/CommandImp.pyo ${PYSITELIB}/Ft/Server/Server/SCore/ContainerImp.py ${PYSITELIB}/Ft/Server/Server/SCore/ContainerImp.pyc +${PYSITELIB}/Ft/Server/Server/SCore/ContainerImp.pyo ${PYSITELIB}/Ft/Server/Server/SCore/DocumentDefinitionImp.py ${PYSITELIB}/Ft/Server/Server/SCore/DocumentDefinitionImp.pyc +${PYSITELIB}/Ft/Server/Server/SCore/DocumentDefinitionImp.pyo ${PYSITELIB}/Ft/Server/Server/SCore/GroupImp.py ${PYSITELIB}/Ft/Server/Server/SCore/GroupImp.pyc +${PYSITELIB}/Ft/Server/Server/SCore/GroupImp.pyo ${PYSITELIB}/Ft/Server/Server/SCore/GroupableObjectMixin.py ${PYSITELIB}/Ft/Server/Server/SCore/GroupableObjectMixin.pyc +${PYSITELIB}/Ft/Server/Server/SCore/GroupableObjectMixin.pyo ${PYSITELIB}/Ft/Server/Server/SCore/ObjectCache.py ${PYSITELIB}/Ft/Server/Server/SCore/ObjectCache.pyc +${PYSITELIB}/Ft/Server/Server/SCore/ObjectCache.pyo ${PYSITELIB}/Ft/Server/Server/SCore/RawFileImp.py ${PYSITELIB}/Ft/Server/Server/SCore/RawFileImp.pyc +${PYSITELIB}/Ft/Server/Server/SCore/RawFileImp.pyo ${PYSITELIB}/Ft/Server/Server/SCore/RdfDocumentImp.py ${PYSITELIB}/Ft/Server/Server/SCore/RdfDocumentImp.pyc +${PYSITELIB}/Ft/Server/Server/SCore/RdfDocumentImp.pyo ${PYSITELIB}/Ft/Server/Server/SCore/RepositoryImp.py ${PYSITELIB}/Ft/Server/Server/SCore/RepositoryImp.pyc +${PYSITELIB}/Ft/Server/Server/SCore/RepositoryImp.pyo ${PYSITELIB}/Ft/Server/Server/SCore/ResourceMetaDataImp.py ${PYSITELIB}/Ft/Server/Server/SCore/ResourceMetaDataImp.pyc +${PYSITELIB}/Ft/Server/Server/SCore/ResourceMetaDataImp.pyo ${PYSITELIB}/Ft/Server/Server/SCore/SchematronDocumentImp.py ${PYSITELIB}/Ft/Server/Server/SCore/SchematronDocumentImp.pyc +${PYSITELIB}/Ft/Server/Server/SCore/SchematronDocumentImp.pyo ${PYSITELIB}/Ft/Server/Server/SCore/ServerImp.py ${PYSITELIB}/Ft/Server/Server/SCore/ServerImp.pyc +${PYSITELIB}/Ft/Server/Server/SCore/ServerImp.pyo ${PYSITELIB}/Ft/Server/Server/SCore/UriReferenceFileImp.py ${PYSITELIB}/Ft/Server/Server/SCore/UriReferenceFileImp.pyc +${PYSITELIB}/Ft/Server/Server/SCore/UriReferenceFileImp.pyo ${PYSITELIB}/Ft/Server/Server/SCore/UserImp.py ${PYSITELIB}/Ft/Server/Server/SCore/UserImp.pyc +${PYSITELIB}/Ft/Server/Server/SCore/UserImp.pyo ${PYSITELIB}/Ft/Server/Server/SCore/XPathDocumentDefinitionImp.py ${PYSITELIB}/Ft/Server/Server/SCore/XPathDocumentDefinitionImp.pyc +${PYSITELIB}/Ft/Server/Server/SCore/XPathDocumentDefinitionImp.pyo ${PYSITELIB}/Ft/Server/Server/SCore/XmlDocumentImp.py ${PYSITELIB}/Ft/Server/Server/SCore/XmlDocumentImp.pyc +${PYSITELIB}/Ft/Server/Server/SCore/XmlDocumentImp.pyo ${PYSITELIB}/Ft/Server/Server/SCore/XsltDocumentDefinitionImp.py ${PYSITELIB}/Ft/Server/Server/SCore/XsltDocumentDefinitionImp.pyc +${PYSITELIB}/Ft/Server/Server/SCore/XsltDocumentDefinitionImp.pyo ${PYSITELIB}/Ft/Server/Server/SCore/XsltDocumentImp.py ${PYSITELIB}/Ft/Server/Server/SCore/XsltDocumentImp.pyc +${PYSITELIB}/Ft/Server/Server/SCore/XsltDocumentImp.pyo ${PYSITELIB}/Ft/Server/Server/SCore/__init__.py ${PYSITELIB}/Ft/Server/Server/SCore/__init__.pyc +${PYSITELIB}/Ft/Server/Server/SCore/__init__.pyo ${PYSITELIB}/Ft/Server/Server/ServerConfig.py ${PYSITELIB}/Ft/Server/Server/ServerConfig.pyc +${PYSITELIB}/Ft/Server/Server/ServerConfig.pyo ${PYSITELIB}/Ft/Server/Server/Xslt/Alias.py ${PYSITELIB}/Ft/Server/Server/Xslt/Alias.pyc +${PYSITELIB}/Ft/Server/Server/Xslt/Alias.pyo ${PYSITELIB}/Ft/Server/Server/Xslt/Command.py ${PYSITELIB}/Ft/Server/Server/Xslt/Command.pyc +${PYSITELIB}/Ft/Server/Server/Xslt/Command.pyo ${PYSITELIB}/Ft/Server/Server/Xslt/Container.py ${PYSITELIB}/Ft/Server/Server/Xslt/Container.pyc +${PYSITELIB}/Ft/Server/Server/Xslt/Container.pyo ${PYSITELIB}/Ft/Server/Server/Xslt/DocumentDefinition.py ${PYSITELIB}/Ft/Server/Server/Xslt/DocumentDefinition.pyc +${PYSITELIB}/Ft/Server/Server/Xslt/DocumentDefinition.pyo ${PYSITELIB}/Ft/Server/Server/Xslt/FtssXsltBase.py ${PYSITELIB}/Ft/Server/Server/Xslt/FtssXsltBase.pyc +${PYSITELIB}/Ft/Server/Server/Xslt/FtssXsltBase.pyo ${PYSITELIB}/Ft/Server/Server/Xslt/Group.py ${PYSITELIB}/Ft/Server/Server/Xslt/Group.pyc +${PYSITELIB}/Ft/Server/Server/Xslt/Group.pyo ${PYSITELIB}/Ft/Server/Server/Xslt/GroupableObject.py ${PYSITELIB}/Ft/Server/Server/Xslt/GroupableObject.pyc +${PYSITELIB}/Ft/Server/Server/Xslt/GroupableObject.pyo ${PYSITELIB}/Ft/Server/Server/Xslt/Http.py ${PYSITELIB}/Ft/Server/Server/Xslt/Http.pyc +${PYSITELIB}/Ft/Server/Server/Xslt/Http.pyo ${PYSITELIB}/Ft/Server/Server/Xslt/Model.py ${PYSITELIB}/Ft/Server/Server/Xslt/Model.pyc +${PYSITELIB}/Ft/Server/Server/Xslt/Model.pyo ${PYSITELIB}/Ft/Server/Server/Xslt/Ns.py ${PYSITELIB}/Ft/Server/Server/Xslt/Ns.pyc +${PYSITELIB}/Ft/Server/Server/Xslt/Ns.pyo ${PYSITELIB}/Ft/Server/Server/Xslt/RawFile.py ${PYSITELIB}/Ft/Server/Server/Xslt/RawFile.pyc +${PYSITELIB}/Ft/Server/Server/Xslt/RawFile.pyo ${PYSITELIB}/Ft/Server/Server/Xslt/RdfDocument.py ${PYSITELIB}/Ft/Server/Server/Xslt/RdfDocument.pyc +${PYSITELIB}/Ft/Server/Server/Xslt/RdfDocument.pyo ${PYSITELIB}/Ft/Server/Server/Xslt/Repository.py ${PYSITELIB}/Ft/Server/Server/Xslt/Repository.pyc +${PYSITELIB}/Ft/Server/Server/Xslt/Repository.pyo ${PYSITELIB}/Ft/Server/Server/Xslt/ResourceMetaData.py ${PYSITELIB}/Ft/Server/Server/Xslt/ResourceMetaData.pyc +${PYSITELIB}/Ft/Server/Server/Xslt/ResourceMetaData.pyo ${PYSITELIB}/Ft/Server/Server/Xslt/SchematronDocument.py ${PYSITELIB}/Ft/Server/Server/Xslt/SchematronDocument.pyc +${PYSITELIB}/Ft/Server/Server/Xslt/SchematronDocument.pyo ${PYSITELIB}/Ft/Server/Server/Xslt/Server.py ${PYSITELIB}/Ft/Server/Server/Xslt/Server.pyc +${PYSITELIB}/Ft/Server/Server/Xslt/Server.pyo ${PYSITELIB}/Ft/Server/Server/Xslt/UriReferenceFile.py ${PYSITELIB}/Ft/Server/Server/Xslt/UriReferenceFile.pyc +${PYSITELIB}/Ft/Server/Server/Xslt/UriReferenceFile.pyo ${PYSITELIB}/Ft/Server/Server/Xslt/User.py ${PYSITELIB}/Ft/Server/Server/Xslt/User.pyc +${PYSITELIB}/Ft/Server/Server/Xslt/User.pyo ${PYSITELIB}/Ft/Server/Server/Xslt/XPathDocumentDefinition.py ${PYSITELIB}/Ft/Server/Server/Xslt/XPathDocumentDefinition.pyc +${PYSITELIB}/Ft/Server/Server/Xslt/XPathDocumentDefinition.pyo ${PYSITELIB}/Ft/Server/Server/Xslt/XmlDocument.py ${PYSITELIB}/Ft/Server/Server/Xslt/XmlDocument.pyc +${PYSITELIB}/Ft/Server/Server/Xslt/XmlDocument.pyo ${PYSITELIB}/Ft/Server/Server/Xslt/XmlRpcClient.py ${PYSITELIB}/Ft/Server/Server/Xslt/XmlRpcClient.pyc +${PYSITELIB}/Ft/Server/Server/Xslt/XmlRpcClient.pyo ${PYSITELIB}/Ft/Server/Server/Xslt/XsltDocument.py ${PYSITELIB}/Ft/Server/Server/Xslt/XsltDocument.pyc +${PYSITELIB}/Ft/Server/Server/Xslt/XsltDocument.pyo ${PYSITELIB}/Ft/Server/Server/Xslt/XsltDocumentDefinition.py ${PYSITELIB}/Ft/Server/Server/Xslt/XsltDocumentDefinition.pyc +${PYSITELIB}/Ft/Server/Server/Xslt/XsltDocumentDefinition.pyo ${PYSITELIB}/Ft/Server/Server/Xslt/__init__.py ${PYSITELIB}/Ft/Server/Server/Xslt/__init__.pyc +${PYSITELIB}/Ft/Server/Server/Xslt/__init__.pyo ${PYSITELIB}/Ft/Server/Server/__init__.py ${PYSITELIB}/Ft/Server/Server/__init__.pyc +${PYSITELIB}/Ft/Server/Server/__init__.pyo ${PYSITELIB}/Ft/Server/Server/_event.so ${PYSITELIB}/Ft/Server/Server/_process.so ${PYSITELIB}/Ft/Server/ThirdParty/README.txt ${PYSITELIB}/Ft/Server/ThirdParty/__init__.py ${PYSITELIB}/Ft/Server/ThirdParty/__init__.pyc +${PYSITELIB}/Ft/Server/ThirdParty/__init__.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/__init__.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/__init__.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/__init__.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_4SS_module.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_4SS_module.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_4SS_module.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_PAM_config.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_PAM_config.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_PAM_config.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_PAM_module.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_PAM_module.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_PAM_module.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_anonymous_config.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_anonymous_config.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_anonymous_config.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_anonymous_module.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_anonymous_module.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_anonymous_module.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_ban_config.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_ban_config.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_ban_config.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_ban_module.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_ban_module.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_ban_module.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_chroot_config.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_chroot_config.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_chroot_config.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_chroot_module.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_chroot_module.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_chroot_module.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_cwd_config.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_cwd_config.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_cwd_config.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_cwd_module.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_cwd_module.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_cwd_module.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_db_config.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_db_config.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_db_config.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_db_module.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_db_module.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_db_module.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_dummy_module.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_dummy_module.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_dummy_module.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_file_config.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_file_config.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_file_config.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_file_module.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_file_module.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_file_module.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_iplimit_config.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_iplimit_config.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_iplimit_config.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_iplimit_module.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_iplimit_module.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_iplimit_module.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_limit_config.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_limit_config.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_limit_config.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_limit_module.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_limit_module.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_limit_module.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_speed_config.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_speed_config.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_speed_config.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_speed_module.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_speed_module.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/auth_speed_module.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/config.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/config.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/config.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/perm_acl_config.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/perm_acl_config.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/perm_acl_config.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/perm_acl_module.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/perm_acl_module.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/perm_acl_module.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/perm_dummy_module.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/perm_dummy_module.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/perm_dummy_module.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/timeout_socket.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/timeout_socket.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/timeout_socket.pyo ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/utils.py ${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/utils.pyc +${PYSITELIB}/Ft/Server/ThirdParty/pyftpd/utils.pyo ${PYSITELIB}/Ft/Server/__init__.py ${PYSITELIB}/Ft/Server/__init__.pyc +${PYSITELIB}/Ft/Server/__init__.pyo ${PYSITELIB}/Ft/Server/__packageInfo__.py ${PYSITELIB}/Ft/Server/__packageInfo__.pyc +${PYSITELIB}/Ft/Server/__packageInfo__.pyo ${PYSITELIB}/Ft/Share/Bin/4odb ${PYSITELIB}/Ft/Share/Bin/4rdf ${PYSITELIB}/Ft/Share/Bin/4ss @@ -995,6 +1466,7 @@ ${PYSITELIB}/Ft/Share/Bin/4xslt ${PYSITELIB}/Ft/Share/Bin/4xupdate ${PYSITELIB}/Ft/Share/Bin/__init__.py ${PYSITELIB}/Ft/Share/Bin/__init__.pyc +${PYSITELIB}/Ft/Share/Bin/__init__.pyo ${PYSITELIB}/Ft/Share/Data/DbmDatabases/README ${PYSITELIB}/Ft/Share/Data/Icons/README.txt ${PYSITELIB}/Ft/Share/Data/Icons/a.gif @@ -1354,6 +1826,7 @@ ${PYSITELIB}/Ft/Share/Demos/server.xml ${PYSITELIB}/Ft/Share/Demos/setup.xml ${PYSITELIB}/Ft/Share/ExtensionModules/__init__.py ${PYSITELIB}/Ft/Share/ExtensionModules/__init__.pyc +${PYSITELIB}/Ft/Share/ExtensionModules/__init__.pyo ${PYSITELIB}/Ft/Share/Profile/Rdf/large_add.py ${PYSITELIB}/Ft/Share/Profile/Rdf/large_complete_all.py ${PYSITELIB}/Ft/Share/Profile/Rdf/large_complete_empty.py @@ -1376,116 +1849,172 @@ ${PYSITELIB}/Ft/Share/Profile/profile_all.py ${PYSITELIB}/Ft/Share/Profile/profile_util.py ${PYSITELIB}/Ft/Share/Temp/__init__.py ${PYSITELIB}/Ft/Share/Temp/__init__.pyc +${PYSITELIB}/Ft/Share/Temp/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Lib/__init__.py ${PYSITELIB}/Ft/Share/Tests/Lib/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Lib/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Lib/test_escape_quotes.py ${PYSITELIB}/Ft/Share/Tests/Lib/test_escape_quotes.pyc +${PYSITELIB}/Ft/Share/Tests/Lib/test_escape_quotes.pyo ${PYSITELIB}/Ft/Share/Tests/Lib/test_set.py ${PYSITELIB}/Ft/Share/Tests/Lib/test_set.pyc +${PYSITELIB}/Ft/Share/Tests/Lib/test_set.pyo ${PYSITELIB}/Ft/Share/Tests/Lib/test_time.py ${PYSITELIB}/Ft/Share/Tests/Lib/test_time.pyc +${PYSITELIB}/Ft/Share/Tests/Lib/test_time.pyo ${PYSITELIB}/Ft/Share/Tests/Lib/test_uri.py ${PYSITELIB}/Ft/Share/Tests/Lib/test_uri.pyc +${PYSITELIB}/Ft/Share/Tests/Lib/test_uri.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/Adapters/__init__.py ${PYSITELIB}/Ft/Share/Tests/Ods/Adapters/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/Adapters/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/Adapters/test_adapter.py ${PYSITELIB}/Ft/Share/Tests/Ods/Adapters/test_adapter.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/Adapters/test_adapter.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/Adapters/test_dbm.py ${PYSITELIB}/Ft/Share/Tests/Ods/Adapters/test_dbm.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/Adapters/test_dbm.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/Adapters/test_dbmdatabase.py ${PYSITELIB}/Ft/Share/Tests/Ods/Adapters/test_dbmdatabase.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/Adapters/test_dbmdatabase.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/Adapters/test_oracle.py ${PYSITELIB}/Ft/Share/Tests/Ods/Adapters/test_oracle.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/Adapters/test_oracle.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/Adapters/test_postgres.py ${PYSITELIB}/Ft/Share/Tests/Ods/Adapters/test_postgres.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/Adapters/test_postgres.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/Borrowed/__init__.py ${PYSITELIB}/Ft/Share/Tests/Ods/Borrowed/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/Borrowed/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/Borrowed/bc_2000-12-12.py ${PYSITELIB}/Ft/Share/Tests/Ods/Borrowed/bc_2000-12-12.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/Borrowed/bc_2000-12-12.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/Borrowed/ek-2001-05-30.py ${PYSITELIB}/Ft/Share/Tests/Ods/Borrowed/ek-2001-05-30.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/Borrowed/ek-2001-05-30.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/Collections/TestIterator.py ${PYSITELIB}/Ft/Share/Tests/Ods/Collections/TestIterator.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/Collections/TestIterator.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/Collections/__init__.py ${PYSITELIB}/Ft/Share/Tests/Ods/Collections/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/Collections/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/Collections/test_all_collections.py ${PYSITELIB}/Ft/Share/Tests/Ods/Collections/test_all_collections.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/Collections/test_all_collections.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/Collections/test_all_dictionaries.py ${PYSITELIB}/Ft/Share/Tests/Ods/Collections/test_all_dictionaries.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/Collections/test_all_dictionaries.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/Collections/test_collection_base.py ${PYSITELIB}/Ft/Share/Tests/Ods/Collections/test_collection_base.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/Collections/test_collection_base.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/Collections/test_collection_util.py ${PYSITELIB}/Ft/Share/Tests/Ods/Collections/test_collection_util.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/Collections/test_collection_util.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/Collections/test_dictionary_base.py ${PYSITELIB}/Ft/Share/Tests/Ods/Collections/test_dictionary_base.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/Collections/test_dictionary_base.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/__init__.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_attribute.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_attribute.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_attribute.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_class.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_class.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_class.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_constant.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_constant.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_constant.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_constoperand.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_constoperand.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_constoperand.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_create_and_destroy.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_create_and_destroy.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_create_and_destroy.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_definingscope.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_definingscope.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_definingscope.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_dictionary.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_dictionary.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_dictionary.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_enumeration.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_enumeration.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_enumeration.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_exception.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_exception.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_exception.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_expression.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_expression.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_expression.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_init_repo.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_init_repo.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_init_repo.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_interface.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_interface.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_interface.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_literal.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_literal.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_literal.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_member.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_member.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_member.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_metadata_collection.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_metadata_collection.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_metadata_collection.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_metadata_util.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_metadata_util.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_metadata_util.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_metaobject.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_metaobject.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_metaobject.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_module.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_module.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_module.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_operand.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_operand.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_operand.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_operation.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_operation.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_operation.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_parameter.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_parameter.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_parameter.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_primitive_type.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_primitive_type.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_primitive_type.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_property.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_property.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_property.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_relationship.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_relationship.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_relationship.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_repository.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_repository.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_repository.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_scopedtype.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_scopedtype.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_scopedtype.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_specifier.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_specifier.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_specifier.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_structure.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_structure.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_structure.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_type.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_type.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_type.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_type_definition.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_type_definition.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_type_definition.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_union.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_union.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_union.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_union_case.py ${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_union_case.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/MetaData/test_union_case.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/Parsers/__init__.py ${PYSITELIB}/Ft/Share/Tests/Ods/Parsers/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/Parsers/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/Parsers/collections.odl ${PYSITELIB}/Ft/Share/Tests/Ods/Parsers/constants.odl ${PYSITELIB}/Ft/Share/Tests/Ods/Parsers/enumerations.odl @@ -1499,12 +2028,16 @@ ${PYSITELIB}/Ft/Share/Tests/Ods/Parsers/operations.odl ${PYSITELIB}/Ft/Share/Tests/Ods/Parsers/structure.odl ${PYSITELIB}/Ft/Share/Tests/Ods/Parsers/test_all_odl.py ${PYSITELIB}/Ft/Share/Tests/Ods/Parsers/test_all_odl.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/Parsers/test_all_odl.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/Parsers/test_odl_parser.py ${PYSITELIB}/Ft/Share/Tests/Ods/Parsers/test_odl_parser.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/Parsers/test_odl_parser.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/Parsers/test_odl_post_processor_errors.py ${PYSITELIB}/Ft/Share/Tests/Ods/Parsers/test_odl_post_processor_errors.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/Parsers/test_odl_post_processor_errors.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/Parsers/test_oql_parser.py ${PYSITELIB}/Ft/Share/Tests/Ods/Parsers/test_oql_parser.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/Parsers/test_oql_parser.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/Parsers/types.odl ${PYSITELIB}/Ft/Share/Tests/Ods/Parsers/union.odl ${PYSITELIB}/Ft/Share/Tests/Ods/Parsers/varsity1.odl @@ -1512,181 +2045,263 @@ ${PYSITELIB}/Ft/Share/Tests/Ods/Parsers/varsity2.odl ${PYSITELIB}/Ft/Share/Tests/Ods/Parsers/xml.odl ${PYSITELIB}/Ft/Share/Tests/Ods/StorageManager/__init__.py ${PYSITELIB}/Ft/Share/Tests/Ods/StorageManager/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/StorageManager/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/StorageManager/test_collection.py ${PYSITELIB}/Ft/Share/Tests/Ods/StorageManager/test_collection.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/StorageManager/test_collection.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/StorageManager/test_global_cache.py ${PYSITELIB}/Ft/Share/Tests/Ods/StorageManager/test_global_cache.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/StorageManager/test_global_cache.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/StorageManager/test_interface_creation.py ${PYSITELIB}/Ft/Share/Tests/Ods/StorageManager/test_interface_creation.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/StorageManager/test_interface_creation.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/StorageManager/test_module.py ${PYSITELIB}/Ft/Share/Tests/Ods/StorageManager/test_module.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/StorageManager/test_module.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/StorageManager/test_persistent_object.py ${PYSITELIB}/Ft/Share/Tests/Ods/StorageManager/test_persistent_object.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/StorageManager/test_persistent_object.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/StorageManager/test_query_adapter_simple.py ${PYSITELIB}/Ft/Share/Tests/Ods/StorageManager/test_query_adapter_simple.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/StorageManager/test_query_adapter_simple.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/StorageManager/test_storage_manager.py ${PYSITELIB}/Ft/Share/Tests/Ods/StorageManager/test_storage_manager.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/StorageManager/test_storage_manager.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/System/__init__.py ${PYSITELIB}/Ft/Share/Tests/Ods/System/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/System/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/System/all_exceptions.py ${PYSITELIB}/Ft/Share/Tests/Ods/System/all_exceptions.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/System/all_exceptions.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/System/all_types.py ${PYSITELIB}/Ft/Share/Tests/Ods/System/all_types.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/System/all_types.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/System/binding.py ${PYSITELIB}/Ft/Share/Tests/Ods/System/binding.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/System/binding.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/System/blobs.py ${PYSITELIB}/Ft/Share/Tests/Ods/System/blobs.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/System/blobs.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/System/collections.py ${PYSITELIB}/Ft/Share/Tests/Ods/System/collections.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/System/collections.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/System/constants.py ${PYSITELIB}/Ft/Share/Tests/Ods/System/constants.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/System/constants.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/System/copy.py ${PYSITELIB}/Ft/Share/Tests/Ods/System/copy.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/System/copy.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/System/date.py ${PYSITELIB}/Ft/Share/Tests/Ods/System/date.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/System/date.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/System/enumeration.py ${PYSITELIB}/Ft/Share/Tests/Ods/System/enumeration.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/System/enumeration.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/System/fixedstring.py ${PYSITELIB}/Ft/Share/Tests/Ods/System/fixedstring.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/System/fixedstring.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/System/interfaces.py ${PYSITELIB}/Ft/Share/Tests/Ods/System/interfaces.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/System/interfaces.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/System/leave_join_test.py ${PYSITELIB}/Ft/Share/Tests/Ods/System/leave_join_test.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/System/leave_join_test.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/System/mthread_test.py ${PYSITELIB}/Ft/Share/Tests/Ods/System/mthread_test.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/System/mthread_test.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/System/nested_definitions.py ${PYSITELIB}/Ft/Share/Tests/Ods/System/nested_definitions.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/System/nested_definitions.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/System/objects.py ${PYSITELIB}/Ft/Share/Tests/Ods/System/objects.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/System/objects.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/System/oif.py ${PYSITELIB}/Ft/Share/Tests/Ods/System/oif.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/System/oif.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/System/operation_defs.py ${PYSITELIB}/Ft/Share/Tests/Ods/System/operation_defs.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/System/operation_defs.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/System/operations.py ${PYSITELIB}/Ft/Share/Tests/Ods/System/operations.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/System/operations.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/System/structures.py ${PYSITELIB}/Ft/Share/Tests/Ods/System/structures.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/System/structures.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/System/test_util.py ${PYSITELIB}/Ft/Share/Tests/Ods/System/test_util.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/System/test_util.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/System/typedefs.py ${PYSITELIB}/Ft/Share/Tests/Ods/System/typedefs.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/System/typedefs.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/System/unions.py ${PYSITELIB}/Ft/Share/Tests/Ods/System/unions.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/System/unions.pyo ${PYSITELIB}/Ft/Share/Tests/Ods/__init__.py ${PYSITELIB}/Ft/Share/Tests/Ods/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Ods/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/README ${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/__init__.py ${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/bm_20010116.rdf ${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/ga_20020201.rdf ${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/jc_20010313.py ${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/jc_20010313.pyc +${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/jc_20010313.pyo ${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/ji_20021211.py ${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/ji_20021211.pyc +${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/ji_20021211.pyo ${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/jk_20010329.py ${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/jk_20010329.pyc +${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/jk_20010329.pyo ${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/jk_20010329.rdf ${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/jy_20011119.py ${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/jy_20011119.pyc +${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/jy_20011119.pyo ${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/mozilla.org.example.xml ${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/rl_20001109.py ${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/rl_20001109.pyc +${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/rl_20001109.pyo ${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/rl_20010105.py ${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/rl_20010105.pyc +${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/rl_20010105.pyo ${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/rl_20020327-1.rdf ${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/rl_20020327-2.rdf ${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/rss1.example.xml ${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/uo_20001111.py ${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/uo_20001111.pyc +${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/uo_20001111.pyo ${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/xset.rdfs ${PYSITELIB}/Ft/Share/Tests/Rdf/Borrowed/xset.xml ${PYSITELIB}/Ft/Share/Tests/Rdf/Drivers/__init__.py ${PYSITELIB}/Ft/Share/Tests/Rdf/Drivers/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Rdf/Drivers/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Rdf/Drivers/test_interface.py ${PYSITELIB}/Ft/Share/Tests/Rdf/Drivers/test_interface.pyc +${PYSITELIB}/Ft/Share/Tests/Rdf/Drivers/test_interface.pyo ${PYSITELIB}/Ft/Share/Tests/Rdf/Drivers/test_versa_interface.py ${PYSITELIB}/Ft/Share/Tests/Rdf/Drivers/test_versa_interface.pyc +${PYSITELIB}/Ft/Share/Tests/Rdf/Drivers/test_versa_interface.pyo ${PYSITELIB}/Ft/Share/Tests/Rdf/Query/__init__.py ${PYSITELIB}/Ft/Share/Tests/Rdf/Query/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Rdf/Query/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Rdf/Query/test_boolean_functions.py ${PYSITELIB}/Ft/Share/Tests/Rdf/Query/test_boolean_functions.pyc +${PYSITELIB}/Ft/Share/Tests/Rdf/Query/test_boolean_functions.pyo ${PYSITELIB}/Ft/Share/Tests/Rdf/Query/test_functions.py ${PYSITELIB}/Ft/Share/Tests/Rdf/Query/test_functions.pyc +${PYSITELIB}/Ft/Share/Tests/Rdf/Query/test_functions.pyo ${PYSITELIB}/Ft/Share/Tests/Rdf/Query/test_helper.py ${PYSITELIB}/Ft/Share/Tests/Rdf/Query/test_helper.pyc +${PYSITELIB}/Ft/Share/Tests/Rdf/Query/test_helper.pyo ${PYSITELIB}/Ft/Share/Tests/Rdf/Query/test_relational_functions.py ${PYSITELIB}/Ft/Share/Tests/Rdf/Query/test_relational_functions.pyc +${PYSITELIB}/Ft/Share/Tests/Rdf/Query/test_relational_functions.pyo ${PYSITELIB}/Ft/Share/Tests/Rdf/Query/test_set_functions.py ${PYSITELIB}/Ft/Share/Tests/Rdf/Query/test_set_functions.pyc +${PYSITELIB}/Ft/Share/Tests/Rdf/Query/test_set_functions.pyo ${PYSITELIB}/Ft/Share/Tests/Rdf/Query/test_traversal.py ${PYSITELIB}/Ft/Share/Tests/Rdf/Query/test_traversal.pyc +${PYSITELIB}/Ft/Share/Tests/Rdf/Query/test_traversal.pyo ${PYSITELIB}/Ft/Share/Tests/Rdf/RdfHelper.py ${PYSITELIB}/Ft/Share/Tests/Rdf/RdfHelper.pyc +${PYSITELIB}/Ft/Share/Tests/Rdf/RdfHelper.pyo ${PYSITELIB}/Ft/Share/Tests/Rdf/__init__.py ${PYSITELIB}/Ft/Share/Tests/Rdf/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Rdf/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Rdf/test_bind.py ${PYSITELIB}/Ft/Share/Tests/Rdf/test_bind.pyc +${PYSITELIB}/Ft/Share/Tests/Rdf/test_bind.pyo ${PYSITELIB}/Ft/Share/Tests/Rdf/test_model.py ${PYSITELIB}/Ft/Share/Tests/Rdf/test_model.pyc +${PYSITELIB}/Ft/Share/Tests/Rdf/test_model.pyo ${PYSITELIB}/Ft/Share/Tests/Rdf/test_removeall.py ${PYSITELIB}/Ft/Share/Tests/Rdf/test_removeall.pyc +${PYSITELIB}/Ft/Share/Tests/Rdf/test_removeall.pyo ${PYSITELIB}/Ft/Share/Tests/Rdf/test_serializer.py ${PYSITELIB}/Ft/Share/Tests/Rdf/test_serializer.pyc +${PYSITELIB}/Ft/Share/Tests/Rdf/test_serializer.pyo ${PYSITELIB}/Ft/Share/Tests/Rdf/use_case/REC-rdf-syntax-7.4-1.rdf ${PYSITELIB}/Ft/Share/Tests/Rdf/use_case/containers.rdf ${PYSITELIB}/Ft/Share/Tests/Rdf/use_case/no-containers.rdf ${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/__init__.py ${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_create_container.py ${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_create_container.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_create_container.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_create_document.py ${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_create_document.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_create_document.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_create_raw_file.py ${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_create_raw_file.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_create_raw_file.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_delete.py ${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_delete.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_delete.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_export.py ${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_export.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_export.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_fetch_container.py ${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_fetch_container.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_fetch_container.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_fetch_document.py ${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_fetch_document.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_fetch_document.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_fetch_raw_file.py ${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_fetch_raw_file.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_fetch_raw_file.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_install.py ${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_install.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_install.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_prime.py ${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_prime.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_prime.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_update_document.py ${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_update_document.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_update_document.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_update_raw_file.py ${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_update_raw_file.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Client/Commands/test_update_raw_file.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/__init__.py ${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_basic_rawfile.py ${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_basic_rawfile.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_basic_rawfile.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_basic_resource_metadata.py ${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_basic_resource_metadata.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_basic_resource_metadata.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_container.py ${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_container.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_container.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_documentdefinition.py ${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_documentdefinition.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_documentdefinition.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_get_repository.py ${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_get_repository.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_get_repository.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_helper.py ${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_helper.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_helper.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_meta_document.py ${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_meta_document.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_meta_document.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_permissions.py ${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_permissions.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_permissions.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_raw_file.py ${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_raw_file.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_raw_file.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_xml_document.py ${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_xml_document.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Client/Core/test_xml_document.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Client/__init__.py ${PYSITELIB}/Ft/Share/Tests/Server/Client/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Client/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Common/Install/__init__.py ${PYSITELIB}/Ft/Share/Tests/Server/Common/Install/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Common/Install/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Common/Install/complex.xml ${PYSITELIB}/Ft/Share/Tests/Server/Common/Install/include.xml ${PYSITELIB}/Ft/Share/Tests/Server/Common/Install/mirror/mirror1.dc @@ -1703,134 +2318,198 @@ ${PYSITELIB}/Ft/Share/Tests/Server/Common/Install/test1.xpathdd ${PYSITELIB}/Ft/Share/Tests/Server/Common/Install/test1.xslt ${PYSITELIB}/Ft/Share/Tests/Server/Common/Install/test_deserialize.py ${PYSITELIB}/Ft/Share/Tests/Server/Common/Install/test_deserialize.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Common/Install/test_deserialize.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Common/Install/test_install.py ${PYSITELIB}/Ft/Share/Tests/Server/Common/Install/test_install.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Common/Install/test_install.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Common/Install/test_serialize.py ${PYSITELIB}/Ft/Share/Tests/Server/Common/Install/test_serialize.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Common/Install/test_serialize.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Common/Install/test_uptodate.py ${PYSITELIB}/Ft/Share/Tests/Server/Common/Install/test_uptodate.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Common/Install/test_uptodate.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Common/__init__.py ${PYSITELIB}/Ft/Share/Tests/Server/Common/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Common/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Common/test_documentreference.py ${PYSITELIB}/Ft/Share/Tests/Server/Common/test_documentreference.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Common/test_documentreference.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Common/test_validationinfo.py ${PYSITELIB}/Ft/Share/Tests/Server/Common/test_validationinfo.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Common/test_validationinfo.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Common/test_xmllib.py ${PYSITELIB}/Ft/Share/Tests/Server/Common/test_xmllib.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Common/test_xmllib.pyo ${PYSITELIB}/Ft/Share/Tests/Server/NullLogger.py ${PYSITELIB}/Ft/Share/Tests/Server/NullLogger.pyc +${PYSITELIB}/Ft/Share/Tests/Server/NullLogger.pyo ${PYSITELIB}/Ft/Share/Tests/Server/README ${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/__init__.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/test_driver.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/test_driver.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/test_driver.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/test_flat_file.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/test_flat_file.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/test_flat_file.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/test_ftss_driver.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/test_ftss_driver.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/test_ftss_driver.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/test_helper.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/test_helper.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/test_helper.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/test_inputsource.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/test_inputsource.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/test_inputsource.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/test_path.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/test_path.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/test_path.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/test_postgres.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/test_postgres.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/test_postgres.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/test_psyco.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/test_psyco.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/Drivers/test_psyco.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/Lib/__init__.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/Lib/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/Lib/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/DatabaseModes.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/DatabaseModes.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/DatabaseModes.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/__init__.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_acl_interfaces.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_acl_interfaces.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_acl_interfaces.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_aliases.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_aliases.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_aliases.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_apply_xslt.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_apply_xslt.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_apply_xslt.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_basic_rawfile.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_basic_rawfile.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_basic_rawfile.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_basic_resource_metadata.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_basic_resource_metadata.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_basic_resource_metadata.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_commands.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_commands.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_commands.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_container.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_container.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_container.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_document_inferring.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_document_inferring.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_document_inferring.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_documentdefinition.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_documentdefinition.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_documentdefinition.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_get_repository.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_get_repository.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_get_repository.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_group.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_group.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_group.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_helper.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_helper.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_helper.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_meta_document.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_meta_document.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_meta_document.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_meta_xsltdocument.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_meta_xsltdocument.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_meta_xsltdocument.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_permissions.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_permissions.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_permissions.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_raw_file.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_raw_file.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_raw_file.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_rdf_document.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_rdf_document.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_rdf_document.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_repository_reader.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_repository_reader.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_repository_reader.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_resource_metadata.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_resource_metadata.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_resource_metadata.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_schematron_document.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_schematron_document.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_schematron_document.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_server.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_server.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_server.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_session.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_session.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_session.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_set_content.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_set_content.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_set_content.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_temp_files.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_temp_files.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_temp_files.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_textIndexing.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_textIndexing.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_textIndexing.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_uri_reference_file.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_uri_reference_file.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_uri_reference_file.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_user.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_user.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_user.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_uuid.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_uuid.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_uuid.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_validation.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_validation.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_validation.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_xml_document.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_xml_document.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_xml_document.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_xslt_document.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_xslt_document.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_xslt_document.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_xsltdocumentdefinition.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_xsltdocumentdefinition.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_xsltdocumentdefinition.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_xupdate.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_xupdate.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/SCore/test_xupdate.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/Xslt/__init__.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/Xslt/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/Xslt/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/Xslt/ext_module_test.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/Xslt/ext_module_test.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/Xslt/ext_module_test.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/Xslt/test_container.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/Xslt/test_container.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/Xslt/test_container.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/Xslt/test_helper.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/Xslt/test_helper.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/Xslt/test_helper.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/Xslt/test_model.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/Xslt/test_model.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/Xslt/test_model.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/Xslt/test_resource_metadata.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/Xslt/test_resource_metadata.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/Xslt/test_resource_metadata.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/Xslt/test_xslt_extensions.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/Xslt/test_xslt_extensions.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/Xslt/test_xslt_extensions.pyo ${PYSITELIB}/Ft/Share/Tests/Server/Server/__init__.py ${PYSITELIB}/Ft/Share/Tests/Server/Server/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Server/Server/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Server/__init__.py ${PYSITELIB}/Ft/Share/Tests/Server/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Server/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Core/4suite.xsa ${PYSITELIB}/Ft/Share/Tests/Xml/Core/__init__.py ${PYSITELIB}/Ft/Share/Tests/Xml/Core/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Core/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Core/addr_book.dtd ${PYSITELIB}/Ft/Share/Tests/Xml/Core/badXml_16LE_BEBOM_16Decl.xml ${PYSITELIB}/Ft/Share/Tests/Xml/Core/badXml_16LE_LEBOM_16LEDecl.xml @@ -1848,336 +2527,480 @@ ${PYSITELIB}/Ft/Share/Tests/Xml/Core/include5.xml ${PYSITELIB}/Ft/Share/Tests/Xml/Core/include6.xml ${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_catalog.py ${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_catalog.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_catalog.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_domlette.py ${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_domlette.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_domlette.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_domlette_interfaces.py ${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_domlette_interfaces.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_domlette_interfaces.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_domlette_memory.py ${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_domlette_memory.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_domlette_memory.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_domlette_readers.py ${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_domlette_readers.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_domlette_readers.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_format_number.py ${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_format_number.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_format_number.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_get_all_ns.py ${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_get_all_ns.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_get_all_ns.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_ranges.py ${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_ranges.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_ranges.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_split_qname.py ${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_split_qname.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_split_qname.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_xinclude.py ${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_xinclude.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_xinclude.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_xupdate.py ${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_xupdate.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Core/test_xupdate.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Core/various_strings_1.dtd ${PYSITELIB}/Ft/Share/Tests/Xml/Core/xcatalog.xml ${PYSITELIB}/Ft/Share/Tests/Xml/Core/xcatalog_eg2.xml ${PYSITELIB}/Ft/Share/Tests/Xml/Core/xsa.dtd ${PYSITELIB}/Ft/Share/Tests/Xml/XLink/__init__.py ${PYSITELIB}/Ft/Share/Tests/Xml/XLink/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/XLink/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/XLink/addr_book1.xml ${PYSITELIB}/Ft/Share/Tests/Xml/XLink/addr_book2.xml ${PYSITELIB}/Ft/Share/Tests/Xml/XLink/from_spec_2.0-2.xml ${PYSITELIB}/Ft/Share/Tests/Xml/XLink/from_spec_2.0.xml ${PYSITELIB}/Ft/Share/Tests/Xml/XLink/test_simple.py ${PYSITELIB}/Ft/Share/Tests/Xml/XLink/test_simple.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/XLink/test_simple.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Borrowed/__init__.py ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Borrowed/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Borrowed/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Borrowed/kd_20010423.py ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Borrowed/kd_20010423.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Borrowed/kd_20010423.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Borrowed/mb_20020709.py ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Borrowed/mb_20020709.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Borrowed/mb_20020709.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Borrowed/ml_20000128.py ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Borrowed/ml_20000128.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Borrowed/ml_20000128.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Borrowed/od_20000608.py ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Borrowed/od_20000608.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Borrowed/od_20000608.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Borrowed/od_20000608.xml ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Borrowed/rs_20010831.py ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Borrowed/rs_20010831.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Borrowed/rs_20010831.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/DummyExpr.py ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/DummyExpr.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/DummyExpr.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/__init__.py ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_boolean_expr.py ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_boolean_expr.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_boolean_expr.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_core_functions.py ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_core_functions.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_core_functions.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_external_interfaces.py ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_external_interfaces.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_external_interfaces.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_location_path.py ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_location_path.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_location_path.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_node_test.py ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_node_test.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_node_test.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_nodeset_expr.py ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_nodeset_expr.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_nodeset_expr.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_numeric_expr.py ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_numeric_expr.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_numeric_expr.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_parser.py ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_parser.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_parser.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_predicate_list.py ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_predicate_list.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_predicate_list.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_step.py ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_step.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/XPath/Core/test_step.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/__init__.py ${PYSITELIB}/Ft/Share/Tests/Xml/XPath/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/XPath/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/XPointer/__init__.py ${PYSITELIB}/Ft/Share/Tests/Xml/XPointer/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/XPointer/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/XPointer/addrbook.xml ${PYSITELIB}/Ft/Share/Tests/Xml/XPointer/basic_test.py ${PYSITELIB}/Ft/Share/Tests/Xml/XPointer/basic_test.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/XPointer/basic_test.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/XPointer/ns.xml ${PYSITELIB}/Ft/Share/Tests/Xml/XPointer/test_parser.py ${PYSITELIB}/Ft/Share/Tests/Xml/XPointer/test_parser.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/XPointer/test_parser.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/README ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/README.slides.xsl ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/REC-xslt-19991116.xml ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/__init__.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/af_20000922.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/af_20000922.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/af_20000922.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ag_20000713.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ag_20000713.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ag_20000713.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ar_20001110.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ar_20001110.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ar_20001110.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/at_20000618.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/at_20000618.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/at_20000618.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/be_20020802.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/be_20020802.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/be_20020802.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/bh_20010501-inner1.xslt ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/bh_20010501-inner2.xslt ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/bh_20010501.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/bh_20010501.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/bh_20010501.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ce_20000527.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ce_20000527.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ce_20000527.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ce_20000819.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ce_20000819.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ce_20000819.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/cp_20011213.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/cp_20011213.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/cp_20011213.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/cs_20000103.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/cs_20000103.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/cs_20000103.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/cs_20011116.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/cs_20011116.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/cs_20011116.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/d_20010308.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/d_20010308.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/d_20010308.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/da_20000714.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/da_20000714.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/da_20000714.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_19991210.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_19991210.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_19991210.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_20000110.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_20000110.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_20000110.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_20000210.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_20000210.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_20000210.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_20000225.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_20000225.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_20000225.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_20000510.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_20000510.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_20000510.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_20000921.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_20000921.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_20000921.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_20001012.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_20001012.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_20001012.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_20001112.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_20001112.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_20001112.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_20011117.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_20011117.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dc_20011117.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dchudnov-basic.xslt ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dchudnov.xslt ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dg_20010503.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dg_20010503.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dg_20010503.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dh_20000530.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dh_20000530.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dh_20000530.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dm_20010506-1.xslt ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dm_20010506.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dm_20010506.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dm_20010506.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dm_20010506.xslt ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dm_20010714.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dm_20010714.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dm_20010714.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dm_20010815.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dm_20010815.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dm_20010815.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dn_20010504.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dn_20010504.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dn_20010504.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dp_20000306.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dp_20000306.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dp_20000306.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dp_20000310.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dp_20000310.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dp_20000310.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dp_20011212.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dp_20011212.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dp_20011212.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dp_20011217.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dp_20011217.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/dp_20011217.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ed_20000428.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ed_20000428.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ed_20000428.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/em_20001125.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/em_20001125.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/em_20001125.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/em_20010101.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/em_20010101.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/em_20010101.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/erastothenes.xslt ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/etc/mb_20020527-1.xsl ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/etc/mb_20020527-2.xsl ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/etc/mb_20020907.xsl ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ev_20000324.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ev_20000324.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ev_20000324.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/fc_20001125.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/fc_20001125.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/fc_20001125.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/fn_20000913.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/fn_20000913.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/fn_20000913.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/fundlist.xml ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/gg_20000722.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/gg_20000722.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/gg_20000722.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/gkh_20000804.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/gkh_20000804.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/gkh_20000804.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/gkh_20001016.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/gkh_20001016.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/gkh_20001016.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ie5default.xslt ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/jd_20000911.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/jd_20000911.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/jd_20000911.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/js_20001004.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/js_20001004.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/js_20001004.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/js_20001012.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/js_20001012.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/js_20001012.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/js_20001016.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/js_20001016.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/js_20001016.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/jt_20000808.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/jt_20000808.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/jt_20000808.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/jt_20001117.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/jt_20001117.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/jt_20001117.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/jt_20001120.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/jt_20001120.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/jt_20001120.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/km_19991209.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/km_19991209.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/km_19991209.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/km_20000204.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/km_20000204.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/km_20000204.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/km_20000207.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/km_20000207.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/km_20000207.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/km_xmascracker.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/km_xmascracker.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/km_xmascracker.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/lmg_20001031.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/lmg_20001031.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/lmg_20001031.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20010106.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20010106.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20010106.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20010718.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20010718.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20010718.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20010913.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20010913.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20010913.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20010914.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20010914.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20010914.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20010917.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20010917.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20010917.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20011019.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20011019.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20011019.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20011105.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20011105.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20011105.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20020527.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20020527.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20020527.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20020709.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20020709.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20020709.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20020715.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20020715.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20020715.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20020907.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20020907.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mb_20020907.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mg_20010530.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mg_20010530.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mg_20010530.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mn_19991221.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mn_19991221.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mn_19991221.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mn_20001128.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mn_20001128.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mn_20001128.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mo_20001217.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mo_20001217.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/mo_20001217.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ms_20000329.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ms_20000329.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ms_20000329.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/newline_to_br_demo_11.xsl ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ns_parse.py.patch ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ob_20000613.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ob_20000613.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ob_20000613.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ob_20010518.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ob_20010518.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ob_20010518.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/oc_20001122.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/oc_20001122.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/oc_20001122.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/oc_20010115.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/oc_20010115.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/oc_20010115.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/oc_20010315.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/oc_20010315.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/oc_20010315.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/oc_20010817.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/oc_20010817.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/oc_20010817.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/og_20010503.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/og_20010503.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/og_20010503.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/og_20010506.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/og_20010506.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/og_20010506.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/og_20010507.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/og_20010507.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/og_20010507.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/pool-comm.xsl ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/pt_20000805.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/pt_20000805.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/pt_20000805.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/rdf2rss.xslt ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/rdftripledump.xslt ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/rss.schematron ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/rt_20000515.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/rt_20000515.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/rt_20000515.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/sample.svg ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/sb_20000628.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/sb_20000628.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/sb_20000628.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/schematron-skel-ns.xslt ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/slides.xsl ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/slides4svg.xml ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/sm_19991228.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/sm_19991228.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/sm_19991228.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/sm_20000304.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/sm_20000304.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/sm_20000304.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/sm_20000509.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/sm_20000509.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/sm_20000509.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/sm_20001129.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/sm_20001129.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/sm_20001129.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/sp_20000818.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/sp_20000818.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/sp_20000818.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/spec_attribute_set.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/spec_attribute_set.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/spec_attribute_set.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/spec_namespace_alias.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/spec_namespace_alias.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/spec_namespace_alias.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ss_20010301.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ss_20010301.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/ss_20010301.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/st_20000210.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/st_20000210.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/st_20000210.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/st_20000324.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/st_20000324.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/st_20000324.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/tg_20010628-include.xml ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/tg_20010628.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/tg_20010628.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/tg_20010628.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/tk_20001125.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/tk_20001125.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/tk_20001125.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/tm_19991120.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/tm_19991120.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/tm_19991120.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20000817.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20000817.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20000817.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20000923.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20000923.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20000923.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20000929.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20000929.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20000929.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20001030.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20001030.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20001030.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20001208.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20001208.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20001208.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20010112.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20010112.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20010112.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20010502.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20010502.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20010502.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20010503.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20010503.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20010503.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20010717.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20010717.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20010717.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20010814.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20010814.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20010814.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20020909.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20020909.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/uo_20020909.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/urlpattern.xslt ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/w3c-xmlspec.xslt ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/w3c_xslt_spec.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/w3c_xslt_spec.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/w3c_xslt_spec.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/wc-nt.xslt ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/wc.xslt ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/wh_20000607.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/wh_20000607.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/wh_20000607.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/xbel-1.0.xsl ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/xmlspec-v20.dtd ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Borrowed/xmlverbatim.xsl ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/__init__.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/addr_book.dtd ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/addr_book1.xml ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/addr_book1.xsl @@ -2188,413 +3011,612 @@ ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/addr_book_keyed.xsl ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/apply-imports-test.xslt ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/basic_test.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/basic_test.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/basic_test.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/etc/null.xslt ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/svgeg.svg ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_apply_imports.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_apply_imports.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_apply_imports.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_apply_templates.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_apply_templates.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_apply_templates.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_avt.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_avt.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_avt.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_call_template.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_call_template.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_call_template.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_choose.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_choose.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_choose.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_command_line.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_command_line.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_command_line.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_compiled_stylesheet.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_compiled_stylesheet.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_compiled_stylesheet.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_copy.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_copy.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_copy.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_copy_of.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_copy_of.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_copy_of.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_disoutesc.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_disoutesc.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_disoutesc.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_elem_attr.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_elem_attr.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_elem_attr.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_exslt.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_exslt.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_exslt.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_extensions_1.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_extensions_1.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_extensions_1.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_ft_assign.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_ft_assign.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_ft_assign.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_ft_funcs.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_ft_funcs.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_ft_funcs.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_ft_output.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_ft_output.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_ft_output.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_ft_replace.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_ft_replace.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_ft_replace.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_general_errors.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_general_errors.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_general_errors.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_handler_override.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_handler_override.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_handler_override.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_if.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_if.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_if.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_import.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_import.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_import.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_include.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_include.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_include.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_key.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_key.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_key.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_literals.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_literals.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_literals.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_message.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_message.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_message.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_number_sort.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_number_sort.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_number_sort.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_output.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_output.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_output.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_patterns.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_patterns.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_patterns.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_performance_matrix.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_performance_matrix.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_performance_matrix.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_pi.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_pi.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_pi.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_profile.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_profile.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_profile.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_runnode.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_runnode.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_runnode.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_sty_inc_paths.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_sty_inc_paths.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_sty_inc_paths.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_variable.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_variable.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_variable.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_ws_handling.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_ws_handling.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_ws_handling.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_xslfunctions.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_xslfunctions.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/Core/test_xslfunctions.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/__init__.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/test_harness.py ${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/test_harness.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/Xslt/test_harness.pyo ${PYSITELIB}/Ft/Share/Tests/Xml/__init__.py ${PYSITELIB}/Ft/Share/Tests/Xml/__init__.pyc +${PYSITELIB}/Ft/Share/Tests/Xml/__init__.pyo ${PYSITELIB}/Ft/Share/Tests/test.py ${PYSITELIB}/Ft/Share/Tests/test.pyc +${PYSITELIB}/Ft/Share/Tests/test.pyo ${PYSITELIB}/Ft/Share/__init__.py ${PYSITELIB}/Ft/Share/__init__.pyc +${PYSITELIB}/Ft/Share/__init__.pyo ${PYSITELIB}/Ft/ThirdParty/Xvif/FragmentFilter.py ${PYSITELIB}/Ft/ThirdParty/Xvif/FragmentFilter.pyc +${PYSITELIB}/Ft/ThirdParty/Xvif/FragmentFilter.pyo ${PYSITELIB}/Ft/ThirdParty/Xvif/Smart_len.py ${PYSITELIB}/Ft/ThirdParty/Xvif/Smart_len.pyc +${PYSITELIB}/Ft/ThirdParty/Xvif/Smart_len.pyo ${PYSITELIB}/Ft/ThirdParty/Xvif/__init__.py ${PYSITELIB}/Ft/ThirdParty/Xvif/__init__.pyc +${PYSITELIB}/Ft/ThirdParty/Xvif/__init__.pyo ${PYSITELIB}/Ft/ThirdParty/Xvif/characters.py ${PYSITELIB}/Ft/ThirdParty/Xvif/characters.pyc +${PYSITELIB}/Ft/ThirdParty/Xvif/characters.pyo ${PYSITELIB}/Ft/ThirdParty/Xvif/iFrameRNG.py ${PYSITELIB}/Ft/ThirdParty/Xvif/iFrameRNG.pyc +${PYSITELIB}/Ft/ThirdParty/Xvif/iFrameRNG.pyo ${PYSITELIB}/Ft/ThirdParty/Xvif/iFrameRegFrag.py ${PYSITELIB}/Ft/ThirdParty/Xvif/iFrameRegFrag.pyc +${PYSITELIB}/Ft/ThirdParty/Xvif/iFrameRegFrag.pyo ${PYSITELIB}/Ft/ThirdParty/Xvif/iFrameTypes.py ${PYSITELIB}/Ft/ThirdParty/Xvif/iFrameTypes.pyc +${PYSITELIB}/Ft/ThirdParty/Xvif/iFrameTypes.pyo ${PYSITELIB}/Ft/ThirdParty/Xvif/iFrameXSLT.py ${PYSITELIB}/Ft/ThirdParty/Xvif/iFrameXSLT.pyc +${PYSITELIB}/Ft/ThirdParty/Xvif/iFrameXSLT.pyo ${PYSITELIB}/Ft/ThirdParty/Xvif/iframe.py ${PYSITELIB}/Ft/ThirdParty/Xvif/iframe.pyc +${PYSITELIB}/Ft/ThirdParty/Xvif/iframe.pyo ${PYSITELIB}/Ft/ThirdParty/Xvif/rng.py ${PYSITELIB}/Ft/ThirdParty/Xvif/rng.pyc +${PYSITELIB}/Ft/ThirdParty/Xvif/rng.pyo ${PYSITELIB}/Ft/ThirdParty/Xvif/rngCoreTypeLib.py ${PYSITELIB}/Ft/ThirdParty/Xvif/rngCoreTypeLib.pyc +${PYSITELIB}/Ft/ThirdParty/Xvif/rngCoreTypeLib.pyo ${PYSITELIB}/Ft/ThirdParty/Xvif/wxsTypeLib.py ${PYSITELIB}/Ft/ThirdParty/Xvif/wxsTypeLib.pyc +${PYSITELIB}/Ft/ThirdParty/Xvif/wxsTypeLib.pyo ${PYSITELIB}/Ft/ThirdParty/Xvif/xmlchargen.py ${PYSITELIB}/Ft/ThirdParty/Xvif/xmlchargen.pyc +${PYSITELIB}/Ft/ThirdParty/Xvif/xmlchargen.pyo ${PYSITELIB}/Ft/ThirdParty/Xvif/xmlcomp.py ${PYSITELIB}/Ft/ThirdParty/Xvif/xmlcomp.pyc +${PYSITELIB}/Ft/ThirdParty/Xvif/xmlcomp.pyo ${PYSITELIB}/Ft/ThirdParty/__init__.py ${PYSITELIB}/Ft/ThirdParty/__init__.pyc +${PYSITELIB}/Ft/ThirdParty/__init__.pyo ${PYSITELIB}/Ft/ThirdParty/__packageInfo__.py ${PYSITELIB}/Ft/ThirdParty/__packageInfo__.pyc +${PYSITELIB}/Ft/ThirdParty/__packageInfo__.pyo ${PYSITELIB}/Ft/Xml/Catalog.py ${PYSITELIB}/Ft/Xml/Catalog.pyc +${PYSITELIB}/Ft/Xml/Catalog.pyo ${PYSITELIB}/Ft/Xml/Domlette.py ${PYSITELIB}/Ft/Xml/Domlette.pyc +${PYSITELIB}/Ft/Xml/Domlette.pyo ${PYSITELIB}/Ft/Xml/FtMiniDom/Handler.py ${PYSITELIB}/Ft/Xml/FtMiniDom/Handler.pyc +${PYSITELIB}/Ft/Xml/FtMiniDom/Handler.pyo ${PYSITELIB}/Ft/Xml/FtMiniDom/Nodes.py ${PYSITELIB}/Ft/Xml/FtMiniDom/Nodes.pyc +${PYSITELIB}/Ft/Xml/FtMiniDom/Nodes.pyo ${PYSITELIB}/Ft/Xml/FtMiniDom/NonvalReader.py ${PYSITELIB}/Ft/Xml/FtMiniDom/NonvalReader.pyc +${PYSITELIB}/Ft/Xml/FtMiniDom/NonvalReader.pyo ${PYSITELIB}/Ft/Xml/FtMiniDom/Reader.py ${PYSITELIB}/Ft/Xml/FtMiniDom/Reader.pyc +${PYSITELIB}/Ft/Xml/FtMiniDom/Reader.pyo ${PYSITELIB}/Ft/Xml/FtMiniDom/Strip.py ${PYSITELIB}/Ft/Xml/FtMiniDom/Strip.pyc +${PYSITELIB}/Ft/Xml/FtMiniDom/Strip.pyo ${PYSITELIB}/Ft/Xml/FtMiniDom/TestTree.py ${PYSITELIB}/Ft/Xml/FtMiniDom/TestTree.pyc +${PYSITELIB}/Ft/Xml/FtMiniDom/TestTree.pyo ${PYSITELIB}/Ft/Xml/FtMiniDom/ValReader.py ${PYSITELIB}/Ft/Xml/FtMiniDom/ValReader.pyc +${PYSITELIB}/Ft/Xml/FtMiniDom/ValReader.pyo ${PYSITELIB}/Ft/Xml/FtMiniDom/__init__.py ${PYSITELIB}/Ft/Xml/FtMiniDom/__init__.pyc +${PYSITELIB}/Ft/Xml/FtMiniDom/__init__.pyo ${PYSITELIB}/Ft/Xml/InputSource.py ${PYSITELIB}/Ft/Xml/InputSource.pyc +${PYSITELIB}/Ft/Xml/InputSource.pyo ${PYSITELIB}/Ft/Xml/Lib/HtmlDefs.py ${PYSITELIB}/Ft/Xml/Lib/HtmlDefs.pyc +${PYSITELIB}/Ft/Xml/Lib/HtmlDefs.pyo ${PYSITELIB}/Ft/Xml/Lib/HtmlPrettyPrinter.py ${PYSITELIB}/Ft/Xml/Lib/HtmlPrettyPrinter.pyc +${PYSITELIB}/Ft/Xml/Lib/HtmlPrettyPrinter.pyo ${PYSITELIB}/Ft/Xml/Lib/HtmlPrinter.py ${PYSITELIB}/Ft/Xml/Lib/HtmlPrinter.pyc +${PYSITELIB}/Ft/Xml/Lib/HtmlPrinter.pyo ${PYSITELIB}/Ft/Xml/Lib/Nss.py ${PYSITELIB}/Ft/Xml/Lib/Nss.pyc +${PYSITELIB}/Ft/Xml/Lib/Nss.pyo ${PYSITELIB}/Ft/Xml/Lib/Print.py ${PYSITELIB}/Ft/Xml/Lib/Print.pyc +${PYSITELIB}/Ft/Xml/Lib/Print.pyo ${PYSITELIB}/Ft/Xml/Lib/StreamWriter.py ${PYSITELIB}/Ft/Xml/Lib/StreamWriter.pyc +${PYSITELIB}/Ft/Xml/Lib/StreamWriter.pyo ${PYSITELIB}/Ft/Xml/Lib/String.py ${PYSITELIB}/Ft/Xml/Lib/String.pyc +${PYSITELIB}/Ft/Xml/Lib/String.pyo ${PYSITELIB}/Ft/Xml/Lib/StripElements.py ${PYSITELIB}/Ft/Xml/Lib/StripElements.pyc +${PYSITELIB}/Ft/Xml/Lib/StripElements.pyo ${PYSITELIB}/Ft/Xml/Lib/TreeCompare.py ${PYSITELIB}/Ft/Xml/Lib/TreeCompare.pyc +${PYSITELIB}/Ft/Xml/Lib/TreeCompare.pyo ${PYSITELIB}/Ft/Xml/Lib/XmlPrettyPrinter.py ${PYSITELIB}/Ft/Xml/Lib/XmlPrettyPrinter.pyc +${PYSITELIB}/Ft/Xml/Lib/XmlPrettyPrinter.pyo ${PYSITELIB}/Ft/Xml/Lib/XmlPrinter.py ${PYSITELIB}/Ft/Xml/Lib/XmlPrinter.pyc +${PYSITELIB}/Ft/Xml/Lib/XmlPrinter.pyo ${PYSITELIB}/Ft/Xml/Lib/_4xupdate.py ${PYSITELIB}/Ft/Xml/Lib/_4xupdate.pyc +${PYSITELIB}/Ft/Xml/Lib/_4xupdate.pyo ${PYSITELIB}/Ft/Xml/Lib/__init__.py ${PYSITELIB}/Ft/Xml/Lib/__init__.pyc +${PYSITELIB}/Ft/Xml/Lib/__init__.pyo ${PYSITELIB}/Ft/Xml/Lib/cStreamWriter.so ${PYSITELIB}/Ft/Xml/Lib/routines.so ${PYSITELIB}/Ft/Xml/MessageSource.py ${PYSITELIB}/Ft/Xml/MessageSource.pyc +${PYSITELIB}/Ft/Xml/MessageSource.pyo ${PYSITELIB}/Ft/Xml/SplitQNamec.so ${PYSITELIB}/Ft/Xml/XInclude.py ${PYSITELIB}/Ft/Xml/XInclude.pyc +${PYSITELIB}/Ft/Xml/XInclude.pyo ${PYSITELIB}/Ft/Xml/XLink/Processor.py ${PYSITELIB}/Ft/Xml/XLink/Processor.pyc +${PYSITELIB}/Ft/Xml/XLink/Processor.pyo ${PYSITELIB}/Ft/Xml/XLink/XLinkElements.py ${PYSITELIB}/Ft/Xml/XLink/XLinkElements.pyc +${PYSITELIB}/Ft/Xml/XLink/XLinkElements.pyo ${PYSITELIB}/Ft/Xml/XLink/__init__.py ${PYSITELIB}/Ft/Xml/XLink/__init__.pyc +${PYSITELIB}/Ft/Xml/XLink/__init__.pyo ${PYSITELIB}/Ft/Xml/XPath/BuiltInExtFunctions.py ${PYSITELIB}/Ft/Xml/XPath/BuiltInExtFunctions.pyc +${PYSITELIB}/Ft/Xml/XPath/BuiltInExtFunctions.pyo ${PYSITELIB}/Ft/Xml/XPath/Context.py ${PYSITELIB}/Ft/Xml/XPath/Context.pyc +${PYSITELIB}/Ft/Xml/XPath/Context.pyo ${PYSITELIB}/Ft/Xml/XPath/Conversions.py ${PYSITELIB}/Ft/Xml/XPath/Conversions.pyc +${PYSITELIB}/Ft/Xml/XPath/Conversions.pyo ${PYSITELIB}/Ft/Xml/XPath/CoreFunctions.py ${PYSITELIB}/Ft/Xml/XPath/CoreFunctions.pyc +${PYSITELIB}/Ft/Xml/XPath/CoreFunctions.pyo ${PYSITELIB}/Ft/Xml/XPath/MathFunctions.py ${PYSITELIB}/Ft/Xml/XPath/MathFunctions.pyc +${PYSITELIB}/Ft/Xml/XPath/MathFunctions.pyo ${PYSITELIB}/Ft/Xml/XPath/MessageSource.py ${PYSITELIB}/Ft/Xml/XPath/MessageSource.pyc +${PYSITELIB}/Ft/Xml/XPath/MessageSource.pyo ${PYSITELIB}/Ft/Xml/XPath/NamespaceNode.py ${PYSITELIB}/Ft/Xml/XPath/NamespaceNode.pyc +${PYSITELIB}/Ft/Xml/XPath/NamespaceNode.pyo ${PYSITELIB}/Ft/Xml/XPath/ParsedAbbreviatedAbsoluteLocationPath.py ${PYSITELIB}/Ft/Xml/XPath/ParsedAbbreviatedAbsoluteLocationPath.pyc +${PYSITELIB}/Ft/Xml/XPath/ParsedAbbreviatedAbsoluteLocationPath.pyo ${PYSITELIB}/Ft/Xml/XPath/ParsedAbbreviatedRelativeLocationPath.py ${PYSITELIB}/Ft/Xml/XPath/ParsedAbbreviatedRelativeLocationPath.pyc +${PYSITELIB}/Ft/Xml/XPath/ParsedAbbreviatedRelativeLocationPath.pyo ${PYSITELIB}/Ft/Xml/XPath/ParsedAbsoluteLocationPath.py ${PYSITELIB}/Ft/Xml/XPath/ParsedAbsoluteLocationPath.pyc +${PYSITELIB}/Ft/Xml/XPath/ParsedAbsoluteLocationPath.pyo ${PYSITELIB}/Ft/Xml/XPath/ParsedAxisSpecifier.py ${PYSITELIB}/Ft/Xml/XPath/ParsedAxisSpecifier.pyc +${PYSITELIB}/Ft/Xml/XPath/ParsedAxisSpecifier.pyo ${PYSITELIB}/Ft/Xml/XPath/ParsedExpr.py ${PYSITELIB}/Ft/Xml/XPath/ParsedExpr.pyc +${PYSITELIB}/Ft/Xml/XPath/ParsedExpr.pyo ${PYSITELIB}/Ft/Xml/XPath/ParsedNodeTest.py ${PYSITELIB}/Ft/Xml/XPath/ParsedNodeTest.pyc +${PYSITELIB}/Ft/Xml/XPath/ParsedNodeTest.pyo ${PYSITELIB}/Ft/Xml/XPath/ParsedPredicateList.py ${PYSITELIB}/Ft/Xml/XPath/ParsedPredicateList.pyc +${PYSITELIB}/Ft/Xml/XPath/ParsedPredicateList.pyo ${PYSITELIB}/Ft/Xml/XPath/ParsedRelativeLocationPath.py ${PYSITELIB}/Ft/Xml/XPath/ParsedRelativeLocationPath.pyc +${PYSITELIB}/Ft/Xml/XPath/ParsedRelativeLocationPath.pyo ${PYSITELIB}/Ft/Xml/XPath/ParsedStep.py ${PYSITELIB}/Ft/Xml/XPath/ParsedStep.pyc +${PYSITELIB}/Ft/Xml/XPath/ParsedStep.pyo ${PYSITELIB}/Ft/Xml/XPath/Types.py ${PYSITELIB}/Ft/Xml/XPath/Types.pyc +${PYSITELIB}/Ft/Xml/XPath/Types.pyo ${PYSITELIB}/Ft/Xml/XPath/Util.py ${PYSITELIB}/Ft/Xml/XPath/Util.pyc +${PYSITELIB}/Ft/Xml/XPath/Util.pyo ${PYSITELIB}/Ft/Xml/XPath/XPathParser.py ${PYSITELIB}/Ft/Xml/XPath/XPathParser.pyc +${PYSITELIB}/Ft/Xml/XPath/XPathParser.pyo ${PYSITELIB}/Ft/Xml/XPath/XPathParserc.so ${PYSITELIB}/Ft/Xml/XPath/_4xpath.py ${PYSITELIB}/Ft/Xml/XPath/_4xpath.pyc +${PYSITELIB}/Ft/Xml/XPath/_4xpath.pyo ${PYSITELIB}/Ft/Xml/XPath/__init__.py ${PYSITELIB}/Ft/Xml/XPath/__init__.pyc +${PYSITELIB}/Ft/Xml/XPath/__init__.pyo ${PYSITELIB}/Ft/Xml/XPath/_conversions.so ${PYSITELIB}/Ft/Xml/XPointer/MessageSource.py ${PYSITELIB}/Ft/Xml/XPointer/MessageSource.pyc +${PYSITELIB}/Ft/Xml/XPointer/MessageSource.pyo ${PYSITELIB}/Ft/Xml/XPointer/ParsedNodeTest.py ${PYSITELIB}/Ft/Xml/XPointer/ParsedNodeTest.pyc +${PYSITELIB}/Ft/Xml/XPointer/ParsedNodeTest.pyo ${PYSITELIB}/Ft/Xml/XPointer/ParsedXPointer.py ${PYSITELIB}/Ft/Xml/XPointer/ParsedXPointer.pyc +${PYSITELIB}/Ft/Xml/XPointer/ParsedXPointer.pyo ${PYSITELIB}/Ft/Xml/XPointer/XPointer.py ${PYSITELIB}/Ft/Xml/XPointer/XPointer.pyc +${PYSITELIB}/Ft/Xml/XPointer/XPointer.pyo ${PYSITELIB}/Ft/Xml/XPointer/XPointerParser.py ${PYSITELIB}/Ft/Xml/XPointer/XPointerParser.pyc +${PYSITELIB}/Ft/Xml/XPointer/XPointerParser.pyo ${PYSITELIB}/Ft/Xml/XPointer/XPointerParserc.so ${PYSITELIB}/Ft/Xml/XPointer/XPtrContext.py ${PYSITELIB}/Ft/Xml/XPointer/XPtrContext.pyc +${PYSITELIB}/Ft/Xml/XPointer/XPtrContext.pyo ${PYSITELIB}/Ft/Xml/XPointer/XPtrExprParser.py ${PYSITELIB}/Ft/Xml/XPointer/XPtrExprParser.pyc +${PYSITELIB}/Ft/Xml/XPointer/XPtrExprParser.pyo ${PYSITELIB}/Ft/Xml/XPointer/XPtrExprParserc.so ${PYSITELIB}/Ft/Xml/XPointer/XPtrFunctions.py ${PYSITELIB}/Ft/Xml/XPointer/XPtrFunctions.pyc +${PYSITELIB}/Ft/Xml/XPointer/XPtrFunctions.pyo ${PYSITELIB}/Ft/Xml/XPointer/XPtrPart.py ${PYSITELIB}/Ft/Xml/XPointer/XPtrPart.pyc +${PYSITELIB}/Ft/Xml/XPointer/XPtrPart.pyo ${PYSITELIB}/Ft/Xml/XPointer/__init__.py ${PYSITELIB}/Ft/Xml/XPointer/__init__.pyc +${PYSITELIB}/Ft/Xml/XPointer/__init__.pyo ${PYSITELIB}/Ft/Xml/XUpdate.py ${PYSITELIB}/Ft/Xml/XUpdate.pyc +${PYSITELIB}/Ft/Xml/XUpdate.pyo ${PYSITELIB}/Ft/Xml/Xslt/ApplyImportsElement.py ${PYSITELIB}/Ft/Xml/Xslt/ApplyImportsElement.pyc +${PYSITELIB}/Ft/Xml/Xslt/ApplyImportsElement.pyo ${PYSITELIB}/Ft/Xml/Xslt/ApplyTemplatesElement.py ${PYSITELIB}/Ft/Xml/Xslt/ApplyTemplatesElement.pyc +${PYSITELIB}/Ft/Xml/Xslt/ApplyTemplatesElement.pyo ${PYSITELIB}/Ft/Xml/Xslt/AttributeElement.py ${PYSITELIB}/Ft/Xml/Xslt/AttributeElement.pyc +${PYSITELIB}/Ft/Xml/Xslt/AttributeElement.pyo ${PYSITELIB}/Ft/Xml/Xslt/AttributeInfo.py ${PYSITELIB}/Ft/Xml/Xslt/AttributeInfo.pyc +${PYSITELIB}/Ft/Xml/Xslt/AttributeInfo.pyo ${PYSITELIB}/Ft/Xml/Xslt/AttributeSetElement.py ${PYSITELIB}/Ft/Xml/Xslt/AttributeSetElement.pyc +${PYSITELIB}/Ft/Xml/Xslt/AttributeSetElement.pyo ${PYSITELIB}/Ft/Xml/Xslt/AttributeValueTemplate.py ${PYSITELIB}/Ft/Xml/Xslt/AttributeValueTemplate.pyc +${PYSITELIB}/Ft/Xml/Xslt/AttributeValueTemplate.pyo ${PYSITELIB}/Ft/Xml/Xslt/BuiltInExtElements.py ${PYSITELIB}/Ft/Xml/Xslt/BuiltInExtElements.pyc +${PYSITELIB}/Ft/Xml/Xslt/BuiltInExtElements.pyo ${PYSITELIB}/Ft/Xml/Xslt/BuiltInExtFunctions.py ${PYSITELIB}/Ft/Xml/Xslt/BuiltInExtFunctions.pyc +${PYSITELIB}/Ft/Xml/Xslt/BuiltInExtFunctions.pyo ${PYSITELIB}/Ft/Xml/Xslt/CallTemplateElement.py ${PYSITELIB}/Ft/Xml/Xslt/CallTemplateElement.pyc +${PYSITELIB}/Ft/Xml/Xslt/CallTemplateElement.pyo ${PYSITELIB}/Ft/Xml/Xslt/ChooseElement.py ${PYSITELIB}/Ft/Xml/Xslt/ChooseElement.pyc +${PYSITELIB}/Ft/Xml/Xslt/ChooseElement.pyo ${PYSITELIB}/Ft/Xml/Xslt/CommentElement.py ${PYSITELIB}/Ft/Xml/Xslt/CommentElement.pyc +${PYSITELIB}/Ft/Xml/Xslt/CommentElement.pyo ${PYSITELIB}/Ft/Xml/Xslt/ContentInfo.py ${PYSITELIB}/Ft/Xml/Xslt/ContentInfo.pyc +${PYSITELIB}/Ft/Xml/Xslt/ContentInfo.pyo ${PYSITELIB}/Ft/Xml/Xslt/CopyElement.py ${PYSITELIB}/Ft/Xml/Xslt/CopyElement.pyc +${PYSITELIB}/Ft/Xml/Xslt/CopyElement.pyo ${PYSITELIB}/Ft/Xml/Xslt/CopyOfElement.py ${PYSITELIB}/Ft/Xml/Xslt/CopyOfElement.pyc +${PYSITELIB}/Ft/Xml/Xslt/CopyOfElement.pyo ${PYSITELIB}/Ft/Xml/Xslt/Debugger/DebugCommands.py ${PYSITELIB}/Ft/Xml/Xslt/Debugger/DebugCommands.pyc +${PYSITELIB}/Ft/Xml/Xslt/Debugger/DebugCommands.pyo ${PYSITELIB}/Ft/Xml/Xslt/Debugger/DebugController.py ${PYSITELIB}/Ft/Xml/Xslt/Debugger/DebugController.pyc +${PYSITELIB}/Ft/Xml/Xslt/Debugger/DebugController.pyo ${PYSITELIB}/Ft/Xml/Xslt/Debugger/DebugWriter.py ${PYSITELIB}/Ft/Xml/Xslt/Debugger/DebugWriter.pyc +${PYSITELIB}/Ft/Xml/Xslt/Debugger/DebugWriter.pyo ${PYSITELIB}/Ft/Xml/Xslt/Debugger/TerminalInput.py ${PYSITELIB}/Ft/Xml/Xslt/Debugger/TerminalInput.pyc +${PYSITELIB}/Ft/Xml/Xslt/Debugger/TerminalInput.pyo ${PYSITELIB}/Ft/Xml/Xslt/Debugger/TerminalOutput.py ${PYSITELIB}/Ft/Xml/Xslt/Debugger/TerminalOutput.pyc +${PYSITELIB}/Ft/Xml/Xslt/Debugger/TerminalOutput.pyo ${PYSITELIB}/Ft/Xml/Xslt/Debugger/__init__.py ${PYSITELIB}/Ft/Xml/Xslt/Debugger/__init__.pyc +${PYSITELIB}/Ft/Xml/Xslt/Debugger/__init__.pyo ${PYSITELIB}/Ft/Xml/Xslt/DomWriter.py ${PYSITELIB}/Ft/Xml/Xslt/DomWriter.pyc +${PYSITELIB}/Ft/Xml/Xslt/DomWriter.pyo ${PYSITELIB}/Ft/Xml/Xslt/ElementElement.py ${PYSITELIB}/Ft/Xml/Xslt/ElementElement.pyc +${PYSITELIB}/Ft/Xml/Xslt/ElementElement.pyo ${PYSITELIB}/Ft/Xml/Xslt/Exslt/Common.py ${PYSITELIB}/Ft/Xml/Xslt/Exslt/Common.pyc +${PYSITELIB}/Ft/Xml/Xslt/Exslt/Common.pyo ${PYSITELIB}/Ft/Xml/Xslt/Exslt/DateTime.py ${PYSITELIB}/Ft/Xml/Xslt/Exslt/DateTime.pyc +${PYSITELIB}/Ft/Xml/Xslt/Exslt/DateTime.pyo ${PYSITELIB}/Ft/Xml/Xslt/Exslt/Dynamic.py ${PYSITELIB}/Ft/Xml/Xslt/Exslt/Dynamic.pyc +${PYSITELIB}/Ft/Xml/Xslt/Exslt/Dynamic.pyo ${PYSITELIB}/Ft/Xml/Xslt/Exslt/Functions.py ${PYSITELIB}/Ft/Xml/Xslt/Exslt/Functions.pyc +${PYSITELIB}/Ft/Xml/Xslt/Exslt/Functions.pyo ${PYSITELIB}/Ft/Xml/Xslt/Exslt/Math.py ${PYSITELIB}/Ft/Xml/Xslt/Exslt/Math.pyc +${PYSITELIB}/Ft/Xml/Xslt/Exslt/Math.pyo ${PYSITELIB}/Ft/Xml/Xslt/Exslt/MessageSource.py ${PYSITELIB}/Ft/Xml/Xslt/Exslt/MessageSource.pyc +${PYSITELIB}/Ft/Xml/Xslt/Exslt/MessageSource.pyo ${PYSITELIB}/Ft/Xml/Xslt/Exslt/RegularExpressions.py ${PYSITELIB}/Ft/Xml/Xslt/Exslt/RegularExpressions.pyc +${PYSITELIB}/Ft/Xml/Xslt/Exslt/RegularExpressions.pyo ${PYSITELIB}/Ft/Xml/Xslt/Exslt/Sets.py ${PYSITELIB}/Ft/Xml/Xslt/Exslt/Sets.pyc +${PYSITELIB}/Ft/Xml/Xslt/Exslt/Sets.pyo ${PYSITELIB}/Ft/Xml/Xslt/Exslt/Strings.py ${PYSITELIB}/Ft/Xml/Xslt/Exslt/Strings.pyc +${PYSITELIB}/Ft/Xml/Xslt/Exslt/Strings.pyo ${PYSITELIB}/Ft/Xml/Xslt/Exslt/__init__.py ${PYSITELIB}/Ft/Xml/Xslt/Exslt/__init__.pyc +${PYSITELIB}/Ft/Xml/Xslt/Exslt/__init__.pyo ${PYSITELIB}/Ft/Xml/Xslt/ExtendedProcessingElements.py ${PYSITELIB}/Ft/Xml/Xslt/ExtendedProcessingElements.pyc +${PYSITELIB}/Ft/Xml/Xslt/ExtendedProcessingElements.pyo ${PYSITELIB}/Ft/Xml/Xslt/ForEachElement.py ${PYSITELIB}/Ft/Xml/Xslt/ForEachElement.pyc +${PYSITELIB}/Ft/Xml/Xslt/ForEachElement.pyo ${PYSITELIB}/Ft/Xml/Xslt/GenericVariable.py ${PYSITELIB}/Ft/Xml/Xslt/GenericVariable.pyc +${PYSITELIB}/Ft/Xml/Xslt/GenericVariable.pyo ${PYSITELIB}/Ft/Xml/Xslt/HtmlWriter.py ${PYSITELIB}/Ft/Xml/Xslt/HtmlWriter.pyc +${PYSITELIB}/Ft/Xml/Xslt/HtmlWriter.pyo ${PYSITELIB}/Ft/Xml/Xslt/IfElement.py ${PYSITELIB}/Ft/Xml/Xslt/IfElement.pyc +${PYSITELIB}/Ft/Xml/Xslt/IfElement.pyo ${PYSITELIB}/Ft/Xml/Xslt/LiteralElement.py ${PYSITELIB}/Ft/Xml/Xslt/LiteralElement.pyc +${PYSITELIB}/Ft/Xml/Xslt/LiteralElement.pyo ${PYSITELIB}/Ft/Xml/Xslt/MessageElement.py ${PYSITELIB}/Ft/Xml/Xslt/MessageElement.pyc +${PYSITELIB}/Ft/Xml/Xslt/MessageElement.pyo ${PYSITELIB}/Ft/Xml/Xslt/MessageSource.py ${PYSITELIB}/Ft/Xml/Xslt/MessageSource.pyc +${PYSITELIB}/Ft/Xml/Xslt/MessageSource.pyo ${PYSITELIB}/Ft/Xml/Xslt/NullWriter.py ${PYSITELIB}/Ft/Xml/Xslt/NullWriter.pyc +${PYSITELIB}/Ft/Xml/Xslt/NullWriter.pyo ${PYSITELIB}/Ft/Xml/Xslt/NumberElement.py ${PYSITELIB}/Ft/Xml/Xslt/NumberElement.pyc +${PYSITELIB}/Ft/Xml/Xslt/NumberElement.pyo ${PYSITELIB}/Ft/Xml/Xslt/NumberFormatter.py ${PYSITELIB}/Ft/Xml/Xslt/NumberFormatter.pyc +${PYSITELIB}/Ft/Xml/Xslt/NumberFormatter.pyo ${PYSITELIB}/Ft/Xml/Xslt/OtherXslElement.py ${PYSITELIB}/Ft/Xml/Xslt/OtherXslElement.pyc +${PYSITELIB}/Ft/Xml/Xslt/OtherXslElement.pyo ${PYSITELIB}/Ft/Xml/Xslt/OutputHandler.py ${PYSITELIB}/Ft/Xml/Xslt/OutputHandler.pyc +${PYSITELIB}/Ft/Xml/Xslt/OutputHandler.pyo ${PYSITELIB}/Ft/Xml/Xslt/OutputParameters.py ${PYSITELIB}/Ft/Xml/Xslt/OutputParameters.pyc +${PYSITELIB}/Ft/Xml/Xslt/OutputParameters.pyo ${PYSITELIB}/Ft/Xml/Xslt/ParamElement.py ${PYSITELIB}/Ft/Xml/Xslt/ParamElement.pyc +${PYSITELIB}/Ft/Xml/Xslt/ParamElement.pyo ${PYSITELIB}/Ft/Xml/Xslt/PlainTextWriter.py ${PYSITELIB}/Ft/Xml/Xslt/PlainTextWriter.pyc +${PYSITELIB}/Ft/Xml/Xslt/PlainTextWriter.pyo ${PYSITELIB}/Ft/Xml/Xslt/ProcessingInstructionElement.py ${PYSITELIB}/Ft/Xml/Xslt/ProcessingInstructionElement.pyc +${PYSITELIB}/Ft/Xml/Xslt/ProcessingInstructionElement.pyo ${PYSITELIB}/Ft/Xml/Xslt/Processor.py ${PYSITELIB}/Ft/Xml/Xslt/Processor.pyc +${PYSITELIB}/Ft/Xml/Xslt/Processor.pyo ${PYSITELIB}/Ft/Xml/Xslt/Roman.py ${PYSITELIB}/Ft/Xml/Xslt/Roman.pyc +${PYSITELIB}/Ft/Xml/Xslt/Roman.pyo ${PYSITELIB}/Ft/Xml/Xslt/RtfWriter.py ${PYSITELIB}/Ft/Xml/Xslt/RtfWriter.pyc +${PYSITELIB}/Ft/Xml/Xslt/RtfWriter.pyo ${PYSITELIB}/Ft/Xml/Xslt/SaxWriter.py ${PYSITELIB}/Ft/Xml/Xslt/SaxWriter.pyc +${PYSITELIB}/Ft/Xml/Xslt/SaxWriter.pyo ${PYSITELIB}/Ft/Xml/Xslt/SortElement.py ${PYSITELIB}/Ft/Xml/Xslt/SortElement.pyc +${PYSITELIB}/Ft/Xml/Xslt/SortElement.pyo ${PYSITELIB}/Ft/Xml/Xslt/Stylesheet.py ${PYSITELIB}/Ft/Xml/Xslt/Stylesheet.pyc +${PYSITELIB}/Ft/Xml/Xslt/Stylesheet.pyo ${PYSITELIB}/Ft/Xml/Xslt/StylesheetCompiler.py ${PYSITELIB}/Ft/Xml/Xslt/StylesheetCompiler.pyc +${PYSITELIB}/Ft/Xml/Xslt/StylesheetCompiler.pyo ${PYSITELIB}/Ft/Xml/Xslt/StylesheetHandler.py ${PYSITELIB}/Ft/Xml/Xslt/StylesheetHandler.pyc +${PYSITELIB}/Ft/Xml/Xslt/StylesheetHandler.pyo ${PYSITELIB}/Ft/Xml/Xslt/StylesheetReader.py ${PYSITELIB}/Ft/Xml/Xslt/StylesheetReader.pyc +${PYSITELIB}/Ft/Xml/Xslt/StylesheetReader.pyo ${PYSITELIB}/Ft/Xml/Xslt/StylesheetTree.py ${PYSITELIB}/Ft/Xml/Xslt/StylesheetTree.pyc +${PYSITELIB}/Ft/Xml/Xslt/StylesheetTree.pyo ${PYSITELIB}/Ft/Xml/Xslt/TemplateElement.py ${PYSITELIB}/Ft/Xml/Xslt/TemplateElement.pyc +${PYSITELIB}/Ft/Xml/Xslt/TemplateElement.pyo ${PYSITELIB}/Ft/Xml/Xslt/TextElement.py ${PYSITELIB}/Ft/Xml/Xslt/TextElement.pyc +${PYSITELIB}/Ft/Xml/Xslt/TextElement.pyo ${PYSITELIB}/Ft/Xml/Xslt/TextSax.py ${PYSITELIB}/Ft/Xml/Xslt/TextSax.pyc +${PYSITELIB}/Ft/Xml/Xslt/TextSax.pyo ${PYSITELIB}/Ft/Xml/Xslt/ValueOfElement.py ${PYSITELIB}/Ft/Xml/Xslt/ValueOfElement.pyc +${PYSITELIB}/Ft/Xml/Xslt/ValueOfElement.pyo ${PYSITELIB}/Ft/Xml/Xslt/VariableElement.py ${PYSITELIB}/Ft/Xml/Xslt/VariableElement.pyc +${PYSITELIB}/Ft/Xml/Xslt/VariableElement.pyo ${PYSITELIB}/Ft/Xml/Xslt/WhitespaceElements.py ${PYSITELIB}/Ft/Xml/Xslt/WhitespaceElements.pyc +${PYSITELIB}/Ft/Xml/Xslt/WhitespaceElements.pyo ${PYSITELIB}/Ft/Xml/Xslt/WithParamElement.py ${PYSITELIB}/Ft/Xml/Xslt/WithParamElement.pyc +${PYSITELIB}/Ft/Xml/Xslt/WithParamElement.pyo ${PYSITELIB}/Ft/Xml/Xslt/XPathExtensions.py ${PYSITELIB}/Ft/Xml/Xslt/XPathExtensions.pyc +${PYSITELIB}/Ft/Xml/Xslt/XPathExtensions.pyo ${PYSITELIB}/Ft/Xml/Xslt/XPatternParser.py ${PYSITELIB}/Ft/Xml/Xslt/XPatternParser.pyc +${PYSITELIB}/Ft/Xml/Xslt/XPatternParser.pyo ${PYSITELIB}/Ft/Xml/Xslt/XPatternParserc.so ${PYSITELIB}/Ft/Xml/Xslt/XPatterns.py ${PYSITELIB}/Ft/Xml/Xslt/XPatterns.pyc +${PYSITELIB}/Ft/Xml/Xslt/XPatterns.pyo ${PYSITELIB}/Ft/Xml/Xslt/XmlWriter.py ${PYSITELIB}/Ft/Xml/Xslt/XmlWriter.pyc +${PYSITELIB}/Ft/Xml/Xslt/XmlWriter.pyo ${PYSITELIB}/Ft/Xml/Xslt/XsltContext.py ${PYSITELIB}/Ft/Xml/Xslt/XsltContext.pyc +${PYSITELIB}/Ft/Xml/Xslt/XsltContext.pyo ${PYSITELIB}/Ft/Xml/Xslt/XsltFunctions.py ${PYSITELIB}/Ft/Xml/Xslt/XsltFunctions.pyc +${PYSITELIB}/Ft/Xml/Xslt/XsltFunctions.pyo ${PYSITELIB}/Ft/Xml/Xslt/_4xslt.py ${PYSITELIB}/Ft/Xml/Xslt/_4xslt.pyc +${PYSITELIB}/Ft/Xml/Xslt/_4xslt.pyo ${PYSITELIB}/Ft/Xml/Xslt/__init__.py ${PYSITELIB}/Ft/Xml/Xslt/__init__.pyc +${PYSITELIB}/Ft/Xml/Xslt/__init__.pyo ${PYSITELIB}/Ft/Xml/Xvif.py ${PYSITELIB}/Ft/Xml/Xvif.pyc +${PYSITELIB}/Ft/Xml/Xvif.pyo ${PYSITELIB}/Ft/Xml/_4xml.py ${PYSITELIB}/Ft/Xml/_4xml.pyc +${PYSITELIB}/Ft/Xml/_4xml.pyo ${PYSITELIB}/Ft/Xml/__init__.py ${PYSITELIB}/Ft/Xml/__init__.pyc +${PYSITELIB}/Ft/Xml/__init__.pyo ${PYSITELIB}/Ft/Xml/__packageInfo__.py ${PYSITELIB}/Ft/Xml/__packageInfo__.pyc +${PYSITELIB}/Ft/Xml/__packageInfo__.pyo ${PYSITELIB}/Ft/Xml/cDomlette.py ${PYSITELIB}/Ft/Xml/cDomlette.pyc +${PYSITELIB}/Ft/Xml/cDomlette.pyo ${PYSITELIB}/Ft/Xml/cDomlettec.so ${PYSITELIB}/Ft/__init__.py ${PYSITELIB}/Ft/__init__.pyc +${PYSITELIB}/Ft/__init__.pyo @dirrm ${PYSITELIB}/Ft/Xml/Xslt/Exslt @dirrm ${PYSITELIB}/Ft/Xml/Xslt/Debugger @dirrm ${PYSITELIB}/Ft/Xml/Xslt diff --git a/textproc/py-HappyDoc/PLIST b/textproc/py-HappyDoc/PLIST index 94cb6d110ebb2..19dafa33268f0 100644 --- a/textproc/py-HappyDoc/PLIST +++ b/textproc/py-HappyDoc/PLIST @@ -1,129 +1,191 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/29 16:26:44 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:56 recht Exp $ bin/happydoc${PYVERSSUFFIX} ${PYSITELIB}/happydoclib/CommandLineApp.py ${PYSITELIB}/happydoclib/CommandLineApp.pyc +${PYSITELIB}/happydoclib/CommandLineApp.pyo ${PYSITELIB}/happydoclib/StreamFlushTest.py ${PYSITELIB}/happydoclib/StreamFlushTest.pyc +${PYSITELIB}/happydoclib/StreamFlushTest.pyo ${PYSITELIB}/happydoclib/__init__.py ${PYSITELIB}/happydoclib/__init__.pyc +${PYSITELIB}/happydoclib/__init__.pyo ${PYSITELIB}/happydoclib/appclass.py ${PYSITELIB}/happydoclib/appclass.pyc +${PYSITELIB}/happydoclib/appclass.pyo ${PYSITELIB}/happydoclib/cvsversion.py ${PYSITELIB}/happydoclib/cvsversion.pyc +${PYSITELIB}/happydoclib/cvsversion.pyo ${PYSITELIB}/happydoclib/docset/__init__.py ${PYSITELIB}/happydoclib/docset/__init__.pyc +${PYSITELIB}/happydoclib/docset/__init__.pyo ${PYSITELIB}/happydoclib/docset/docset_Dia.py ${PYSITELIB}/happydoclib/docset/docset_Dia.pyc +${PYSITELIB}/happydoclib/docset/docset_Dia.pyo ${PYSITELIB}/happydoclib/docset/docset_MultipleFile.py ${PYSITELIB}/happydoclib/docset/docset_MultipleFile.pyc +${PYSITELIB}/happydoclib/docset/docset_MultipleFile.pyo ${PYSITELIB}/happydoclib/docset/docset_SingleFile.py ${PYSITELIB}/happydoclib/docset/docset_SingleFile.pyc +${PYSITELIB}/happydoclib/docset/docset_SingleFile.pyo ${PYSITELIB}/happydoclib/docset/docset_Stdout.py ${PYSITELIB}/happydoclib/docset/docset_Stdout.pyc +${PYSITELIB}/happydoclib/docset/docset_Stdout.pyo ${PYSITELIB}/happydoclib/docset/docset_mstruct.py ${PYSITELIB}/happydoclib/docset/docset_mstruct.pyc +${PYSITELIB}/happydoclib/docset/docset_mstruct.pyo ${PYSITELIB}/happydoclib/docset/mstruct_const.py ${PYSITELIB}/happydoclib/docset/mstruct_const.pyc +${PYSITELIB}/happydoclib/docset/mstruct_const.pyo ${PYSITELIB}/happydoclib/docstring/MML.py ${PYSITELIB}/happydoclib/docstring/MML.pyc +${PYSITELIB}/happydoclib/docstring/MML.pyo ${PYSITELIB}/happydoclib/docstring/StructuredText/ClassicDocumentClass.py ${PYSITELIB}/happydoclib/docstring/StructuredText/ClassicDocumentClass.pyc +${PYSITELIB}/happydoclib/docstring/StructuredText/ClassicDocumentClass.pyo ${PYSITELIB}/happydoclib/docstring/StructuredText/ClassicStructuredText.py ${PYSITELIB}/happydoclib/docstring/StructuredText/ClassicStructuredText.pyc +${PYSITELIB}/happydoclib/docstring/StructuredText/ClassicStructuredText.pyo ${PYSITELIB}/happydoclib/docstring/StructuredText/DocBookClass.py ${PYSITELIB}/happydoclib/docstring/StructuredText/DocBookClass.pyc +${PYSITELIB}/happydoclib/docstring/StructuredText/DocBookClass.pyo ${PYSITELIB}/happydoclib/docstring/StructuredText/DocumentClass.py ${PYSITELIB}/happydoclib/docstring/StructuredText/DocumentClass.pyc +${PYSITELIB}/happydoclib/docstring/StructuredText/DocumentClass.pyo ${PYSITELIB}/happydoclib/docstring/StructuredText/DocumentWithImages.py ${PYSITELIB}/happydoclib/docstring/StructuredText/DocumentWithImages.pyc +${PYSITELIB}/happydoclib/docstring/StructuredText/DocumentWithImages.pyo ${PYSITELIB}/happydoclib/docstring/StructuredText/HTMLClass.py ${PYSITELIB}/happydoclib/docstring/StructuredText/HTMLClass.pyc +${PYSITELIB}/happydoclib/docstring/StructuredText/HTMLClass.pyo ${PYSITELIB}/happydoclib/docstring/StructuredText/HTMLWithImages.py ${PYSITELIB}/happydoclib/docstring/StructuredText/HTMLWithImages.pyc +${PYSITELIB}/happydoclib/docstring/StructuredText/HTMLWithImages.pyo ${PYSITELIB}/happydoclib/docstring/StructuredText/ST.py ${PYSITELIB}/happydoclib/docstring/StructuredText/ST.pyc +${PYSITELIB}/happydoclib/docstring/StructuredText/ST.pyo ${PYSITELIB}/happydoclib/docstring/StructuredText/STDOM.py ${PYSITELIB}/happydoclib/docstring/StructuredText/STDOM.pyc +${PYSITELIB}/happydoclib/docstring/StructuredText/STDOM.pyo ${PYSITELIB}/happydoclib/docstring/StructuredText/STletters.py ${PYSITELIB}/happydoclib/docstring/StructuredText/STletters.pyc +${PYSITELIB}/happydoclib/docstring/StructuredText/STletters.pyo ${PYSITELIB}/happydoclib/docstring/StructuredText/StructuredText.py ${PYSITELIB}/happydoclib/docstring/StructuredText/StructuredText.pyc +${PYSITELIB}/happydoclib/docstring/StructuredText/StructuredText.pyo ${PYSITELIB}/happydoclib/docstring/StructuredText/Zwiki.py ${PYSITELIB}/happydoclib/docstring/StructuredText/Zwiki.pyc +${PYSITELIB}/happydoclib/docstring/StructuredText/Zwiki.pyo ${PYSITELIB}/happydoclib/docstring/StructuredText/__init__.py ${PYSITELIB}/happydoclib/docstring/StructuredText/__init__.pyc +${PYSITELIB}/happydoclib/docstring/StructuredText/__init__.pyo ${PYSITELIB}/happydoclib/docstring/StructuredText/ts_regex.py ${PYSITELIB}/happydoclib/docstring/StructuredText/ts_regex.pyc +${PYSITELIB}/happydoclib/docstring/StructuredText/ts_regex.pyo ${PYSITELIB}/happydoclib/docstring/__init__.py ${PYSITELIB}/happydoclib/docstring/__init__.pyc +${PYSITELIB}/happydoclib/docstring/__init__.pyo ${PYSITELIB}/happydoclib/docstring/docstring_ClassicStructuredText.py ${PYSITELIB}/happydoclib/docstring/docstring_ClassicStructuredText.pyc +${PYSITELIB}/happydoclib/docstring/docstring_ClassicStructuredText.pyo ${PYSITELIB}/happydoclib/docstring/docstring_PlainText.py ${PYSITELIB}/happydoclib/docstring/docstring_PlainText.pyc +${PYSITELIB}/happydoclib/docstring/docstring_PlainText.pyo ${PYSITELIB}/happydoclib/docstring/docstring_RawText.py ${PYSITELIB}/happydoclib/docstring/docstring_RawText.pyc +${PYSITELIB}/happydoclib/docstring/docstring_RawText.pyo ${PYSITELIB}/happydoclib/docstring/docstring_StructuredText.py ${PYSITELIB}/happydoclib/docstring/docstring_StructuredText.pyc +${PYSITELIB}/happydoclib/docstring/docstring_StructuredText.pyo ${PYSITELIB}/happydoclib/formatter/OpenOffice/__init__.py ${PYSITELIB}/happydoclib/formatter/OpenOffice/__init__.pyc +${PYSITELIB}/happydoclib/formatter/OpenOffice/__init__.pyo ${PYSITELIB}/happydoclib/formatter/__init__.py ${PYSITELIB}/happydoclib/formatter/__init__.pyc +${PYSITELIB}/happydoclib/formatter/__init__.pyo ${PYSITELIB}/happydoclib/formatter/fileformatterbase.py ${PYSITELIB}/happydoclib/formatter/fileformatterbase.pyc +${PYSITELIB}/happydoclib/formatter/fileformatterbase.pyo ${PYSITELIB}/happydoclib/formatter/formatter_Dia.py ${PYSITELIB}/happydoclib/formatter/formatter_Dia.pyc +${PYSITELIB}/happydoclib/formatter/formatter_Dia.pyo ${PYSITELIB}/happydoclib/formatter/formatter_DocBook.py ${PYSITELIB}/happydoclib/formatter/formatter_DocBook.pyc +${PYSITELIB}/happydoclib/formatter/formatter_DocBook.pyo ${PYSITELIB}/happydoclib/formatter/formatter_DocBookX.py ${PYSITELIB}/happydoclib/formatter/formatter_DocBookX.pyc +${PYSITELIB}/happydoclib/formatter/formatter_DocBookX.pyo ${PYSITELIB}/happydoclib/formatter/formatter_HTMLFile.py ${PYSITELIB}/happydoclib/formatter/formatter_HTMLFile.pyc +${PYSITELIB}/happydoclib/formatter/formatter_HTMLFile.pyo ${PYSITELIB}/happydoclib/formatter/formatter_Null.py ${PYSITELIB}/happydoclib/formatter/formatter_Null.pyc +${PYSITELIB}/happydoclib/formatter/formatter_Null.pyo ${PYSITELIB}/happydoclib/formatter/formatter_TextFile.py ${PYSITELIB}/happydoclib/formatter/formatter_TextFile.pyc +${PYSITELIB}/happydoclib/formatter/formatter_TextFile.pyo ${PYSITELIB}/happydoclib/formatter/formatter_XPyDoc.py ${PYSITELIB}/happydoclib/formatter/formatter_XPyDoc.pyc +${PYSITELIB}/happydoclib/formatter/formatter_XPyDoc.pyo ${PYSITELIB}/happydoclib/formatter/openoffice.py ${PYSITELIB}/happydoclib/formatter/openoffice.pyc +${PYSITELIB}/happydoclib/formatter/openoffice.pyo ${PYSITELIB}/happydoclib/formatter/xmlformatterbase.py ${PYSITELIB}/happydoclib/formatter/xmlformatterbase.pyc +${PYSITELIB}/happydoclib/formatter/xmlformatterbase.pyo ${PYSITELIB}/happydoclib/happydocset.py ${PYSITELIB}/happydoclib/happydocset.pyc +${PYSITELIB}/happydoclib/happydocset.pyo ${PYSITELIB}/happydoclib/happydocstring.py ${PYSITELIB}/happydoclib/happydocstring.pyc +${PYSITELIB}/happydoclib/happydocstring.pyo ${PYSITELIB}/happydoclib/happydom.py ${PYSITELIB}/happydoclib/happydom.pyc +${PYSITELIB}/happydoclib/happydom.pyo ${PYSITELIB}/happydoclib/happyformatter.py ${PYSITELIB}/happydoclib/happyformatter.pyc +${PYSITELIB}/happydoclib/happyformatter.pyo ${PYSITELIB}/happydoclib/indentstring.py ${PYSITELIB}/happydoclib/indentstring.pyc +${PYSITELIB}/happydoclib/indentstring.pyo ${PYSITELIB}/happydoclib/optiontools.py ${PYSITELIB}/happydoclib/optiontools.pyc +${PYSITELIB}/happydoclib/optiontools.pyo ${PYSITELIB}/happydoclib/parsecomments.py ${PYSITELIB}/happydoclib/parsecomments.pyc +${PYSITELIB}/happydoclib/parsecomments.pyo ${PYSITELIB}/happydoclib/parseinfo/__init__.py ${PYSITELIB}/happydoclib/parseinfo/__init__.pyc +${PYSITELIB}/happydoclib/parseinfo/__init__.pyo ${PYSITELIB}/happydoclib/parseinfo/classinfo.py ${PYSITELIB}/happydoclib/parseinfo/classinfo.pyc +${PYSITELIB}/happydoclib/parseinfo/classinfo.pyo ${PYSITELIB}/happydoclib/parseinfo/functioninfo.py ${PYSITELIB}/happydoclib/parseinfo/functioninfo.pyc +${PYSITELIB}/happydoclib/parseinfo/functioninfo.pyo ${PYSITELIB}/happydoclib/parseinfo/imports.py ${PYSITELIB}/happydoclib/parseinfo/imports.pyc +${PYSITELIB}/happydoclib/parseinfo/imports.pyo ${PYSITELIB}/happydoclib/parseinfo/moduleinfo.py ${PYSITELIB}/happydoclib/parseinfo/moduleinfo.pyc +${PYSITELIB}/happydoclib/parseinfo/moduleinfo.pyo ${PYSITELIB}/happydoclib/parseinfo/suite.py ${PYSITELIB}/happydoclib/parseinfo/suite.pyc +${PYSITELIB}/happydoclib/parseinfo/suite.pyo ${PYSITELIB}/happydoclib/parseinfo/utils.py ${PYSITELIB}/happydoclib/parseinfo/utils.pyc +${PYSITELIB}/happydoclib/parseinfo/utils.pyo ${PYSITELIB}/happydoclib/path.py ${PYSITELIB}/happydoclib/path.pyc +${PYSITELIB}/happydoclib/path.pyo ${PYSITELIB}/happydoclib/pluginloader.py ${PYSITELIB}/happydoclib/pluginloader.pyc +${PYSITELIB}/happydoclib/pluginloader.pyo ${PYSITELIB}/happydoclib/prettyast.py ${PYSITELIB}/happydoclib/prettyast.pyc +${PYSITELIB}/happydoclib/prettyast.pyo ${PYSITELIB}/happydoclib/trace.py ${PYSITELIB}/happydoclib/trace.pyc +${PYSITELIB}/happydoclib/trace.pyo @dirrm ${PYSITELIB}/happydoclib/parseinfo @dirrm ${PYSITELIB}/happydoclib/formatter/OpenOffice @dirrm ${PYSITELIB}/happydoclib/formatter diff --git a/textproc/py-xmltools/PLIST b/textproc/py-xmltools/PLIST index 40ad82233861b..be2f80b4ec3ab 100644 --- a/textproc/py-xmltools/PLIST +++ b/textproc/py-xmltools/PLIST @@ -1,11 +1,15 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/04 12:49:17 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:56 recht Exp $ ${PYSITELIB}/logilab/__init__.py ${PYSITELIB}/logilab/__init__.pyc +${PYSITELIB}/logilab/__init__.pyo ${PYSITELIB}/logilab/xmltools/__init__.py ${PYSITELIB}/logilab/xmltools/__init__.pyc +${PYSITELIB}/logilab/xmltools/__init__.pyo ${PYSITELIB}/logilab/xmltools/XmlEditor.py ${PYSITELIB}/logilab/xmltools/XmlEditor.pyc +${PYSITELIB}/logilab/xmltools/XmlEditor.pyo ${PYSITELIB}/logilab/xmltools/XmlTree.py ${PYSITELIB}/logilab/xmltools/XmlTree.pyc +${PYSITELIB}/logilab/xmltools/XmlTree.pyo @dirrm ${PYSITELIB}/logilab/xmltools @dirrm ${PYSITELIB}/logilab diff --git a/textproc/pyxml/PLIST b/textproc/pyxml/PLIST index 33ee626f48bc2..b383c265109a6 100644 --- a/textproc/pyxml/PLIST +++ b/textproc/pyxml/PLIST @@ -1,396 +1,588 @@ -@comment $NetBSD: PLIST,v 1.7 2002/09/18 11:54:07 drochner Exp $ +@comment $NetBSD: PLIST,v 1.8 2003/09/14 16:43:57 recht Exp $ bin/xmlproc_parse${PYVERSSUFFIX} bin/xmlproc_val${PYVERSSUFFIX} ${PYSITELIB}/_xmlplus/FtCore.py ${PYSITELIB}/_xmlplus/FtCore.pyc +${PYSITELIB}/_xmlplus/FtCore.pyo ${PYSITELIB}/_xmlplus/__init__.py ${PYSITELIB}/_xmlplus/__init__.pyc +${PYSITELIB}/_xmlplus/__init__.pyo ${PYSITELIB}/_xmlplus/dom/Attr.py ${PYSITELIB}/_xmlplus/dom/Attr.pyc +${PYSITELIB}/_xmlplus/dom/Attr.pyo ${PYSITELIB}/_xmlplus/dom/CDATASection.py ${PYSITELIB}/_xmlplus/dom/CDATASection.pyc +${PYSITELIB}/_xmlplus/dom/CDATASection.pyo ${PYSITELIB}/_xmlplus/dom/CharacterData.py ${PYSITELIB}/_xmlplus/dom/CharacterData.pyc +${PYSITELIB}/_xmlplus/dom/CharacterData.pyo ${PYSITELIB}/_xmlplus/dom/Comment.py ${PYSITELIB}/_xmlplus/dom/Comment.pyc +${PYSITELIB}/_xmlplus/dom/Comment.pyo ${PYSITELIB}/_xmlplus/dom/DOMImplementation.py ${PYSITELIB}/_xmlplus/dom/DOMImplementation.pyc +${PYSITELIB}/_xmlplus/dom/DOMImplementation.pyo ${PYSITELIB}/_xmlplus/dom/Document.py ${PYSITELIB}/_xmlplus/dom/Document.pyc +${PYSITELIB}/_xmlplus/dom/Document.pyo ${PYSITELIB}/_xmlplus/dom/DocumentFragment.py ${PYSITELIB}/_xmlplus/dom/DocumentFragment.pyc +${PYSITELIB}/_xmlplus/dom/DocumentFragment.pyo ${PYSITELIB}/_xmlplus/dom/DocumentType.py ${PYSITELIB}/_xmlplus/dom/DocumentType.pyc +${PYSITELIB}/_xmlplus/dom/DocumentType.pyo ${PYSITELIB}/_xmlplus/dom/Element.py ${PYSITELIB}/_xmlplus/dom/Element.pyc +${PYSITELIB}/_xmlplus/dom/Element.pyo ${PYSITELIB}/_xmlplus/dom/Entity.py ${PYSITELIB}/_xmlplus/dom/Entity.pyc +${PYSITELIB}/_xmlplus/dom/Entity.pyo ${PYSITELIB}/_xmlplus/dom/EntityReference.py ${PYSITELIB}/_xmlplus/dom/EntityReference.pyc +${PYSITELIB}/_xmlplus/dom/EntityReference.pyo ${PYSITELIB}/_xmlplus/dom/Event.py ${PYSITELIB}/_xmlplus/dom/Event.pyc +${PYSITELIB}/_xmlplus/dom/Event.pyo ${PYSITELIB}/_xmlplus/dom/FtNode.py ${PYSITELIB}/_xmlplus/dom/FtNode.pyc +${PYSITELIB}/_xmlplus/dom/FtNode.pyo ${PYSITELIB}/_xmlplus/dom/MessageSource.py ${PYSITELIB}/_xmlplus/dom/MessageSource.pyc +${PYSITELIB}/_xmlplus/dom/MessageSource.pyo ${PYSITELIB}/_xmlplus/dom/NamedNodeMap.py ${PYSITELIB}/_xmlplus/dom/NamedNodeMap.pyc +${PYSITELIB}/_xmlplus/dom/NamedNodeMap.pyo ${PYSITELIB}/_xmlplus/dom/NodeFilter.py ${PYSITELIB}/_xmlplus/dom/NodeFilter.pyc +${PYSITELIB}/_xmlplus/dom/NodeFilter.pyo ${PYSITELIB}/_xmlplus/dom/NodeIterator.py ${PYSITELIB}/_xmlplus/dom/NodeIterator.pyc +${PYSITELIB}/_xmlplus/dom/NodeIterator.pyo ${PYSITELIB}/_xmlplus/dom/NodeList.py ${PYSITELIB}/_xmlplus/dom/NodeList.pyc +${PYSITELIB}/_xmlplus/dom/NodeList.pyo ${PYSITELIB}/_xmlplus/dom/Notation.py ${PYSITELIB}/_xmlplus/dom/Notation.pyc +${PYSITELIB}/_xmlplus/dom/Notation.pyo ${PYSITELIB}/_xmlplus/dom/ProcessingInstruction.py ${PYSITELIB}/_xmlplus/dom/ProcessingInstruction.pyc +${PYSITELIB}/_xmlplus/dom/ProcessingInstruction.pyo ${PYSITELIB}/_xmlplus/dom/Range.py ${PYSITELIB}/_xmlplus/dom/Range.pyc +${PYSITELIB}/_xmlplus/dom/Range.pyo ${PYSITELIB}/_xmlplus/dom/Text.py ${PYSITELIB}/_xmlplus/dom/Text.pyc +${PYSITELIB}/_xmlplus/dom/Text.pyo ${PYSITELIB}/_xmlplus/dom/TreeWalker.py ${PYSITELIB}/_xmlplus/dom/TreeWalker.pyc +${PYSITELIB}/_xmlplus/dom/TreeWalker.pyo ${PYSITELIB}/_xmlplus/dom/__init__.py ${PYSITELIB}/_xmlplus/dom/__init__.pyc +${PYSITELIB}/_xmlplus/dom/__init__.pyo ${PYSITELIB}/_xmlplus/dom/de/LC_MESSAGES/4Suite.mo ${PYSITELIB}/_xmlplus/dom/domreg.py ${PYSITELIB}/_xmlplus/dom/domreg.pyc +${PYSITELIB}/_xmlplus/dom/domreg.pyo ${PYSITELIB}/_xmlplus/dom/en_US/LC_MESSAGES/4Suite.mo ${PYSITELIB}/_xmlplus/dom/expatbuilder.py ${PYSITELIB}/_xmlplus/dom/expatbuilder.pyc +${PYSITELIB}/_xmlplus/dom/expatbuilder.pyo ${PYSITELIB}/_xmlplus/dom/ext/Dom2Sax.py ${PYSITELIB}/_xmlplus/dom/ext/Dom2Sax.pyc +${PYSITELIB}/_xmlplus/dom/ext/Dom2Sax.pyo ${PYSITELIB}/_xmlplus/dom/ext/Printer.py ${PYSITELIB}/_xmlplus/dom/ext/Printer.pyc +${PYSITELIB}/_xmlplus/dom/ext/Printer.pyo ${PYSITELIB}/_xmlplus/dom/ext/Visitor.py ${PYSITELIB}/_xmlplus/dom/ext/Visitor.pyc +${PYSITELIB}/_xmlplus/dom/ext/Visitor.pyo ${PYSITELIB}/_xmlplus/dom/ext/XHtml2HtmlPrinter.py ${PYSITELIB}/_xmlplus/dom/ext/XHtml2HtmlPrinter.pyc +${PYSITELIB}/_xmlplus/dom/ext/XHtml2HtmlPrinter.pyo ${PYSITELIB}/_xmlplus/dom/ext/XHtmlPrinter.py ${PYSITELIB}/_xmlplus/dom/ext/XHtmlPrinter.pyc +${PYSITELIB}/_xmlplus/dom/ext/XHtmlPrinter.pyo ${PYSITELIB}/_xmlplus/dom/ext/__init__.py ${PYSITELIB}/_xmlplus/dom/ext/__init__.pyc +${PYSITELIB}/_xmlplus/dom/ext/__init__.pyo ${PYSITELIB}/_xmlplus/dom/ext/c14n.py ${PYSITELIB}/_xmlplus/dom/ext/c14n.pyc +${PYSITELIB}/_xmlplus/dom/ext/c14n.pyo ${PYSITELIB}/_xmlplus/dom/ext/reader/HtmlLib.py ${PYSITELIB}/_xmlplus/dom/ext/reader/HtmlLib.pyc +${PYSITELIB}/_xmlplus/dom/ext/reader/HtmlLib.pyo ${PYSITELIB}/_xmlplus/dom/ext/reader/HtmlSax.py ${PYSITELIB}/_xmlplus/dom/ext/reader/HtmlSax.pyc +${PYSITELIB}/_xmlplus/dom/ext/reader/HtmlSax.pyo ${PYSITELIB}/_xmlplus/dom/ext/reader/PyExpat.py ${PYSITELIB}/_xmlplus/dom/ext/reader/PyExpat.pyc +${PYSITELIB}/_xmlplus/dom/ext/reader/PyExpat.pyo ${PYSITELIB}/_xmlplus/dom/ext/reader/Sax.py ${PYSITELIB}/_xmlplus/dom/ext/reader/Sax.pyc +${PYSITELIB}/_xmlplus/dom/ext/reader/Sax.pyo ${PYSITELIB}/_xmlplus/dom/ext/reader/Sax2.py ${PYSITELIB}/_xmlplus/dom/ext/reader/Sax2.pyc +${PYSITELIB}/_xmlplus/dom/ext/reader/Sax2.pyo ${PYSITELIB}/_xmlplus/dom/ext/reader/Sax2Lib.py ${PYSITELIB}/_xmlplus/dom/ext/reader/Sax2Lib.pyc +${PYSITELIB}/_xmlplus/dom/ext/reader/Sax2Lib.pyo ${PYSITELIB}/_xmlplus/dom/ext/reader/Sgmlop.py ${PYSITELIB}/_xmlplus/dom/ext/reader/Sgmlop.pyc +${PYSITELIB}/_xmlplus/dom/ext/reader/Sgmlop.pyo ${PYSITELIB}/_xmlplus/dom/ext/reader/__init__.py ${PYSITELIB}/_xmlplus/dom/ext/reader/__init__.pyc +${PYSITELIB}/_xmlplus/dom/ext/reader/__init__.pyo ${PYSITELIB}/_xmlplus/dom/fr_FR/LC_MESSAGES/4Suite.mo ${PYSITELIB}/_xmlplus/dom/html/GenerateHtml.py ${PYSITELIB}/_xmlplus/dom/html/GenerateHtml.pyc +${PYSITELIB}/_xmlplus/dom/html/GenerateHtml.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLAnchorElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLAnchorElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLAnchorElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLAppletElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLAppletElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLAppletElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLAreaElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLAreaElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLAreaElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLBRElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLBRElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLBRElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLBaseElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLBaseElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLBaseElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLBaseFontElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLBaseFontElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLBaseFontElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLBodyElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLBodyElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLBodyElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLButtonElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLButtonElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLButtonElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLCollection.py ${PYSITELIB}/_xmlplus/dom/html/HTMLCollection.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLCollection.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLDListElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLDListElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLDListElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLDOMImplementation.py ${PYSITELIB}/_xmlplus/dom/html/HTMLDOMImplementation.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLDOMImplementation.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLDirectoryElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLDirectoryElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLDirectoryElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLDivElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLDivElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLDivElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLDocument.py ${PYSITELIB}/_xmlplus/dom/html/HTMLDocument.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLDocument.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLFieldSetElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLFieldSetElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLFieldSetElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLFontElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLFontElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLFontElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLFormElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLFormElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLFormElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLFrameElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLFrameElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLFrameElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLFrameSetElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLFrameSetElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLFrameSetElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLHRElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLHRElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLHRElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLHeadElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLHeadElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLHeadElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLHeadingElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLHeadingElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLHeadingElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLHtmlElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLHtmlElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLHtmlElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLIFrameElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLIFrameElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLIFrameElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLImageElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLImageElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLImageElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLInputElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLInputElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLInputElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLIsIndexElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLIsIndexElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLIsIndexElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLLIElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLLIElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLLIElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLLabelElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLLabelElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLLabelElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLLegendElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLLegendElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLLegendElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLLinkElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLLinkElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLLinkElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLMapElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLMapElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLMapElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLMenuElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLMenuElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLMenuElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLMetaElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLMetaElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLMetaElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLModElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLModElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLModElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLOListElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLOListElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLOListElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLObjectElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLObjectElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLObjectElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLOptGroupElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLOptGroupElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLOptGroupElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLOptionElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLOptionElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLOptionElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLParagraphElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLParagraphElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLParagraphElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLParamElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLParamElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLParamElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLPreElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLPreElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLPreElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLQuoteElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLQuoteElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLQuoteElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLScriptElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLScriptElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLScriptElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLSelectElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLSelectElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLSelectElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLStyleElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLStyleElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLStyleElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLTableCaptionElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLTableCaptionElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLTableCaptionElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLTableCellElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLTableCellElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLTableCellElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLTableColElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLTableColElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLTableColElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLTableElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLTableElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLTableElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLTableRowElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLTableRowElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLTableRowElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLTableSectionElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLTableSectionElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLTableSectionElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLTextAreaElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLTextAreaElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLTextAreaElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLTitleElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLTitleElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLTitleElement.pyo ${PYSITELIB}/_xmlplus/dom/html/HTMLUListElement.py ${PYSITELIB}/_xmlplus/dom/html/HTMLUListElement.pyc +${PYSITELIB}/_xmlplus/dom/html/HTMLUListElement.pyo ${PYSITELIB}/_xmlplus/dom/html/__init__.py ${PYSITELIB}/_xmlplus/dom/html/__init__.pyc +${PYSITELIB}/_xmlplus/dom/html/__init__.pyo ${PYSITELIB}/_xmlplus/dom/javadom.py ${PYSITELIB}/_xmlplus/dom/javadom.pyc +${PYSITELIB}/_xmlplus/dom/javadom.pyo ${PYSITELIB}/_xmlplus/dom/minicompat.py ${PYSITELIB}/_xmlplus/dom/minicompat.pyc +${PYSITELIB}/_xmlplus/dom/minicompat.pyo ${PYSITELIB}/_xmlplus/dom/minidom.py ${PYSITELIB}/_xmlplus/dom/minidom.pyc +${PYSITELIB}/_xmlplus/dom/minidom.pyo ${PYSITELIB}/_xmlplus/dom/minitraversal.py ${PYSITELIB}/_xmlplus/dom/minitraversal.pyc +${PYSITELIB}/_xmlplus/dom/minitraversal.pyo ${PYSITELIB}/_xmlplus/dom/pulldom.py ${PYSITELIB}/_xmlplus/dom/pulldom.pyc +${PYSITELIB}/_xmlplus/dom/pulldom.pyo ${PYSITELIB}/_xmlplus/dom/xmlbuilder.py ${PYSITELIB}/_xmlplus/dom/xmlbuilder.pyc +${PYSITELIB}/_xmlplus/dom/xmlbuilder.pyo ${PYSITELIB}/_xmlplus/marshal/__init__.py ${PYSITELIB}/_xmlplus/marshal/__init__.pyc +${PYSITELIB}/_xmlplus/marshal/__init__.pyo ${PYSITELIB}/_xmlplus/marshal/generic.py ${PYSITELIB}/_xmlplus/marshal/generic.pyc +${PYSITELIB}/_xmlplus/marshal/generic.pyo ${PYSITELIB}/_xmlplus/marshal/wddx.py ${PYSITELIB}/_xmlplus/marshal/wddx.pyc +${PYSITELIB}/_xmlplus/marshal/wddx.pyo ${PYSITELIB}/_xmlplus/ns.py ${PYSITELIB}/_xmlplus/ns.pyc +${PYSITELIB}/_xmlplus/ns.pyo ${PYSITELIB}/_xmlplus/parsers/__init__.py ${PYSITELIB}/_xmlplus/parsers/__init__.pyc +${PYSITELIB}/_xmlplus/parsers/__init__.pyo ${PYSITELIB}/_xmlplus/parsers/expat.py ${PYSITELIB}/_xmlplus/parsers/expat.pyc +${PYSITELIB}/_xmlplus/parsers/expat.pyo ${PYSITELIB}/_xmlplus/parsers/pyexpat.so ${PYSITELIB}/_xmlplus/parsers/sgmllib.py ${PYSITELIB}/_xmlplus/parsers/sgmllib.pyc +${PYSITELIB}/_xmlplus/parsers/sgmllib.pyo ${PYSITELIB}/_xmlplus/parsers/sgmlop.so ${PYSITELIB}/_xmlplus/parsers/xmlproc/__init__.py ${PYSITELIB}/_xmlplus/parsers/xmlproc/__init__.pyc +${PYSITELIB}/_xmlplus/parsers/xmlproc/__init__.pyo ${PYSITELIB}/_xmlplus/parsers/xmlproc/_outputters.py ${PYSITELIB}/_xmlplus/parsers/xmlproc/_outputters.pyc +${PYSITELIB}/_xmlplus/parsers/xmlproc/_outputters.pyo ${PYSITELIB}/_xmlplus/parsers/xmlproc/catalog.py ${PYSITELIB}/_xmlplus/parsers/xmlproc/catalog.pyc +${PYSITELIB}/_xmlplus/parsers/xmlproc/catalog.pyo ${PYSITELIB}/_xmlplus/parsers/xmlproc/charconv.py ${PYSITELIB}/_xmlplus/parsers/xmlproc/charconv.pyc +${PYSITELIB}/_xmlplus/parsers/xmlproc/charconv.pyo ${PYSITELIB}/_xmlplus/parsers/xmlproc/dtdparser.py ${PYSITELIB}/_xmlplus/parsers/xmlproc/dtdparser.pyc +${PYSITELIB}/_xmlplus/parsers/xmlproc/dtdparser.pyo ${PYSITELIB}/_xmlplus/parsers/xmlproc/errors.py ${PYSITELIB}/_xmlplus/parsers/xmlproc/errors.pyc +${PYSITELIB}/_xmlplus/parsers/xmlproc/errors.pyo ${PYSITELIB}/_xmlplus/parsers/xmlproc/namespace.py ${PYSITELIB}/_xmlplus/parsers/xmlproc/namespace.pyc +${PYSITELIB}/_xmlplus/parsers/xmlproc/namespace.pyo ${PYSITELIB}/_xmlplus/parsers/xmlproc/utils.py ${PYSITELIB}/_xmlplus/parsers/xmlproc/utils.pyc +${PYSITELIB}/_xmlplus/parsers/xmlproc/utils.pyo ${PYSITELIB}/_xmlplus/parsers/xmlproc/xcatalog.py ${PYSITELIB}/_xmlplus/parsers/xmlproc/xcatalog.pyc +${PYSITELIB}/_xmlplus/parsers/xmlproc/xcatalog.pyo ${PYSITELIB}/_xmlplus/parsers/xmlproc/xmlapp.py ${PYSITELIB}/_xmlplus/parsers/xmlproc/xmlapp.pyc +${PYSITELIB}/_xmlplus/parsers/xmlproc/xmlapp.pyo ${PYSITELIB}/_xmlplus/parsers/xmlproc/xmldtd.py ${PYSITELIB}/_xmlplus/parsers/xmlproc/xmldtd.pyc +${PYSITELIB}/_xmlplus/parsers/xmlproc/xmldtd.pyo ${PYSITELIB}/_xmlplus/parsers/xmlproc/xmlproc.py ${PYSITELIB}/_xmlplus/parsers/xmlproc/xmlproc.pyc +${PYSITELIB}/_xmlplus/parsers/xmlproc/xmlproc.pyo ${PYSITELIB}/_xmlplus/parsers/xmlproc/xmlutils.py ${PYSITELIB}/_xmlplus/parsers/xmlproc/xmlutils.pyc +${PYSITELIB}/_xmlplus/parsers/xmlproc/xmlutils.pyo ${PYSITELIB}/_xmlplus/parsers/xmlproc/xmlval.py ${PYSITELIB}/_xmlplus/parsers/xmlproc/xmlval.pyc +${PYSITELIB}/_xmlplus/parsers/xmlproc/xmlval.pyo ${PYSITELIB}/_xmlplus/sax/__init__.py ${PYSITELIB}/_xmlplus/sax/__init__.pyc +${PYSITELIB}/_xmlplus/sax/__init__.pyo ${PYSITELIB}/_xmlplus/sax/_exceptions.py ${PYSITELIB}/_xmlplus/sax/_exceptions.pyc +${PYSITELIB}/_xmlplus/sax/_exceptions.pyo ${PYSITELIB}/_xmlplus/sax/drivers/__init__.py ${PYSITELIB}/_xmlplus/sax/drivers/__init__.pyc +${PYSITELIB}/_xmlplus/sax/drivers/__init__.pyo ${PYSITELIB}/_xmlplus/sax/drivers/drv_htmllib.py ${PYSITELIB}/_xmlplus/sax/drivers/drv_htmllib.pyc +${PYSITELIB}/_xmlplus/sax/drivers/drv_htmllib.pyo ${PYSITELIB}/_xmlplus/sax/drivers/drv_ltdriver.py ${PYSITELIB}/_xmlplus/sax/drivers/drv_ltdriver.pyc +${PYSITELIB}/_xmlplus/sax/drivers/drv_ltdriver.pyo ${PYSITELIB}/_xmlplus/sax/drivers/drv_ltdriver_val.py ${PYSITELIB}/_xmlplus/sax/drivers/drv_ltdriver_val.pyc +${PYSITELIB}/_xmlplus/sax/drivers/drv_ltdriver_val.pyo ${PYSITELIB}/_xmlplus/sax/drivers/drv_pyexpat.py ${PYSITELIB}/_xmlplus/sax/drivers/drv_pyexpat.pyc +${PYSITELIB}/_xmlplus/sax/drivers/drv_pyexpat.pyo ${PYSITELIB}/_xmlplus/sax/drivers/drv_sgmllib.py ${PYSITELIB}/_xmlplus/sax/drivers/drv_sgmllib.pyc +${PYSITELIB}/_xmlplus/sax/drivers/drv_sgmllib.pyo ${PYSITELIB}/_xmlplus/sax/drivers/drv_sgmlop.py ${PYSITELIB}/_xmlplus/sax/drivers/drv_sgmlop.pyc +${PYSITELIB}/_xmlplus/sax/drivers/drv_sgmlop.pyo ${PYSITELIB}/_xmlplus/sax/drivers/drv_xmldc.py ${PYSITELIB}/_xmlplus/sax/drivers/drv_xmldc.pyc +${PYSITELIB}/_xmlplus/sax/drivers/drv_xmldc.pyo ${PYSITELIB}/_xmlplus/sax/drivers/drv_xmllib.py ${PYSITELIB}/_xmlplus/sax/drivers/drv_xmllib.pyc +${PYSITELIB}/_xmlplus/sax/drivers/drv_xmllib.pyo ${PYSITELIB}/_xmlplus/sax/drivers/drv_xmlproc.py ${PYSITELIB}/_xmlplus/sax/drivers/drv_xmlproc.pyc +${PYSITELIB}/_xmlplus/sax/drivers/drv_xmlproc.pyo ${PYSITELIB}/_xmlplus/sax/drivers/drv_xmlproc_val.py ${PYSITELIB}/_xmlplus/sax/drivers/drv_xmlproc_val.pyc +${PYSITELIB}/_xmlplus/sax/drivers/drv_xmlproc_val.pyo ${PYSITELIB}/_xmlplus/sax/drivers/drv_xmltoolkit.py ${PYSITELIB}/_xmlplus/sax/drivers/drv_xmltoolkit.pyc +${PYSITELIB}/_xmlplus/sax/drivers/drv_xmltoolkit.pyo ${PYSITELIB}/_xmlplus/sax/drivers/pylibs.py ${PYSITELIB}/_xmlplus/sax/drivers/pylibs.pyc +${PYSITELIB}/_xmlplus/sax/drivers/pylibs.pyo ${PYSITELIB}/_xmlplus/sax/drivers2/__init__.py ${PYSITELIB}/_xmlplus/sax/drivers2/__init__.pyc +${PYSITELIB}/_xmlplus/sax/drivers2/__init__.pyo ${PYSITELIB}/_xmlplus/sax/drivers2/drv_htmllib.py ${PYSITELIB}/_xmlplus/sax/drivers2/drv_htmllib.pyc +${PYSITELIB}/_xmlplus/sax/drivers2/drv_htmllib.pyo ${PYSITELIB}/_xmlplus/sax/drivers2/drv_javasax.py ${PYSITELIB}/_xmlplus/sax/drivers2/drv_javasax.pyc +${PYSITELIB}/_xmlplus/sax/drivers2/drv_javasax.pyo ${PYSITELIB}/_xmlplus/sax/drivers2/drv_pyexpat.py ${PYSITELIB}/_xmlplus/sax/drivers2/drv_pyexpat.pyc +${PYSITELIB}/_xmlplus/sax/drivers2/drv_pyexpat.pyo ${PYSITELIB}/_xmlplus/sax/drivers2/drv_sgmllib.py ${PYSITELIB}/_xmlplus/sax/drivers2/drv_sgmllib.pyc +${PYSITELIB}/_xmlplus/sax/drivers2/drv_sgmllib.pyo ${PYSITELIB}/_xmlplus/sax/drivers2/drv_sgmlop.py ${PYSITELIB}/_xmlplus/sax/drivers2/drv_sgmlop.pyc +${PYSITELIB}/_xmlplus/sax/drivers2/drv_sgmlop.pyo ${PYSITELIB}/_xmlplus/sax/drivers2/drv_sgmlop_html.py ${PYSITELIB}/_xmlplus/sax/drivers2/drv_sgmlop_html.pyc +${PYSITELIB}/_xmlplus/sax/drivers2/drv_sgmlop_html.pyo ${PYSITELIB}/_xmlplus/sax/drivers2/drv_xmlproc.py ${PYSITELIB}/_xmlplus/sax/drivers2/drv_xmlproc.pyc +${PYSITELIB}/_xmlplus/sax/drivers2/drv_xmlproc.pyo ${PYSITELIB}/_xmlplus/sax/expatreader.py ${PYSITELIB}/_xmlplus/sax/expatreader.pyc +${PYSITELIB}/_xmlplus/sax/expatreader.pyo ${PYSITELIB}/_xmlplus/sax/handler.py ${PYSITELIB}/_xmlplus/sax/handler.pyc +${PYSITELIB}/_xmlplus/sax/handler.pyo ${PYSITELIB}/_xmlplus/sax/sax2exts.py ${PYSITELIB}/_xmlplus/sax/sax2exts.pyc +${PYSITELIB}/_xmlplus/sax/sax2exts.pyo ${PYSITELIB}/_xmlplus/sax/saxexts.py ${PYSITELIB}/_xmlplus/sax/saxexts.pyc +${PYSITELIB}/_xmlplus/sax/saxexts.pyo ${PYSITELIB}/_xmlplus/sax/saxlib.py ${PYSITELIB}/_xmlplus/sax/saxlib.pyc +${PYSITELIB}/_xmlplus/sax/saxlib.pyo ${PYSITELIB}/_xmlplus/sax/saxutils.py ${PYSITELIB}/_xmlplus/sax/saxutils.pyc +${PYSITELIB}/_xmlplus/sax/saxutils.pyo ${PYSITELIB}/_xmlplus/sax/writer.py ${PYSITELIB}/_xmlplus/sax/writer.pyc +${PYSITELIB}/_xmlplus/sax/writer.pyo ${PYSITELIB}/_xmlplus/sax/xmlreader.py ${PYSITELIB}/_xmlplus/sax/xmlreader.pyc +${PYSITELIB}/_xmlplus/sax/xmlreader.pyo ${PYSITELIB}/_xmlplus/schema/__init__.py ${PYSITELIB}/_xmlplus/schema/__init__.pyc +${PYSITELIB}/_xmlplus/schema/__init__.pyo ${PYSITELIB}/_xmlplus/schema/trex.py ${PYSITELIB}/_xmlplus/schema/trex.pyc +${PYSITELIB}/_xmlplus/schema/trex.pyo ${PYSITELIB}/_xmlplus/unicode/__init__.py ${PYSITELIB}/_xmlplus/unicode/__init__.pyc +${PYSITELIB}/_xmlplus/unicode/__init__.pyo ${PYSITELIB}/_xmlplus/unicode/iso8859.py ${PYSITELIB}/_xmlplus/unicode/iso8859.pyc +${PYSITELIB}/_xmlplus/unicode/iso8859.pyo ${PYSITELIB}/_xmlplus/unicode/utf8_iso.py ${PYSITELIB}/_xmlplus/unicode/utf8_iso.pyc +${PYSITELIB}/_xmlplus/unicode/utf8_iso.pyo ${PYSITELIB}/_xmlplus/utils/__init__.py ${PYSITELIB}/_xmlplus/utils/__init__.pyc +${PYSITELIB}/_xmlplus/utils/__init__.pyo ${PYSITELIB}/_xmlplus/utils/boolean.so ${PYSITELIB}/_xmlplus/utils/characters.py ${PYSITELIB}/_xmlplus/utils/characters.pyc +${PYSITELIB}/_xmlplus/utils/characters.pyo ${PYSITELIB}/_xmlplus/utils/iso8601.py ${PYSITELIB}/_xmlplus/utils/iso8601.pyc +${PYSITELIB}/_xmlplus/utils/iso8601.pyo ${PYSITELIB}/_xmlplus/utils/qp_xml.py ${PYSITELIB}/_xmlplus/utils/qp_xml.pyc +${PYSITELIB}/_xmlplus/utils/qp_xml.pyo ${PYSITELIB}/_xmlplus/xpath/BuiltInExtFunctions.py ${PYSITELIB}/_xmlplus/xpath/BuiltInExtFunctions.pyc +${PYSITELIB}/_xmlplus/xpath/BuiltInExtFunctions.pyo ${PYSITELIB}/_xmlplus/xpath/Context.py ${PYSITELIB}/_xmlplus/xpath/Context.pyc +${PYSITELIB}/_xmlplus/xpath/Context.pyo ${PYSITELIB}/_xmlplus/xpath/Conversions.py ${PYSITELIB}/_xmlplus/xpath/Conversions.pyc +${PYSITELIB}/_xmlplus/xpath/Conversions.pyo ${PYSITELIB}/_xmlplus/xpath/CoreFunctions.py ${PYSITELIB}/_xmlplus/xpath/CoreFunctions.pyc +${PYSITELIB}/_xmlplus/xpath/CoreFunctions.pyo ${PYSITELIB}/_xmlplus/xpath/ExpandedNameWrapper.py ${PYSITELIB}/_xmlplus/xpath/ExpandedNameWrapper.pyc +${PYSITELIB}/_xmlplus/xpath/ExpandedNameWrapper.pyo ${PYSITELIB}/_xmlplus/xpath/MessageSource.py ${PYSITELIB}/_xmlplus/xpath/MessageSource.pyc +${PYSITELIB}/_xmlplus/xpath/MessageSource.pyo ${PYSITELIB}/_xmlplus/xpath/NamespaceNode.py ${PYSITELIB}/_xmlplus/xpath/NamespaceNode.pyc +${PYSITELIB}/_xmlplus/xpath/NamespaceNode.pyo ${PYSITELIB}/_xmlplus/xpath/ParsedAbbreviatedAbsoluteLocationPath.py ${PYSITELIB}/_xmlplus/xpath/ParsedAbbreviatedAbsoluteLocationPath.pyc +${PYSITELIB}/_xmlplus/xpath/ParsedAbbreviatedAbsoluteLocationPath.pyo ${PYSITELIB}/_xmlplus/xpath/ParsedAbbreviatedRelativeLocationPath.py ${PYSITELIB}/_xmlplus/xpath/ParsedAbbreviatedRelativeLocationPath.pyc +${PYSITELIB}/_xmlplus/xpath/ParsedAbbreviatedRelativeLocationPath.pyo ${PYSITELIB}/_xmlplus/xpath/ParsedAbsoluteLocationPath.py ${PYSITELIB}/_xmlplus/xpath/ParsedAbsoluteLocationPath.pyc +${PYSITELIB}/_xmlplus/xpath/ParsedAbsoluteLocationPath.pyo ${PYSITELIB}/_xmlplus/xpath/ParsedAxisSpecifier.py ${PYSITELIB}/_xmlplus/xpath/ParsedAxisSpecifier.pyc +${PYSITELIB}/_xmlplus/xpath/ParsedAxisSpecifier.pyo ${PYSITELIB}/_xmlplus/xpath/ParsedExpr.py ${PYSITELIB}/_xmlplus/xpath/ParsedExpr.pyc +${PYSITELIB}/_xmlplus/xpath/ParsedExpr.pyo ${PYSITELIB}/_xmlplus/xpath/ParsedNodeTest.py ${PYSITELIB}/_xmlplus/xpath/ParsedNodeTest.pyc +${PYSITELIB}/_xmlplus/xpath/ParsedNodeTest.pyo ${PYSITELIB}/_xmlplus/xpath/ParsedPredicateList.py ${PYSITELIB}/_xmlplus/xpath/ParsedPredicateList.pyc +${PYSITELIB}/_xmlplus/xpath/ParsedPredicateList.pyo ${PYSITELIB}/_xmlplus/xpath/ParsedRelativeLocationPath.py ${PYSITELIB}/_xmlplus/xpath/ParsedRelativeLocationPath.pyc +${PYSITELIB}/_xmlplus/xpath/ParsedRelativeLocationPath.pyo ${PYSITELIB}/_xmlplus/xpath/ParsedStep.py ${PYSITELIB}/_xmlplus/xpath/ParsedStep.pyc +${PYSITELIB}/_xmlplus/xpath/ParsedStep.pyo ${PYSITELIB}/_xmlplus/xpath/Set.py ${PYSITELIB}/_xmlplus/xpath/Set.pyc +${PYSITELIB}/_xmlplus/xpath/Set.pyo ${PYSITELIB}/_xmlplus/xpath/Util.py ${PYSITELIB}/_xmlplus/xpath/Util.pyc +${PYSITELIB}/_xmlplus/xpath/Util.pyo ${PYSITELIB}/_xmlplus/xpath/XPathGrammar.py ${PYSITELIB}/_xmlplus/xpath/XPathGrammar.pyc +${PYSITELIB}/_xmlplus/xpath/XPathGrammar.pyo ${PYSITELIB}/_xmlplus/xpath/XPathParser.py ${PYSITELIB}/_xmlplus/xpath/XPathParser.pyc +${PYSITELIB}/_xmlplus/xpath/XPathParser.pyo ${PYSITELIB}/_xmlplus/xpath/XPathParserBase.py ${PYSITELIB}/_xmlplus/xpath/XPathParserBase.pyc +${PYSITELIB}/_xmlplus/xpath/XPathParserBase.pyo ${PYSITELIB}/_xmlplus/xpath/__init__.py ${PYSITELIB}/_xmlplus/xpath/__init__.pyc +${PYSITELIB}/_xmlplus/xpath/__init__.pyo ${PYSITELIB}/_xmlplus/xpath/pyxpath.py ${PYSITELIB}/_xmlplus/xpath/pyxpath.pyc +${PYSITELIB}/_xmlplus/xpath/pyxpath.pyo ${PYSITELIB}/_xmlplus/xpath/yappsrt.py ${PYSITELIB}/_xmlplus/xpath/yappsrt.pyc +${PYSITELIB}/_xmlplus/xpath/yappsrt.pyo @dirrm ${PYSITELIB}/_xmlplus/xpath @dirrm ${PYSITELIB}/_xmlplus/utils @dirrm ${PYSITELIB}/_xmlplus/unicode diff --git a/x11/py-wxWindows/Makefile b/x11/py-wxWindows/Makefile index 52bda82803e6b..cf195261945ab 100644 --- a/x11/py-wxWindows/Makefile +++ b/x11/py-wxWindows/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/09/09 11:59:03 recht Exp $ +# $NetBSD: Makefile,v 1.19 2003/09/14 16:43:57 recht Exp $ # DISTNAME= wxPythonSrc-2.4.1.2 @@ -28,12 +28,6 @@ PYSETUPBUILDARGS= BUILD_GLCANVAS=0 BUILD_OGL=0 NO_SCRIPTS=1 PYSETUPINSTALLARGS= BUILD_GLCANVAS=0 BUILD_OGL=0 NO_SCRIPTS=1 PYBINMODULE= yes -post-install: - ${PYTHONBIN} -O ${PREFIX}/${PYLIB}/compileall.py \ - ${PREFIX}/${PYSITELIB}/wx - ${PYTHONBIN} -O ${PREFIX}/${PYLIB}/compileall.py \ - ${PREFIX}/${PYSITELIB}/wxPython - .include "../../x11/wxGTK/buildlink2.mk" .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk"