View | Details | Raw Unified | Return to bug 46168
Collapse All | Expand All

(-)./Makefile (-11 / +7 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	zope
8
PORTNAME=	zope
9
PORTVERSION=	2.5.1
9
PORTVERSION=	2.6.0
10
PORTREVISION=	2
11
CATEGORIES=	www python zope
10
CATEGORIES=	www python zope
12
MASTER_SITES=	http://www.zope.org/Products/Zope/${PORTVERSION}/
11
MASTER_SITES=	http://www.zope.org/Products/Zope/${PORTVERSION}/
13
DISTNAME=	Zope-${PORTVERSION}-src
12
DISTNAME=	Zope-${PORTVERSION}-src
Lines 16-22 Link Here
16
MAINTAINER=	alane@FreeBSD.org
15
MAINTAINER=	alane@FreeBSD.org
17
16
18
USE_PYTHON=	yes
17
USE_PYTHON=	yes
19
PYTHON_VERSION=	python2.1
20
18
21
DIST_SUBDIR=	zope
19
DIST_SUBDIR=	zope
22
20
Lines 54-67 Link Here
54
# If we have to create it, call it -dist to emphasize that the port
52
# If we have to create it, call it -dist to emphasize that the port
55
# set it up. <alane>
53
# set it up. <alane>
56
54
57
pre-everything: 
58
	@if test ! -d ${CGIBINDIR}; then \
59
		${ECHO_CMD} "The directory for Zope's CGI scripts does"\
60
			"not exist, so I will create it.";\
61
		${ECHO_CMD} "They will be placed in ${CGIBINDIR}.";\
62
		${ECHO_CMD} ;\
63
		${MKDIR} ${CGIBINDIR}; ${CHMOD} 0755 ${CGIBINDIR}; fi
64
65
pre-install:
55
pre-install:
66
	PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL
56
	PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL
67
57
Lines 69-74 Link Here
69
# since in there, Zope can live on its own. I can use Zope's own building
59
# since in there, Zope can live on its own. I can use Zope's own building
70
# mechanism.
60
# mechanism.
71
do-install:
61
do-install:
62
	@if test ! -d ${CGIBINDIR}; then \
63
		${ECHO_CMD} "The directory for Zope's CGI scripts does"\
64
			"not exist, so I will create it.";\
65
		${ECHO_CMD} "They will be placed in ${CGIBINDIR}.";\
66
		${ECHO_CMD} ;\
67
		${MKDIR} ${CGIBINDIR}; ${CHMOD} 0755 ${CGIBINDIR}; fi
72
	@if [ -e ${ZOPEBASEDIR}/var/Data.fs ] ; then \
68
	@if [ -e ${ZOPEBASEDIR}/var/Data.fs ] ; then \
73
		${ECHO} "Saving existing Database to ${ZOPEBASEDIR}/var/Data.fs.preserve." ; \
69
		${ECHO} "Saving existing Database to ${ZOPEBASEDIR}/var/Data.fs.preserve." ; \
74
		${MV} ${ZOPEBASEDIR}/var/Data.fs ${ZOPEBASEDIR}/var/Data.fs.preserve; \
70
		${MV} ${ZOPEBASEDIR}/var/Data.fs ${ZOPEBASEDIR}/var/Data.fs.preserve; \
(-)./distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (zope/Zope-2.5.1-src.tgz) = 65d502b2acf986693576decad6b837cf
1
MD5 (zope/Zope-2.6.0-src.tgz) = a0bb91ca1df775aebfc8ff8c46afa3a9
(-)./pkg-plist (-120 / +338 lines)
Lines 1-5 Link Here
1
%%APACHE_CONFDIR%%/apache.conf.Zope-Changes
1
%%APACHE_CONFDIR%%/apache.conf.Zope-Changes
2
etc/rc.d/zope.sh
2
etc/rc.d/zope.sh
3
%%ZOPEBASEDIR%%/var/Data.fs
3
%%ZOPEBASEDIR%%/var/Data.fs.in
4
%%ZOPEBASEDIR%%/var/Data.fs.in
4
@exec if [ ! -f %B/Data.fs ]; then cp %B/%f %B/Data.fs; fi
5
@exec if [ ! -f %B/Data.fs ]; then cp %B/%f %B/Data.fs; fi
5
%%ZOPEBASEDIR%%/Extensions/README.txt
6
%%ZOPEBASEDIR%%/Extensions/README.txt
Lines 19-24 Link Here
19
%%ZOPEBASEDIR%%/ZServer/HTTPResponse.pyc
20
%%ZOPEBASEDIR%%/ZServer/HTTPResponse.pyc
20
%%ZOPEBASEDIR%%/ZServer/HTTPServer.py
21
%%ZOPEBASEDIR%%/ZServer/HTTPServer.py
21
%%ZOPEBASEDIR%%/ZServer/HTTPServer.pyc
22
%%ZOPEBASEDIR%%/ZServer/HTTPServer.pyc
23
%%ZOPEBASEDIR%%/ZServer/ICPServer.py
24
%%ZOPEBASEDIR%%/ZServer/ICPServer.pyc
22
%%ZOPEBASEDIR%%/ZServer/INSTALL.txt
25
%%ZOPEBASEDIR%%/ZServer/INSTALL.txt
23
%%ZOPEBASEDIR%%/ZServer/PCGIServer.py
26
%%ZOPEBASEDIR%%/ZServer/PCGIServer.py
24
%%ZOPEBASEDIR%%/ZServer/PCGIServer.pyc
27
%%ZOPEBASEDIR%%/ZServer/PCGIServer.pyc
Lines 181-186 Link Here
181
%%ZOPEBASEDIR%%/doc/PLATFORMS/AIX.txt
184
%%ZOPEBASEDIR%%/doc/PLATFORMS/AIX.txt
182
%%ZOPEBASEDIR%%/doc/PLATFORMS/README.txt
185
%%ZOPEBASEDIR%%/doc/PLATFORMS/README.txt
183
%%ZOPEBASEDIR%%/doc/SECURITY.txt
186
%%ZOPEBASEDIR%%/doc/SECURITY.txt
187
%%ZOPEBASEDIR%%/doc/SETUID.txt
188
%%ZOPEBASEDIR%%/doc/SIGNALS.txt
184
%%ZOPEBASEDIR%%/doc/UNITTEST.txt
189
%%ZOPEBASEDIR%%/doc/UNITTEST.txt
185
%%ZOPEBASEDIR%%/doc/WEBSERVER.txt
190
%%ZOPEBASEDIR%%/doc/WEBSERVER.txt
186
%%ZOPEBASEDIR%%/doc/ZODB.txt
191
%%ZOPEBASEDIR%%/doc/ZODB.txt
Lines 192-197 Link Here
192
%%ZOPEBASEDIR%%/import/Examples.zexp
197
%%ZOPEBASEDIR%%/import/Examples.zexp
193
%%ZOPEBASEDIR%%/import/README.txt
198
%%ZOPEBASEDIR%%/import/README.txt
194
%%ZOPEBASEDIR%%/import/ZopeTutorialExamples.zexp
199
%%ZOPEBASEDIR%%/import/ZopeTutorialExamples.zexp
200
%%ZOPEBASEDIR%%/inituser
195
%%ZOPEBASEDIR%%/inst/binary_install.py
201
%%ZOPEBASEDIR%%/inst/binary_install.py
196
%%ZOPEBASEDIR%%/inst/binary_install.pyc
202
%%ZOPEBASEDIR%%/inst/binary_install.pyc
197
%%ZOPEBASEDIR%%/inst/build_extensions.py
203
%%ZOPEBASEDIR%%/inst/build_extensions.py
Lines 220-226 Link Here
220
%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.c
226
%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.c
221
%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.h
227
%%ZOPEBASEDIR%%/lib/Components/BTree/intSet.h
222
%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/.cvsignore
228
%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/.cvsignore
223
%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/COPYRIGHT.txt
229
%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/LICENSE.txt
224
%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/README
230
%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/README
225
%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Setup
231
%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Setup
226
%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.py
232
%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Xaq.py
Lines 281-314 Link Here
281
%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.pyc
287
%%ZOPEBASEDIR%%/lib/Components/cPickle/copy_reg.pyc
282
%%ZOPEBASEDIR%%/lib/Components/cPickle/release.fl
288
%%ZOPEBASEDIR%%/lib/Components/cPickle/release.fl
283
%%ZOPEBASEDIR%%/lib/Components/cPickle/release.sh
289
%%ZOPEBASEDIR%%/lib/Components/cPickle/release.sh
284
%%ZOPEBASEDIR%%/lib/Components/zlib/Setup
290
%%ZOPEBASEDIR%%/lib/Components/initgroups/initgroups.c
285
%%ZOPEBASEDIR%%/lib/Components/zlib/adler32.c
286
%%ZOPEBASEDIR%%/lib/Components/zlib/compress.c
287
%%ZOPEBASEDIR%%/lib/Components/zlib/crc32.c
288
%%ZOPEBASEDIR%%/lib/Components/zlib/deflate.c
289
%%ZOPEBASEDIR%%/lib/Components/zlib/deflate.h
290
%%ZOPEBASEDIR%%/lib/Components/zlib/gzio.c
291
%%ZOPEBASEDIR%%/lib/Components/zlib/infblock.c
292
%%ZOPEBASEDIR%%/lib/Components/zlib/infblock.h
293
%%ZOPEBASEDIR%%/lib/Components/zlib/infcodes.c
294
%%ZOPEBASEDIR%%/lib/Components/zlib/infcodes.h
295
%%ZOPEBASEDIR%%/lib/Components/zlib/inffast.c
296
%%ZOPEBASEDIR%%/lib/Components/zlib/inffast.h
297
%%ZOPEBASEDIR%%/lib/Components/zlib/inffixed.h
298
%%ZOPEBASEDIR%%/lib/Components/zlib/inflate.c
299
%%ZOPEBASEDIR%%/lib/Components/zlib/inftrees.c
300
%%ZOPEBASEDIR%%/lib/Components/zlib/inftrees.h
301
%%ZOPEBASEDIR%%/lib/Components/zlib/infutil.c
302
%%ZOPEBASEDIR%%/lib/Components/zlib/infutil.h
303
%%ZOPEBASEDIR%%/lib/Components/zlib/maketree.c
304
%%ZOPEBASEDIR%%/lib/Components/zlib/trees.c
305
%%ZOPEBASEDIR%%/lib/Components/zlib/trees.h
306
%%ZOPEBASEDIR%%/lib/Components/zlib/uncompr.c
307
%%ZOPEBASEDIR%%/lib/Components/zlib/zconf.h
308
%%ZOPEBASEDIR%%/lib/Components/zlib/zlib.c
309
%%ZOPEBASEDIR%%/lib/Components/zlib/zlib.h
310
%%ZOPEBASEDIR%%/lib/Components/zlib/zutil.c
311
%%ZOPEBASEDIR%%/lib/Components/zlib/zutil.h
312
%%ZOPEBASEDIR%%/lib/python/.cvsignore
291
%%ZOPEBASEDIR%%/lib/python/.cvsignore
313
%%ZOPEBASEDIR%%/lib/python/AccessControl/.cvsignore
292
%%ZOPEBASEDIR%%/lib/python/AccessControl/.cvsignore
314
%%ZOPEBASEDIR%%/lib/python/AccessControl/AccessControl.txt
293
%%ZOPEBASEDIR%%/lib/python/AccessControl/AccessControl.txt
Lines 318-326 Link Here
318
%%ZOPEBASEDIR%%/lib/python/AccessControl/DTML.pyc
297
%%ZOPEBASEDIR%%/lib/python/AccessControl/DTML.pyc
319
%%ZOPEBASEDIR%%/lib/python/AccessControl/IUserFolder.py
298
%%ZOPEBASEDIR%%/lib/python/AccessControl/IUserFolder.py
320
%%ZOPEBASEDIR%%/lib/python/AccessControl/IUserFolder.pyc
299
%%ZOPEBASEDIR%%/lib/python/AccessControl/IUserFolder.pyc
321
%%ZOPEBASEDIR%%/lib/python/AccessControl/Makefile
322
%%ZOPEBASEDIR%%/lib/python/AccessControl/Makefile.pre
323
%%ZOPEBASEDIR%%/lib/python/AccessControl/Makefile.pre.in
324
%%ZOPEBASEDIR%%/lib/python/AccessControl/Owned.py
300
%%ZOPEBASEDIR%%/lib/python/AccessControl/Owned.py
325
%%ZOPEBASEDIR%%/lib/python/AccessControl/Owned.pyc
301
%%ZOPEBASEDIR%%/lib/python/AccessControl/Owned.pyc
326
%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.py
302
%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.py
Lines 354-360 Link Here
354
%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.pyc
330
%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.pyc
355
%%ZOPEBASEDIR%%/lib/python/AccessControl/cAccessControl.c
331
%%ZOPEBASEDIR%%/lib/python/AccessControl/cAccessControl.c
356
%%ZOPEBASEDIR%%/lib/python/AccessControl/cAccessControl.so
332
%%ZOPEBASEDIR%%/lib/python/AccessControl/cAccessControl.so
357
%%ZOPEBASEDIR%%/lib/python/AccessControl/config.c
358
%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/access.dtml
333
%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/access.dtml
359
%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/acquiredEdit.dtml
334
%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/acquiredEdit.dtml
360
%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/addUser.dtml
335
%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/addUser.dtml
Lines 376-382 Link Here
376
%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/framework.pyc
351
%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/framework.pyc
377
%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/regressionSecurity.py
352
%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/regressionSecurity.py
378
%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/regressionSecurity.pyc
353
%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/regressionSecurity.pyc
379
%%ZOPEBASEDIR%%/lib/python/AccessControl/sedscript
380
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/__init__.py
354
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/__init__.py
381
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module/__init__.py
355
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module/__init__.py
382
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module/submodule/__init__.py
356
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module/submodule/__init__.py
Lines 439-444 Link Here
439
%%ZOPEBASEDIR%%/lib/python/App/__init__.pyc
413
%%ZOPEBASEDIR%%/lib/python/App/__init__.pyc
440
%%ZOPEBASEDIR%%/lib/python/App/class_init.py
414
%%ZOPEBASEDIR%%/lib/python/App/class_init.py
441
%%ZOPEBASEDIR%%/lib/python/App/class_init.pyc
415
%%ZOPEBASEDIR%%/lib/python/App/class_init.pyc
416
%%ZOPEBASEDIR%%/lib/python/App/dtml/activity.dtml
442
%%ZOPEBASEDIR%%/lib/python/App/dtml/addFactory.dtml
417
%%ZOPEBASEDIR%%/lib/python/App/dtml/addFactory.dtml
443
%%ZOPEBASEDIR%%/lib/python/App/dtml/addPermission.dtml
418
%%ZOPEBASEDIR%%/lib/python/App/dtml/addPermission.dtml
444
%%ZOPEBASEDIR%%/lib/python/App/dtml/addProduct.dtml
419
%%ZOPEBASEDIR%%/lib/python/App/dtml/addProduct.dtml
Lines 487-492 Link Here
487
%%ZOPEBASEDIR%%/lib/python/App/www/factory.gif
462
%%ZOPEBASEDIR%%/lib/python/App/www/factory.gif
488
%%ZOPEBASEDIR%%/lib/python/App/www/help.jpg
463
%%ZOPEBASEDIR%%/lib/python/App/www/help.jpg
489
%%ZOPEBASEDIR%%/lib/python/App/www/installedProduct.gif
464
%%ZOPEBASEDIR%%/lib/python/App/www/installedProduct.gif
465
%%ZOPEBASEDIR%%/lib/python/App/www/load_bar.gif
490
%%ZOPEBASEDIR%%/lib/python/App/www/logo.jpg
466
%%ZOPEBASEDIR%%/lib/python/App/www/logo.jpg
491
%%ZOPEBASEDIR%%/lib/python/App/www/ltab.gif
467
%%ZOPEBASEDIR%%/lib/python/App/www/ltab.gif
492
%%ZOPEBASEDIR%%/lib/python/App/www/permission.gif
468
%%ZOPEBASEDIR%%/lib/python/App/www/permission.gif
Lines 495-500 Link Here
495
%%ZOPEBASEDIR%%/lib/python/App/www/properties.jpg
471
%%ZOPEBASEDIR%%/lib/python/App/www/properties.jpg
496
%%ZOPEBASEDIR%%/lib/python/App/www/rtab.gif
472
%%ZOPEBASEDIR%%/lib/python/App/www/rtab.gif
497
%%ZOPEBASEDIR%%/lib/python/App/www/sp.gif
473
%%ZOPEBASEDIR%%/lib/python/App/www/sp.gif
474
%%ZOPEBASEDIR%%/lib/python/App/www/store_bar.gif
475
%%ZOPEBASEDIR%%/lib/python/App/www/transparent_bar.gif
498
%%ZOPEBASEDIR%%/lib/python/App/www/undo_icon.gif
476
%%ZOPEBASEDIR%%/lib/python/App/www/undo_icon.gif
499
%%ZOPEBASEDIR%%/lib/python/App/www/vManage.gif
477
%%ZOPEBASEDIR%%/lib/python/App/www/vManage.gif
500
%%ZOPEBASEDIR%%/lib/python/App/www/z_button.jpg
478
%%ZOPEBASEDIR%%/lib/python/App/www/z_button.jpg
Lines 514-522 Link Here
514
%%ZOPEBASEDIR%%/lib/python/BTrees/Interfaces.pyc
492
%%ZOPEBASEDIR%%/lib/python/BTrees/Interfaces.pyc
515
%%ZOPEBASEDIR%%/lib/python/BTrees/Length.py
493
%%ZOPEBASEDIR%%/lib/python/BTrees/Length.py
516
%%ZOPEBASEDIR%%/lib/python/BTrees/Length.pyc
494
%%ZOPEBASEDIR%%/lib/python/BTrees/Length.pyc
517
%%ZOPEBASEDIR%%/lib/python/BTrees/Makefile
495
%%ZOPEBASEDIR%%/lib/python/BTrees/Maintainer.txt
518
%%ZOPEBASEDIR%%/lib/python/BTrees/Makefile.pre
519
%%ZOPEBASEDIR%%/lib/python/BTrees/Makefile.pre.in
520
%%ZOPEBASEDIR%%/lib/python/BTrees/MergeTemplate.c
496
%%ZOPEBASEDIR%%/lib/python/BTrees/MergeTemplate.c
521
%%ZOPEBASEDIR%%/lib/python/BTrees/OIBTree.py
497
%%ZOPEBASEDIR%%/lib/python/BTrees/OIBTree.py
522
%%ZOPEBASEDIR%%/lib/python/BTrees/OIBTree.pyc
498
%%ZOPEBASEDIR%%/lib/python/BTrees/OIBTree.pyc
Lines 526-533 Link Here
526
%%ZOPEBASEDIR%%/lib/python/BTrees/SetTemplate.c
502
%%ZOPEBASEDIR%%/lib/python/BTrees/SetTemplate.c
527
%%ZOPEBASEDIR%%/lib/python/BTrees/Setup
503
%%ZOPEBASEDIR%%/lib/python/BTrees/Setup
528
%%ZOPEBASEDIR%%/lib/python/BTrees/TreeSetTemplate.c
504
%%ZOPEBASEDIR%%/lib/python/BTrees/TreeSetTemplate.c
529
%%ZOPEBASEDIR%%/lib/python/BTrees/_fsBTree.c
530
%%ZOPEBASEDIR%%/lib/python/BTrees/_fsBTree.so
531
%%ZOPEBASEDIR%%/lib/python/BTrees/_IIBTree.c
505
%%ZOPEBASEDIR%%/lib/python/BTrees/_IIBTree.c
532
%%ZOPEBASEDIR%%/lib/python/BTrees/_IIBTree.so
506
%%ZOPEBASEDIR%%/lib/python/BTrees/_IIBTree.so
533
%%ZOPEBASEDIR%%/lib/python/BTrees/_IOBTree.c
507
%%ZOPEBASEDIR%%/lib/python/BTrees/_IOBTree.c
Lines 538-555 Link Here
538
%%ZOPEBASEDIR%%/lib/python/BTrees/_OOBTree.so
512
%%ZOPEBASEDIR%%/lib/python/BTrees/_OOBTree.so
539
%%ZOPEBASEDIR%%/lib/python/BTrees/__init__.py
513
%%ZOPEBASEDIR%%/lib/python/BTrees/__init__.py
540
%%ZOPEBASEDIR%%/lib/python/BTrees/__init__.pyc
514
%%ZOPEBASEDIR%%/lib/python/BTrees/__init__.pyc
541
%%ZOPEBASEDIR%%/lib/python/BTrees/config.c
515
%%ZOPEBASEDIR%%/lib/python/BTrees/_fsBTree.c
516
%%ZOPEBASEDIR%%/lib/python/BTrees/_fsBTree.so
542
%%ZOPEBASEDIR%%/lib/python/BTrees/convert.py
517
%%ZOPEBASEDIR%%/lib/python/BTrees/convert.py
543
%%ZOPEBASEDIR%%/lib/python/BTrees/convert.pyc
518
%%ZOPEBASEDIR%%/lib/python/BTrees/convert.pyc
544
%%ZOPEBASEDIR%%/lib/python/BTrees/intkeymacros.h
519
%%ZOPEBASEDIR%%/lib/python/BTrees/intkeymacros.h
545
%%ZOPEBASEDIR%%/lib/python/BTrees/intvaluemacros.h
520
%%ZOPEBASEDIR%%/lib/python/BTrees/intvaluemacros.h
546
%%ZOPEBASEDIR%%/lib/python/BTrees/objectkeymacros.h
521
%%ZOPEBASEDIR%%/lib/python/BTrees/objectkeymacros.h
547
%%ZOPEBASEDIR%%/lib/python/BTrees/objectvaluemacros.h
522
%%ZOPEBASEDIR%%/lib/python/BTrees/objectvaluemacros.h
548
%%ZOPEBASEDIR%%/lib/python/BTrees/sedscript
523
%%ZOPEBASEDIR%%/lib/python/BTrees/sorters.c
549
%%ZOPEBASEDIR%%/lib/python/BTrees/tests/__init__.py
524
%%ZOPEBASEDIR%%/lib/python/BTrees/tests/__init__.py
550
%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testBTrees.py
525
%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testBTrees.py
551
%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testBTreesUnicode.py
526
%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testBTreesUnicode.py
552
%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testConflict.py
527
%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testConflict.py
528
%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testSetOps.py
553
%%ZOPEBASEDIR%%/lib/python/ComputedAttribute.so
529
%%ZOPEBASEDIR%%/lib/python/ComputedAttribute.so
554
%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.html
530
%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.html
555
%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.py
531
%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.py
Lines 559-564 Link Here
559
%%ZOPEBASEDIR%%/lib/python/DateTime/Setup
535
%%ZOPEBASEDIR%%/lib/python/DateTime/Setup
560
%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.py
536
%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.py
561
%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.pyc
537
%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.pyc
538
%%ZOPEBASEDIR%%/lib/python/DateTime/tests/julian_testdata.txt.gz
562
%%ZOPEBASEDIR%%/lib/python/DateTime/tests/testDateTime.py
539
%%ZOPEBASEDIR%%/lib/python/DateTime/tests/testDateTime.py
563
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/.cvsignore
540
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/.cvsignore
564
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.py
541
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.py
Lines 592-600 Link Here
592
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.py
569
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.py
593
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.pyc
570
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.pyc
594
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Let.stx
571
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Let.stx
595
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile
596
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile.pre
597
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Makefile.pre.in
598
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Setup
572
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Setup
599
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.py
573
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.py
600
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.pyc
574
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.pyc
Lines 602-615 Link Here
602
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.pyc
576
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.pyc
603
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.c
577
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.c
604
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.so
578
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.so
605
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/config.c
606
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/html_quote.py
579
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/html_quote.py
607
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/html_quote.pyc
580
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/html_quote.pyc
608
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.py
581
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.py
609
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.pyc
582
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.pyc
610
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.fl
583
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.fl
611
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.sh
584
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/release.sh
612
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sedscript
613
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/SortEx.py
585
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/SortEx.py
614
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/SortEx.pyc
586
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/SortEx.pyc
615
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/__init__.py
587
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/__init__.py
Lines 622-627 Link Here
622
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/dealers.dtml
594
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/dealers.dtml
623
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/dealers.out
595
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/dealers.out
624
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/testDTML.py
596
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/testDTML.py
597
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/testDTMLUnicode.py
598
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/testustr.py
599
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ustr.py
600
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ustr.pyc
625
%%ZOPEBASEDIR%%/lib/python/ExtensionClass.so
601
%%ZOPEBASEDIR%%/lib/python/ExtensionClass.so
626
%%ZOPEBASEDIR%%/lib/python/Globals.py
602
%%ZOPEBASEDIR%%/lib/python/Globals.py
627
%%ZOPEBASEDIR%%/lib/python/Globals.pyc
603
%%ZOPEBASEDIR%%/lib/python/Globals.pyc
Lines 670-719 Link Here
670
%%ZOPEBASEDIR%%/lib/python/IOBTree.so
646
%%ZOPEBASEDIR%%/lib/python/IOBTree.so
671
%%ZOPEBASEDIR%%/lib/python/ImageFile.py
647
%%ZOPEBASEDIR%%/lib/python/ImageFile.py
672
%%ZOPEBASEDIR%%/lib/python/ImageFile.pyc
648
%%ZOPEBASEDIR%%/lib/python/ImageFile.pyc
673
%%ZOPEBASEDIR%%/lib/python/Interface/Attr.py
649
%%ZOPEBASEDIR%%/lib/python/Interface/Attribute.py
674
%%ZOPEBASEDIR%%/lib/python/Interface/Attr.pyc
650
%%ZOPEBASEDIR%%/lib/python/Interface/Attribute.pyc
675
%%ZOPEBASEDIR%%/lib/python/Interface/Basic.py
651
%%ZOPEBASEDIR%%/lib/python/Interface/Common/Mapping.py
676
%%ZOPEBASEDIR%%/lib/python/Interface/Basic.pyc
652
%%ZOPEBASEDIR%%/lib/python/Interface/Common/Mapping.pyc
677
%%ZOPEBASEDIR%%/lib/python/Interface/CHANGES.txt
653
%%ZOPEBASEDIR%%/lib/python/Interface/Common/__init__.py
654
%%ZOPEBASEDIR%%/lib/python/Interface/Common/__init__.pyc
655
%%ZOPEBASEDIR%%/lib/python/Interface/Common/tests/BaseTestMapping.py
656
%%ZOPEBASEDIR%%/lib/python/Interface/Common/tests/__init__.py
657
%%ZOPEBASEDIR%%/lib/python/Interface/Document.py
658
%%ZOPEBASEDIR%%/lib/python/Interface/Document.pyc
678
%%ZOPEBASEDIR%%/lib/python/Interface/Exceptions.py
659
%%ZOPEBASEDIR%%/lib/python/Interface/Exceptions.py
679
%%ZOPEBASEDIR%%/lib/python/Interface/Exceptions.pyc
660
%%ZOPEBASEDIR%%/lib/python/Interface/Exceptions.pyc
680
%%ZOPEBASEDIR%%/lib/python/Interface/InterfaceBase.py
661
%%ZOPEBASEDIR%%/lib/python/Interface/IAttribute.py
681
%%ZOPEBASEDIR%%/lib/python/Interface/InterfaceBase.pyc
662
%%ZOPEBASEDIR%%/lib/python/Interface/IAttribute.pyc
663
%%ZOPEBASEDIR%%/lib/python/Interface/IElement.py
664
%%ZOPEBASEDIR%%/lib/python/Interface/IElement.pyc
665
%%ZOPEBASEDIR%%/lib/python/Interface/IInterface.py
666
%%ZOPEBASEDIR%%/lib/python/Interface/IInterface.pyc
667
%%ZOPEBASEDIR%%/lib/python/Interface/IMethod.py
668
%%ZOPEBASEDIR%%/lib/python/Interface/IMethod.pyc
669
%%ZOPEBASEDIR%%/lib/python/Interface/Implements.py
670
%%ZOPEBASEDIR%%/lib/python/Interface/Implements.pyc
682
%%ZOPEBASEDIR%%/lib/python/Interface/Mapping.py
671
%%ZOPEBASEDIR%%/lib/python/Interface/Mapping.py
683
%%ZOPEBASEDIR%%/lib/python/Interface/Mapping.pyc
672
%%ZOPEBASEDIR%%/lib/python/Interface/Mapping.pyc
684
%%ZOPEBASEDIR%%/lib/python/Interface/Method.py
673
%%ZOPEBASEDIR%%/lib/python/Interface/Method.py
685
%%ZOPEBASEDIR%%/lib/python/Interface/Method.pyc
674
%%ZOPEBASEDIR%%/lib/python/Interface/Method.pyc
686
%%ZOPEBASEDIR%%/lib/python/Interface/Number.py
675
%%ZOPEBASEDIR%%/lib/python/Interface/Verify.py
687
%%ZOPEBASEDIR%%/lib/python/Interface/Number.pyc
676
%%ZOPEBASEDIR%%/lib/python/Interface/Verify.pyc
688
%%ZOPEBASEDIR%%/lib/python/Interface/README
677
%%ZOPEBASEDIR%%/lib/python/Interface/_Element.py
689
%%ZOPEBASEDIR%%/lib/python/Interface/README.txt
678
%%ZOPEBASEDIR%%/lib/python/Interface/_Element.pyc
690
%%ZOPEBASEDIR%%/lib/python/Interface/Standard.py
679
%%ZOPEBASEDIR%%/lib/python/Interface/_Interface.py
691
%%ZOPEBASEDIR%%/lib/python/Interface/Standard.pyc
680
%%ZOPEBASEDIR%%/lib/python/Interface/_Interface.pyc
692
%%ZOPEBASEDIR%%/lib/python/Interface/Util.py
681
%%ZOPEBASEDIR%%/lib/python/Interface/_InterfaceClass.py
693
%%ZOPEBASEDIR%%/lib/python/Interface/Util.pyc
682
%%ZOPEBASEDIR%%/lib/python/Interface/_InterfaceClass.pyc
694
%%ZOPEBASEDIR%%/lib/python/Interface/__init__.py
683
%%ZOPEBASEDIR%%/lib/python/Interface/__init__.py
695
%%ZOPEBASEDIR%%/lib/python/Interface/__init__.pyc
684
%%ZOPEBASEDIR%%/lib/python/Interface/__init__.pyc
696
%%ZOPEBASEDIR%%/lib/python/Interface/iclass.py
685
%%ZOPEBASEDIR%%/lib/python/Interface/_object.py
697
%%ZOPEBASEDIR%%/lib/python/Interface/iclass.pyc
686
%%ZOPEBASEDIR%%/lib/python/Interface/_object.pyc
698
%%ZOPEBASEDIR%%/lib/python/Interface/pprint.py
687
%%ZOPEBASEDIR%%/lib/python/Interface/pprint.py
699
%%ZOPEBASEDIR%%/lib/python/Interface/pprint.pyc
688
%%ZOPEBASEDIR%%/lib/python/Interface/pprint.pyc
700
%%ZOPEBASEDIR%%/lib/python/Interface/pyfiles
689
%%ZOPEBASEDIR%%/lib/python/Interface/pyskel.py
701
%%ZOPEBASEDIR%%/lib/python/Interface/release.sh
690
%%ZOPEBASEDIR%%/lib/python/Interface/pyskel.pyc
702
%%ZOPEBASEDIR%%/lib/python/Interface/test.py
691
%%ZOPEBASEDIR%%/lib/python/Interface/tests/IFoo.py
703
%%ZOPEBASEDIR%%/lib/python/Interface/test.pyc
692
%%ZOPEBASEDIR%%/lib/python/Interface/tests/__init__.py
704
%%ZOPEBASEDIR%%/lib/python/Interface/unitfixtures.py
693
%%ZOPEBASEDIR%%/lib/python/Interface/tests/dummy.py
705
%%ZOPEBASEDIR%%/lib/python/Interface/unitfixtures.pyc
694
%%ZOPEBASEDIR%%/lib/python/Interface/tests/testDocument.py
706
%%ZOPEBASEDIR%%/lib/python/Interface/unittests.py
695
%%ZOPEBASEDIR%%/lib/python/Interface/tests/testImplements.py
707
%%ZOPEBASEDIR%%/lib/python/Interface/unittests.pyc
696
%%ZOPEBASEDIR%%/lib/python/Interface/tests/testInterface.py
708
%%ZOPEBASEDIR%%/lib/python/Interface/verify.py
697
%%ZOPEBASEDIR%%/lib/python/Interface/tests/testVerify.py
709
%%ZOPEBASEDIR%%/lib/python/Interface/verify.pyc
698
%%ZOPEBASEDIR%%/lib/python/Interface/tests/testVisitImplements.py
699
%%ZOPEBASEDIR%%/lib/python/Interface/tests/unitfixtures.py
710
%%ZOPEBASEDIR%%/lib/python/LOG.py
700
%%ZOPEBASEDIR%%/lib/python/LOG.py
711
%%ZOPEBASEDIR%%/lib/python/LOG.pyc
701
%%ZOPEBASEDIR%%/lib/python/LOG.pyc
712
%%ZOPEBASEDIR%%/lib/python/Main.py
702
%%ZOPEBASEDIR%%/lib/python/Main.py
713
%%ZOPEBASEDIR%%/lib/python/Main.pyc
703
%%ZOPEBASEDIR%%/lib/python/Main.pyc
714
%%ZOPEBASEDIR%%/lib/python/Makefile
715
%%ZOPEBASEDIR%%/lib/python/Makefile.pre
716
%%ZOPEBASEDIR%%/lib/python/Makefile.pre.in
717
%%ZOPEBASEDIR%%/lib/python/MethodObject.so
704
%%ZOPEBASEDIR%%/lib/python/MethodObject.so
718
%%ZOPEBASEDIR%%/lib/python/Missing.so
705
%%ZOPEBASEDIR%%/lib/python/Missing.so
719
%%ZOPEBASEDIR%%/lib/python/MultiMapping.so
706
%%ZOPEBASEDIR%%/lib/python/MultiMapping.so
Lines 803-808 Link Here
803
%%ZOPEBASEDIR%%/lib/python/OFS/tests/__init__.py
790
%%ZOPEBASEDIR%%/lib/python/OFS/tests/__init__.py
804
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testCopySupport.py
791
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testCopySupport.py
805
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testRanges.py
792
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testRanges.py
793
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testTraverse.py
806
%%ZOPEBASEDIR%%/lib/python/OFS/www/ControlPanel_icon.gif
794
%%ZOPEBASEDIR%%/lib/python/OFS/www/ControlPanel_icon.gif
807
%%ZOPEBASEDIR%%/lib/python/OFS/www/Help_icon.gif
795
%%ZOPEBASEDIR%%/lib/python/OFS/www/Help_icon.gif
808
%%ZOPEBASEDIR%%/lib/python/OFS/www/Properties_icon.gif
796
%%ZOPEBASEDIR%%/lib/python/OFS/www/Properties_icon.gif
Lines 857-862 Link Here
857
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/Mail-Host_Edit.stx
845
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/Mail-Host_Edit.stx
858
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/MailHost.py
846
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/MailHost.py
859
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/MailHost.pyc
847
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/MailHost.pyc
848
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/tests/testMailHost.py
860
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/version.txt
849
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/version.txt
861
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/www/MailHost_icon.gif
850
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/www/MailHost_icon.gif
862
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.py
851
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.py
Lines 898-903 Link Here
898
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTMLMethod.py
887
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTMLMethod.py
899
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTMLMethod.pyc
888
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTMLMethod.pyc
900
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management.stx
889
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management.stx
890
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Activity.stx
901
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Cache-Parameters.stx
891
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Cache-Parameters.stx
902
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Database.stx
892
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Database.stx
903
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Flush-Cache.stx
893
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Flush-Cache.stx
Lines 1026-1031 Link Here
1026
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/CHANGES.txt
1016
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/CHANGES.txt
1027
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/Expressions.py
1017
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/Expressions.py
1028
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/Expressions.pyc
1018
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/Expressions.pyc
1019
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/GlobalTranslationService.py
1020
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/GlobalTranslationService.pyc
1029
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/HISTORY.txt
1021
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/HISTORY.txt
1030
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplate.py
1022
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplate.py
1031
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplate.pyc
1023
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplate.pyc
Lines 1074-1085 Link Here
1074
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales.stx
1066
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales.stx
1075
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/__init__.py
1067
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/__init__.py
1076
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/batch.py
1068
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/batch.py
1077
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/framework.py
1078
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckBatchIteration.html
1069
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckBatchIteration.html
1070
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckI18nTranslate.html
1071
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckI18nTranslateHooked.html
1079
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckNotExpression.html
1072
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckNotExpression.html
1080
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckNothing.html
1073
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckNothing.html
1081
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckPathAlt.html
1074
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckPathAlt.html
1082
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckPathNothing.html
1075
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckPathNothing.html
1076
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckUnicodeInserts.html
1083
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckWithXMLHeader.html
1077
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckWithXMLHeader.html
1084
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/DTML1.html
1078
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/DTML1.html
1085
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/DTML3.html
1079
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/DTML3.html
Lines 1091-1100 Link Here
1091
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShop2.html
1085
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShop2.html
1092
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShopLAF.html
1086
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShopLAF.html
1093
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckBatchIteration.html
1087
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckBatchIteration.html
1088
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslate.html
1089
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslateHooked.html
1094
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckNotExpression.html
1090
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckNotExpression.html
1095
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckNothing.html
1091
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckNothing.html
1096
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckPathAlt.html
1092
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckPathAlt.html
1097
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckPathNothing.html
1093
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckPathNothing.html
1094
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckUnicodeInserts.html
1098
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckWithXMLHeader.html
1095
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckWithXMLHeader.html
1099
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML1a.html
1096
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML1a.html
1100
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML1b.html
1097
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML1b.html
Lines 1118-1123 Link Here
1118
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/ptAdd.zpt
1115
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/ptAdd.zpt
1119
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/ptEdit.zpt
1116
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/ptEdit.zpt
1120
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/zpt.gif
1117
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/zpt.gif
1118
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py
1119
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/DateIndex.pyc
1120
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/README.txt
1121
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/__init__.py
1122
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/__init__.pyc
1123
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/dtml/addDateIndex.dtml
1124
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/dtml/manageDateIndex.dtml
1125
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/tests/test_DateIndex.py
1126
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py
1127
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.pyc
1128
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/README.txt
1129
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/__init__.py
1130
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/__init__.pyc
1131
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/dtml/addDateRangeIndex.dtml
1132
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/dtml/manageDateRangeIndex.dtml
1133
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/tests/test_DateRangeIndex.py
1121
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py
1134
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py
1122
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.pyc
1135
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.pyc
1123
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/__init__.py
1136
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/__init__.py
Lines 1150-1187 Link Here
1150
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Lexicon.pyc
1163
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Lexicon.pyc
1151
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/.cvsignore
1164
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/.cvsignore
1152
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/ISO_8859_1_Splitter.so
1165
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/ISO_8859_1_Splitter.so
1153
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/Makefile
1154
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/Makefile.pre
1155
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/Makefile.pre.in
1156
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/Setup
1166
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/Setup
1157
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/__init__.py
1167
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/__init__.py
1158
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/__init__.pyc
1168
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/__init__.pyc
1159
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/config.c
1160
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/sedscript
1161
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src/ISO_8859_1_Splitter.c
1169
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src/ISO_8859_1_Splitter.c
1162
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/.cvsignore
1170
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/.cvsignore
1163
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/Makefile
1164
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/Makefile.pre
1165
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/Makefile.pre.in
1166
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/Setup
1171
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/Setup
1167
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/UnicodeSplitter.so
1172
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/UnicodeSplitter.so
1168
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/__init__.py
1173
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/__init__.py
1169
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/__init__.pyc
1174
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/__init__.pyc
1170
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/config.c
1171
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/sedscript
1172
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src/UnicodeSplitter.c
1175
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src/UnicodeSplitter.c
1173
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/__init__.py
1176
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/__init__.py
1174
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/testUnicodeSplitter.py
1177
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/testUnicodeSplitter.py
1175
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/.cvsignore
1178
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/.cvsignore
1176
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/Makefile
1177
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/Makefile.pre
1178
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/Makefile.pre.in
1179
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/Setup
1179
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/Setup
1180
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/ZopeSplitter.so
1180
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/ZopeSplitter.so
1181
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/__init__.py
1181
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/__init__.py
1182
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/__init__.pyc
1182
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/__init__.pyc
1183
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/config.c
1184
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/sedscript
1185
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src/ZopeSplitter.c
1183
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src/ZopeSplitter.c
1186
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/__init__.py
1184
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/__init__.py
1187
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/__init__.pyc
1185
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/__init__.pyc
Lines 1200-1209 Link Here
1200
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/manage_vocab.dtml
1198
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/manage_vocab.dtml
1201
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/vocab_query.dtml
1199
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/vocab_query.dtml
1202
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/help/TextIndex_searchResults.stx
1200
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/help/TextIndex_searchResults.stx
1203
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/randid.py
1204
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/randid.pyc
1205
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests/testSplitter.py
1201
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests/testSplitter.py
1206
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py
1202
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py
1203
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/FilteredSet.py
1204
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/FilteredSet.pyc
1205
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/README.txt
1206
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.py
1207
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.pyc
1208
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/__init__.py
1209
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/__init__.pyc
1210
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml/addTopicIndex.dtml
1211
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml/editFilteredSet.dtml
1212
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml/manageTopicIndex.dtml
1213
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/help/TopicIndex_searchResults.stx
1214
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/tests/testTopicIndex.py
1207
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/__init__.py
1215
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/__init__.py
1208
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/__init__.pyc
1216
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/__init__.pyc
1209
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/PluggableIndex.py
1217
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/PluggableIndex.py
Lines 1320-1325 Link Here
1320
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/VirtualHostMonster.gif
1328
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/VirtualHostMonster.gif
1321
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/VirtualHostMonsterAdd.dtml
1329
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/VirtualHostMonsterAdd.dtml
1322
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/manage_edit.dtml
1330
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/manage_edit.dtml
1331
%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/SiteErrorLog.py
1332
%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/SiteErrorLog.pyc
1333
%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/__init__.py
1334
%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/__init__.pyc
1335
%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www/error.gif
1336
%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www/main.pt
1337
%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www/showEntry.pt
1323
%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.py
1338
%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.py
1324
%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.pyc
1339
%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.pyc
1325
%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/RAMCacheManager.py
1340
%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/RAMCacheManager.py
Lines 1351-1356 Link Here
1351
%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/patchfs.pyc
1366
%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/patchfs.pyc
1352
%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/tests/testTemporaryStorage.py
1367
%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/tests/testTemporaryStorage.py
1353
%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/www/tempfolder.gif
1368
%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/www/tempfolder.gif
1369
%%ZOPEBASEDIR%%/lib/python/Products/Transience/HowTransienceWorks.stx
1354
%%ZOPEBASEDIR%%/lib/python/Products/Transience/Transience.py
1370
%%ZOPEBASEDIR%%/lib/python/Products/Transience/Transience.py
1355
%%ZOPEBASEDIR%%/lib/python/Products/Transience/Transience.pyc
1371
%%ZOPEBASEDIR%%/lib/python/Products/Transience/Transience.pyc
1356
%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransienceInterfaces.py
1372
%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransienceInterfaces.py
Lines 1370-1375 Link Here
1370
%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTransientObject.py
1386
%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTransientObject.py
1371
%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTransientObjectContainer.py
1387
%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTransientObjectContainer.py
1372
%%ZOPEBASEDIR%%/lib/python/Products/Transience/www/datacontainer.gif
1388
%%ZOPEBASEDIR%%/lib/python/Products/Transience/www/datacontainer.gif
1389
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/.cvsignore
1390
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/BaseIndex.py
1391
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/BaseIndex.pyc
1392
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/CosineIndex.py
1393
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/CosineIndex.pyc
1394
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/HTMLSplitter.py
1395
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/HTMLSplitter.pyc
1396
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IIndex.py
1397
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IIndex.pyc
1398
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ILexicon.py
1399
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ILexicon.pyc
1400
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/INBest.py
1401
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/INBest.pyc
1402
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElement.py
1403
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElement.pyc
1404
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElementFactory.py
1405
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElementFactory.pyc
1406
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParseTree.py
1407
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParseTree.pyc
1408
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParser.py
1409
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParser.pyc
1410
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ISplitter.py
1411
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ISplitter.pyc
1412
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/Lexicon.py
1413
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/Lexicon.pyc
1414
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/NBest.py
1415
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/NBest.pyc
1416
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/OkapiIndex.py
1417
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/OkapiIndex.pyc
1418
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ParseTree.py
1419
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ParseTree.pyc
1420
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/PipelineFactory.py
1421
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/PipelineFactory.pyc
1422
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/QueryParser.py
1423
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/QueryParser.pyc
1424
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/README.txt
1425
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/RiceCode.py
1426
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/RiceCode.pyc
1427
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/SetOps.py
1428
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/SetOps.pyc
1429
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/Setup
1430
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/StopDict.py
1431
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/StopDict.pyc
1432
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/WidCode.py
1433
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/WidCode.pyc
1434
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ZCTextIndex.py
1435
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ZCTextIndex.pyc
1436
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/__init__.py
1437
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/__init__.pyc
1438
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/addLexicon.dtml
1439
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/addZCTextIndex.dtml
1440
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/manageLexicon.dtml
1441
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/manageZCTextIndex.dtml
1442
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/queryLexicon.dtml
1443
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/help/Lexicon_Add.stx
1444
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/help/ZCTextIndex_Add.stx
1445
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/okascore.c
1446
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/okascore.so
1447
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/stopper.c
1448
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/stopper.so
1449
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/.cvsignore
1450
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/__init__.py
1451
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/hs-tool.py
1452
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/indexhtml.py
1453
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/mailtest.py
1454
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/mhindex.py
1455
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/python.txt
1456
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/queryhtml.py
1457
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testIndex.py
1458
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testLexicon.py
1459
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testNBest.py
1460
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testPipelineFactory.py
1461
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testQueryEngine.py
1462
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testQueryParser.py
1463
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testSetOps.py
1464
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testStopper.py
1465
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testZCTextIndex.py
1466
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/wordstats.py
1467
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/www/index.gif
1468
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/www/lexicon.gif
1373
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CHANGES.txt
1469
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CHANGES.txt
1374
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.gif
1470
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.gif
1375
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.py
1471
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.py
Lines 1382-1387 Link Here
1382
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogBrains.pyc
1478
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogBrains.pyc
1383
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogPathAwareness.py
1479
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogPathAwareness.py
1384
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogPathAwareness.pyc
1480
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogPathAwareness.pyc
1481
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/IZCatalog.py
1482
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/IZCatalog.pyc
1385
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.py
1483
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.py
1386
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.pyc
1484
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.pyc
1387
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/README.txt
1485
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/README.txt
Lines 1408-1415 Link Here
1408
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogView.dtml
1506
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogView.dtml
1409
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/editCatalogerForm.dtml
1507
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/editCatalogerForm.dtml
1410
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/edit_stop_syn.dtml
1508
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/edit_stop_syn.dtml
1411
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/manageIndex.dtml
1412
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/manageIndex.dtml.bak
1413
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/manageOldindex.dtml
1509
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/manageOldindex.dtml
1414
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/manage_vocab.dtml
1510
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/manage_vocab.dtml
1415
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/vocab_manage_main.dtml
1511
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/vocab_manage_main.dtml
Lines 1634-1642 Link Here
1634
%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.pyc
1730
%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.pyc
1635
%%ZOPEBASEDIR%%/lib/python/SearchIndex/Lexicon.py
1731
%%ZOPEBASEDIR%%/lib/python/SearchIndex/Lexicon.py
1636
%%ZOPEBASEDIR%%/lib/python/SearchIndex/Lexicon.pyc
1732
%%ZOPEBASEDIR%%/lib/python/SearchIndex/Lexicon.pyc
1637
%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile
1638
%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile.pre
1639
%%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile.pre.in
1640
%%ZOPEBASEDIR%%/lib/python/SearchIndex/PluggableIndex.py
1733
%%ZOPEBASEDIR%%/lib/python/SearchIndex/PluggableIndex.py
1641
%%ZOPEBASEDIR%%/lib/python/SearchIndex/PluggableIndex.pyc
1734
%%ZOPEBASEDIR%%/lib/python/SearchIndex/PluggableIndex.pyc
1642
%%ZOPEBASEDIR%%/lib/python/SearchIndex/README.txt
1735
%%ZOPEBASEDIR%%/lib/python/SearchIndex/README.txt
Lines 1655-1671 Link Here
1655
%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.pyc
1748
%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.pyc
1656
%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.py
1749
%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.py
1657
%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.pyc
1750
%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.pyc
1658
%%ZOPEBASEDIR%%/lib/python/SearchIndex/config.c
1659
%%ZOPEBASEDIR%%/lib/python/SearchIndex/randid.py
1751
%%ZOPEBASEDIR%%/lib/python/SearchIndex/randid.py
1660
%%ZOPEBASEDIR%%/lib/python/SearchIndex/randid.pyc
1752
%%ZOPEBASEDIR%%/lib/python/SearchIndex/randid.pyc
1661
%%ZOPEBASEDIR%%/lib/python/SearchIndex/sedscript
1662
%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/__init__.py
1753
%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/__init__.py
1663
%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/framework.py
1664
%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testSplitter.py
1754
%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testSplitter.py
1665
%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testUnKeywordIndex.py
1755
%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testUnKeywordIndex.py
1666
%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testUnTextIndex.py
1756
%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testUnTextIndex.py
1667
%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/test_UnIndex.py
1757
%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/test_UnIndex.py
1668
%%ZOPEBASEDIR%%/lib/python/Setup
1669
%%ZOPEBASEDIR%%/lib/python/Setup15
1758
%%ZOPEBASEDIR%%/lib/python/Setup15
1670
%%ZOPEBASEDIR%%/lib/python/Setup20
1759
%%ZOPEBASEDIR%%/lib/python/Setup20
1671
%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Bindings.py
1760
%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Bindings.py
Lines 1723-1738 Link Here
1723
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.py
1812
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.py
1724
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.pyc
1813
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.pyc
1725
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/.cvsignore
1814
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/.cvsignore
1726
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile
1727
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile.pre
1728
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Makefile.pre.in
1729
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/README
1815
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/README
1730
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup
1816
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/Setup
1731
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.py
1817
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.py
1732
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.pyc
1818
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.pyc
1733
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.py
1819
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.py
1734
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.pyc
1820
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.pyc
1735
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/config.c
1736
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.c
1821
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.c
1737
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.so
1822
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.so
1738
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/MPL-1_0.html
1823
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/MPL-1_0.html
Lines 1761-1773 Link Here
1761
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.pyc
1846
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.pyc
1762
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.py
1847
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.py
1763
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.pyc
1848
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.pyc
1764
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/sedscript
1765
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.py
1849
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.py
1766
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.pyc
1850
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.pyc
1767
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.py
1851
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.py
1768
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.pyc
1852
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.pyc
1769
%%ZOPEBASEDIR%%/lib/python/Shared/__init__.py
1853
%%ZOPEBASEDIR%%/lib/python/Shared/__init__.py
1770
%%ZOPEBASEDIR%%/lib/python/Shared/__init__.pyc
1854
%%ZOPEBASEDIR%%/lib/python/Shared/__init__.pyc
1855
%%ZOPEBASEDIR%%/lib/python/Signals/Signals.py
1856
%%ZOPEBASEDIR%%/lib/python/Signals/Signals.pyc
1857
%%ZOPEBASEDIR%%/lib/python/Signals/__init__.py
1858
%%ZOPEBASEDIR%%/lib/python/Signals/__init__.pyc
1771
%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicDocumentClass.py
1859
%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicDocumentClass.py
1772
%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicDocumentClass.pyc
1860
%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicDocumentClass.pyc
1773
%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicStructuredText.py
1861
%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicStructuredText.py
Lines 1826-1831 Link Here
1826
%%ZOPEBASEDIR%%/lib/python/TAL/HTMLParser.pyc
1914
%%ZOPEBASEDIR%%/lib/python/TAL/HTMLParser.pyc
1827
%%ZOPEBASEDIR%%/lib/python/TAL/HTMLTALParser.py
1915
%%ZOPEBASEDIR%%/lib/python/TAL/HTMLTALParser.py
1828
%%ZOPEBASEDIR%%/lib/python/TAL/HTMLTALParser.pyc
1916
%%ZOPEBASEDIR%%/lib/python/TAL/HTMLTALParser.pyc
1917
%%ZOPEBASEDIR%%/lib/python/TAL/ITALES.py
1918
%%ZOPEBASEDIR%%/lib/python/TAL/ITALES.pyc
1829
%%ZOPEBASEDIR%%/lib/python/TAL/README.txt
1919
%%ZOPEBASEDIR%%/lib/python/TAL/README.txt
1830
%%ZOPEBASEDIR%%/lib/python/TAL/TALDefs.py
1920
%%ZOPEBASEDIR%%/lib/python/TAL/TALDefs.py
1831
%%ZOPEBASEDIR%%/lib/python/TAL/TALDefs.pyc
1921
%%ZOPEBASEDIR%%/lib/python/TAL/TALDefs.pyc
Lines 1835-1840 Link Here
1835
%%ZOPEBASEDIR%%/lib/python/TAL/TALInterpreter.pyc
1925
%%ZOPEBASEDIR%%/lib/python/TAL/TALInterpreter.pyc
1836
%%ZOPEBASEDIR%%/lib/python/TAL/TALParser.py
1926
%%ZOPEBASEDIR%%/lib/python/TAL/TALParser.py
1837
%%ZOPEBASEDIR%%/lib/python/TAL/TALParser.pyc
1927
%%ZOPEBASEDIR%%/lib/python/TAL/TALParser.pyc
1928
%%ZOPEBASEDIR%%/lib/python/TAL/TranslationContext.py
1929
%%ZOPEBASEDIR%%/lib/python/TAL/TranslationContext.pyc
1838
%%ZOPEBASEDIR%%/lib/python/TAL/XMLParser.py
1930
%%ZOPEBASEDIR%%/lib/python/TAL/XMLParser.py
1839
%%ZOPEBASEDIR%%/lib/python/TAL/XMLParser.pyc
1931
%%ZOPEBASEDIR%%/lib/python/TAL/XMLParser.pyc
1840
%%ZOPEBASEDIR%%/lib/python/TAL/__init__.py
1932
%%ZOPEBASEDIR%%/lib/python/TAL/__init__.py
Lines 1907-1912 Link Here
1907
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test17.xml
1999
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test17.xml
1908
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test18.html
2000
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test18.html
1909
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test18.xml
2001
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test18.xml
2002
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test19.html
2003
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test20.html
2004
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test21.html
2005
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test22.html
2006
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test23.html
2007
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test24.html
2008
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test25.html
2009
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test26.html
2010
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test27.html
2011
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test28.html
2012
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test29.html
2013
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test30.html
2014
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test31.html
2015
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test32.html
1910
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal1.html
2016
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal1.html
1911
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal2.html
2017
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal2.html
1912
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal3.html
2018
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal3.html
Lines 1941-1946 Link Here
1941
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test17.xml
2047
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test17.xml
1942
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test18.html
2048
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test18.html
1943
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test18.xml
2049
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test18.xml
2050
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test19.html
2051
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test20.html
2052
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test21.html
2053
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test22.html
2054
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test23.html
2055
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test24.html
2056
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test25.html
2057
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test26.html
2058
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test27.html
2059
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test28.html
2060
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test29.html
2061
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test30.html
2062
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test31.html
2063
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test32.html
1944
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal1.html
2064
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal1.html
1945
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal2.html
2065
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal2.html
1946
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal3.html
2066
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal3.html
Lines 1948-1953 Link Here
1948
%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_files.py
2068
%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_files.py
1949
%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_htmlparser.py
2069
%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_htmlparser.py
1950
%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_htmltalparser.py
2070
%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_htmltalparser.py
2071
%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_sourcepos.py
1951
%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_talinterpreter.py
2072
%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_talinterpreter.py
1952
%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_xmlparser.py
2073
%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_xmlparser.py
1953
%%ZOPEBASEDIR%%/lib/python/TAL/tests/utils.py
2074
%%ZOPEBASEDIR%%/lib/python/TAL/tests/utils.py
Lines 2020-2025 Link Here
2020
%%ZOPEBASEDIR%%/lib/python/ZLogger/test_logger.py
2141
%%ZOPEBASEDIR%%/lib/python/ZLogger/test_logger.py
2021
%%ZOPEBASEDIR%%/lib/python/ZLogger/test_logger.pyc
2142
%%ZOPEBASEDIR%%/lib/python/ZLogger/test_logger.pyc
2022
%%ZOPEBASEDIR%%/lib/python/ZODB/.cvsignore
2143
%%ZOPEBASEDIR%%/lib/python/ZODB/.cvsignore
2144
%%ZOPEBASEDIR%%/lib/python/ZODB/ActivityMonitor.py
2145
%%ZOPEBASEDIR%%/lib/python/ZODB/ActivityMonitor.pyc
2023
%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.py
2146
%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.py
2024
%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.pyc
2147
%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.pyc
2025
%%ZOPEBASEDIR%%/lib/python/ZODB/ConflictResolution.py
2148
%%ZOPEBASEDIR%%/lib/python/ZODB/ConflictResolution.py
Lines 2034-2048 Link Here
2034
%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.pyc
2157
%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.pyc
2035
%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.py
2158
%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.py
2036
%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.pyc
2159
%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.pyc
2037
%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile
2038
%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile.pre
2039
%%ZOPEBASEDIR%%/lib/python/ZODB/Makefile.pre.in
2040
%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.py
2160
%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.py
2041
%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.pyc
2161
%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.pyc
2042
%%ZOPEBASEDIR%%/lib/python/ZODB/Mount.py
2162
%%ZOPEBASEDIR%%/lib/python/ZODB/Mount.py
2043
%%ZOPEBASEDIR%%/lib/python/ZODB/Mount.pyc
2163
%%ZOPEBASEDIR%%/lib/python/ZODB/Mount.pyc
2044
%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.py
2164
%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.py
2045
%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.pyc
2165
%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.pyc
2166
%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentList.py
2167
%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentList.pyc
2046
%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.py
2168
%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.py
2047
%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.pyc
2169
%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.pyc
2048
%%ZOPEBASEDIR%%/lib/python/ZODB/Setup
2170
%%ZOPEBASEDIR%%/lib/python/ZODB/Setup
Lines 2065-2071 Link Here
2065
%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.so
2187
%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.so
2066
%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.c
2188
%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.c
2067
%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.so
2189
%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.so
2068
%%ZOPEBASEDIR%%/lib/python/ZODB/config.c
2069
%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.py
2190
%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.py
2070
%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.pyc
2191
%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.pyc
2071
%%ZOPEBASEDIR%%/lib/python/ZODB/coptimizations.c
2192
%%ZOPEBASEDIR%%/lib/python/ZODB/coptimizations.c
Lines 2082-2088 Link Here
2082
%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.pyc
2203
%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.pyc
2083
%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.py
2204
%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.py
2084
%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.pyc
2205
%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.pyc
2085
%%ZOPEBASEDIR%%/lib/python/ZODB/sedscript
2086
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/.cvsignore
2206
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/.cvsignore
2087
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/BasicStorage.py
2207
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/BasicStorage.py
2088
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/ConflictResolution.py
2208
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/ConflictResolution.py
Lines 2090-2097 Link Here
2090
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/HistoryStorage.py
2210
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/HistoryStorage.py
2091
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/IteratorStorage.py
2211
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/IteratorStorage.py
2092
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/LocalStorage.py
2212
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/LocalStorage.py
2093
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/MinPO.py
2094
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/MTStorage.py
2213
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/MTStorage.py
2214
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/MinPO.py
2095
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/PackableStorage.py
2215
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/PackableStorage.py
2096
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/PersistentStorage.py
2216
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/PersistentStorage.py
2097
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/ReadOnlyStorage.py
2217
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/ReadOnlyStorage.py
Lines 2103-2112 Link Here
2103
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/VersionStorage.py
2223
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/VersionStorage.py
2104
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/__init__.py
2224
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/__init__.py
2105
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/speed.py
2225
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/speed.py
2226
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testActivityMonitor.py
2106
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testCache.py
2227
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testCache.py
2228
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testDB.py
2107
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testDemoStorage.py
2229
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testDemoStorage.py
2108
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testFileStorage.py
2230
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testFileStorage.py
2109
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testMappingStorage.py
2231
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testMappingStorage.py
2232
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testPersistentList.py
2110
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testPersistentMapping.py
2233
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testPersistentMapping.py
2111
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testTimeStamp.py
2234
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testTimeStamp.py
2112
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testTransaction.py
2235
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testTransaction.py
Lines 2139-2144 Link Here
2139
%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.pyc
2262
%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.pyc
2140
%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.py
2263
%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.py
2141
%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.pyc
2264
%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.pyc
2265
%%ZOPEBASEDIR%%/lib/python/ZPublisher/TaintedString.py
2266
%%ZOPEBASEDIR%%/lib/python/ZPublisher/TaintedString.pyc
2142
%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.py
2267
%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.py
2143
%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.pyc
2268
%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.pyc
2144
%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.py
2269
%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.py
Lines 2152-2157 Link Here
2152
%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/__init__.py
2277
%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/__init__.py
2153
%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testHTTPRangeSupport.py
2278
%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testHTTPRangeSupport.py
2154
%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testHTTPRequest.py
2279
%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testHTTPRequest.py
2280
%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testTaintedString.py
2155
%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.py
2281
%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.py
2156
%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.pyc
2282
%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.pyc
2157
%%ZOPEBASEDIR%%/lib/python/ZTUtils/Batch.py
2283
%%ZOPEBASEDIR%%/lib/python/ZTUtils/Batch.py
Lines 2171-2187 Link Here
2171
%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/run.py
2297
%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/run.py
2172
%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testBatch.py
2298
%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testBatch.py
2173
%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testIterator.py
2299
%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testIterator.py
2300
%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testTree.py
2174
%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.py
2301
%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.py
2175
%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.pyc
2302
%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.pyc
2176
%%ZOPEBASEDIR%%/lib/python/Zope/__init__.py
2303
%%ZOPEBASEDIR%%/lib/python/Zope/__init__.py
2177
%%ZOPEBASEDIR%%/lib/python/Zope/__init__.pyc
2304
%%ZOPEBASEDIR%%/lib/python/Zope/__init__.pyc
2178
%%ZOPEBASEDIR%%/lib/python/config.c
2305
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/Acquisition.o
2306
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/BTree.o
2307
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/ComputedAttribute.o
2308
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/ExtensionClass.o
2309
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/IIBTree.o
2310
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/IOBTree.o
2311
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/ISO_8859_1_Splitter.o
2312
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/MethodObject.o
2313
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/Missing.o
2314
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/MultiMapping.o
2315
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/OIBTree.o
2316
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/Record.o
2317
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/Splitter.o
2318
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/Sync.o
2319
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/ThreadLock.o
2320
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/TimeStamp.o
2321
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/UnicodeSplitter.o
2322
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/ZopeSplitter.o
2323
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/_IIBTree.o
2324
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/_IOBTree.o
2325
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/_OIBTree.o
2326
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/_OOBTree.o
2327
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/_fsBTree.o
2328
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/cAccessControl.o
2329
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/cDocumentTemplate.o
2330
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/cPersistence.o
2331
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/cPickleCache.o
2332
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/coptimizations.o
2333
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/dcpyexpat.o
2334
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/hashtable.o
2335
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/initgroups.o
2336
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/intSet.o
2337
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/okascore.o
2338
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/stopper.o
2339
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/winlock.o
2340
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/xmlparse.o
2341
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/xmlrole.o
2342
%%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2/xmltok.o
2179
%%ZOPEBASEDIR%%/lib/python/dcdb.py
2343
%%ZOPEBASEDIR%%/lib/python/dcdb.py
2180
%%ZOPEBASEDIR%%/lib/python/dcdb.pyc
2344
%%ZOPEBASEDIR%%/lib/python/dcdb.pyc
2345
%%ZOPEBASEDIR%%/lib/python/initgroups.so
2181
%%ZOPEBASEDIR%%/lib/python/intSet.so
2346
%%ZOPEBASEDIR%%/lib/python/intSet.so
2182
%%ZOPEBASEDIR%%/lib/python/sedscript
2183
%%ZOPEBASEDIR%%/lib/python/tempfile.py
2184
%%ZOPEBASEDIR%%/lib/python/tempfile.pyc
2185
%%ZOPEBASEDIR%%/lib/python/ts_regex.py
2347
%%ZOPEBASEDIR%%/lib/python/ts_regex.py
2186
%%ZOPEBASEDIR%%/lib/python/ts_regex.pyc
2348
%%ZOPEBASEDIR%%/lib/python/ts_regex.pyc
2187
%%ZOPEBASEDIR%%/lib/python/version.txt
2349
%%ZOPEBASEDIR%%/lib/python/version.txt
Lines 2215-2222 Link Here
2215
%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.pyc
2377
%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.pyc
2216
%%ZOPEBASEDIR%%/lib/python/xmlrpclib.py
2378
%%ZOPEBASEDIR%%/lib/python/xmlrpclib.py
2217
%%ZOPEBASEDIR%%/lib/python/xmlrpclib.pyc
2379
%%ZOPEBASEDIR%%/lib/python/xmlrpclib.pyc
2380
%%ZOPEBASEDIR%%/lib/python/zExceptions/ExceptionFormatter.py
2381
%%ZOPEBASEDIR%%/lib/python/zExceptions/ExceptionFormatter.pyc
2382
%%ZOPEBASEDIR%%/lib/python/zExceptions/ITracebackSupplement.py
2383
%%ZOPEBASEDIR%%/lib/python/zExceptions/ITracebackSupplement.pyc
2218
%%ZOPEBASEDIR%%/lib/python/zExceptions/__init__.py
2384
%%ZOPEBASEDIR%%/lib/python/zExceptions/__init__.py
2219
%%ZOPEBASEDIR%%/lib/python/zExceptions/__init__.pyc
2385
%%ZOPEBASEDIR%%/lib/python/zExceptions/__init__.pyc
2386
%%ZOPEBASEDIR%%/lib/python/zExceptions/tests/__init__.py
2387
%%ZOPEBASEDIR%%/lib/python/zExceptions/tests/testExceptionFormatter.py
2220
%%ZOPEBASEDIR%%/lib/python/zExceptions/unauthorized.py
2388
%%ZOPEBASEDIR%%/lib/python/zExceptions/unauthorized.py
2221
%%ZOPEBASEDIR%%/lib/python/zExceptions/unauthorized.pyc
2389
%%ZOPEBASEDIR%%/lib/python/zExceptions/unauthorized.pyc
2222
%%ZOPEBASEDIR%%/lib/python/zLOG/FormatException.py
2390
%%ZOPEBASEDIR%%/lib/python/zLOG/FormatException.py
Lines 2231-2241 Link Here
2231
%%ZOPEBASEDIR%%/lib/python/zdaemon/Daemon.pyc
2399
%%ZOPEBASEDIR%%/lib/python/zdaemon/Daemon.pyc
2232
%%ZOPEBASEDIR%%/lib/python/zdaemon/Heartbeat.py
2400
%%ZOPEBASEDIR%%/lib/python/zdaemon/Heartbeat.py
2233
%%ZOPEBASEDIR%%/lib/python/zdaemon/Heartbeat.pyc
2401
%%ZOPEBASEDIR%%/lib/python/zdaemon/Heartbeat.pyc
2402
%%ZOPEBASEDIR%%/lib/python/zdaemon/SignalHandler.py
2403
%%ZOPEBASEDIR%%/lib/python/zdaemon/SignalHandler.pyc
2234
%%ZOPEBASEDIR%%/lib/python/zdaemon/ZDaemonLogging.py
2404
%%ZOPEBASEDIR%%/lib/python/zdaemon/ZDaemonLogging.py
2235
%%ZOPEBASEDIR%%/lib/python/zdaemon/ZDaemonLogging.pyc
2405
%%ZOPEBASEDIR%%/lib/python/zdaemon/ZDaemonLogging.pyc
2236
%%ZOPEBASEDIR%%/lib/python/zdaemon/__init__.py
2406
%%ZOPEBASEDIR%%/lib/python/zdaemon/__init__.py
2237
%%ZOPEBASEDIR%%/lib/python/zdaemon/__init__.pyc
2407
%%ZOPEBASEDIR%%/lib/python/zdaemon/__init__.pyc
2238
%%ZOPEBASEDIR%%/lib/python/zlib.so
2408
%%ZOPEBASEDIR%%/lib/python/zdaemon/tests/__init__.py
2409
%%ZOPEBASEDIR%%/lib/python/zdaemon/tests/testDaemon.py
2239
%%ZOPEBASEDIR%%/pcgi/.cvsignore
2410
%%ZOPEBASEDIR%%/pcgi/.cvsignore
2240
%%ZOPEBASEDIR%%/pcgi/Example/pcgitest
2411
%%ZOPEBASEDIR%%/pcgi/Example/pcgitest
2241
%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.py
2412
%%ZOPEBASEDIR%%/pcgi/Example/pcgitime.py
Lines 2273-2289 Link Here
2273
%%ZOPEBASEDIR%%/pcgi/pcgi.h
2444
%%ZOPEBASEDIR%%/pcgi/pcgi.h
2274
%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.py
2445
%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.py
2275
%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.pyc
2446
%%ZOPEBASEDIR%%/pcgi/pcgi_publisher.pyc
2447
%%ZOPEBASEDIR%%/setup.py
2448
%%ZOPEBASEDIR%%/setup.pyc
2276
%%ZOPEBASEDIR%%/start
2449
%%ZOPEBASEDIR%%/start
2277
%%ZOPEBASEDIR%%/stop
2450
%%ZOPEBASEDIR%%/stop
2451
%%ZOPEBASEDIR%%/stupid_clean
2278
%%ZOPEBASEDIR%%/utilities/ExtensionBuilder.py
2452
%%ZOPEBASEDIR%%/utilities/ExtensionBuilder.py
2279
%%ZOPEBASEDIR%%/utilities/ExtensionBuilder.pyc
2453
%%ZOPEBASEDIR%%/utilities/ExtensionBuilder.pyc
2280
%%ZOPEBASEDIR%%/utilities/FS.py
2454
%%ZOPEBASEDIR%%/utilities/FS.py
2281
%%ZOPEBASEDIR%%/utilities/FS.pyc
2455
%%ZOPEBASEDIR%%/utilities/FS.pyc
2282
%%ZOPEBASEDIR%%/utilities/README.txt
2456
%%ZOPEBASEDIR%%/utilities/README.txt
2457
%%ZOPEBASEDIR%%/utilities/ZODBTools/checkbtrees.py
2458
%%ZOPEBASEDIR%%/utilities/ZODBTools/checkbtrees.pyc
2459
%%ZOPEBASEDIR%%/utilities/ZODBTools/fsdump.py
2460
%%ZOPEBASEDIR%%/utilities/ZODBTools/fsdump.pyc
2283
%%ZOPEBASEDIR%%/utilities/ZODBTools/fstest.py
2461
%%ZOPEBASEDIR%%/utilities/ZODBTools/fstest.py
2284
%%ZOPEBASEDIR%%/utilities/ZODBTools/fstest.pyc
2462
%%ZOPEBASEDIR%%/utilities/ZODBTools/fstest.pyc
2463
%%ZOPEBASEDIR%%/utilities/ZODBTools/netspace.py
2464
%%ZOPEBASEDIR%%/utilities/ZODBTools/netspace.pyc
2465
%%ZOPEBASEDIR%%/utilities/ZODBTools/parsezeolog.py
2466
%%ZOPEBASEDIR%%/utilities/ZODBTools/parsezeolog.pyc
2467
%%ZOPEBASEDIR%%/utilities/ZODBTools/space.py
2468
%%ZOPEBASEDIR%%/utilities/ZODBTools/space.pyc
2285
%%ZOPEBASEDIR%%/utilities/ZODBTools/tests/test-checker.fs
2469
%%ZOPEBASEDIR%%/utilities/ZODBTools/tests/test-checker.fs
2286
%%ZOPEBASEDIR%%/utilities/ZODBTools/tests/testfstest.py
2470
%%ZOPEBASEDIR%%/utilities/ZODBTools/tests/testfstest.py
2471
%%ZOPEBASEDIR%%/utilities/ZODBTools/tests/testzeopack.py
2472
%%ZOPEBASEDIR%%/utilities/ZODBTools/zeopack.py
2473
%%ZOPEBASEDIR%%/utilities/ZODBTools/zeopack.pyc
2474
%%ZOPEBASEDIR%%/utilities/ZODBTools/zeoreplay.py
2475
%%ZOPEBASEDIR%%/utilities/ZODBTools/zeoreplay.pyc
2476
%%ZOPEBASEDIR%%/utilities/ZODBTools/zeoup.py
2477
%%ZOPEBASEDIR%%/utilities/ZODBTools/zeoup.pyc
2287
%%ZOPEBASEDIR%%/utilities/bbb.py
2478
%%ZOPEBASEDIR%%/utilities/bbb.py
2288
%%ZOPEBASEDIR%%/utilities/bbb.pyc
2479
%%ZOPEBASEDIR%%/utilities/bbb.pyc
2289
%%ZOPEBASEDIR%%/utilities/check_catalog.py
2480
%%ZOPEBASEDIR%%/utilities/check_catalog.py
Lines 2312-2317 Link Here
2312
@unexec rm -f %D/%%ZOPEBASEDIR%%/var/*.tmp
2503
@unexec rm -f %D/%%ZOPEBASEDIR%%/var/*.tmp
2313
@unexec rm -f %D/%%ZOPEBASEDIR%%/var/*.lock
2504
@unexec rm -f %D/%%ZOPEBASEDIR%%/var/*.lock
2314
@unexec rmdir %D/%%ZOPEBASEDIR%%/var 2>/dev/null || true
2505
@unexec rmdir %D/%%ZOPEBASEDIR%%/var 2>/dev/null || true
2506
@unexec rmdir %D/%%CGIBINDIR%% 2>/dev/null || true
2315
@dirrm %%ZOPEBASEDIR%%/utilities/ZODBTools/tests
2507
@dirrm %%ZOPEBASEDIR%%/utilities/ZODBTools/tests
2316
@dirrm %%ZOPEBASEDIR%%/utilities/ZODBTools
2508
@dirrm %%ZOPEBASEDIR%%/utilities/ZODBTools
2317
@dirrm %%ZOPEBASEDIR%%/utilities
2509
@dirrm %%ZOPEBASEDIR%%/utilities
Lines 2321-2333 Link Here
2321
@dirrm %%ZOPEBASEDIR%%/pcgi/MrCreosote
2513
@dirrm %%ZOPEBASEDIR%%/pcgi/MrCreosote
2322
@dirrm %%ZOPEBASEDIR%%/pcgi/Example
2514
@dirrm %%ZOPEBASEDIR%%/pcgi/Example
2323
@dirrm %%ZOPEBASEDIR%%/pcgi
2515
@dirrm %%ZOPEBASEDIR%%/pcgi
2516
@dirrm %%ZOPEBASEDIR%%/lib/python/zdaemon/tests
2324
@dirrm %%ZOPEBASEDIR%%/lib/python/zdaemon
2517
@dirrm %%ZOPEBASEDIR%%/lib/python/zdaemon
2325
@dirrm %%ZOPEBASEDIR%%/lib/python/zLOG/tests
2518
@dirrm %%ZOPEBASEDIR%%/lib/python/zLOG/tests
2326
@dirrm %%ZOPEBASEDIR%%/lib/python/zLOG
2519
@dirrm %%ZOPEBASEDIR%%/lib/python/zLOG
2520
@dirrm %%ZOPEBASEDIR%%/lib/python/zExceptions/tests
2327
@dirrm %%ZOPEBASEDIR%%/lib/python/zExceptions
2521
@dirrm %%ZOPEBASEDIR%%/lib/python/zExceptions
2328
@dirrm %%ZOPEBASEDIR%%/lib/python/webdav/www
2522
@dirrm %%ZOPEBASEDIR%%/lib/python/webdav/www
2329
@dirrm %%ZOPEBASEDIR%%/lib/python/webdav/dtml
2523
@dirrm %%ZOPEBASEDIR%%/lib/python/webdav/dtml
2330
@dirrm %%ZOPEBASEDIR%%/lib/python/webdav
2524
@dirrm %%ZOPEBASEDIR%%/lib/python/webdav
2525
@dirrm %%ZOPEBASEDIR%%/lib/python/build/temp.freebsd-4.6.2-RELEASE-p5-i386-2.2
2526
@dirrm %%ZOPEBASEDIR%%/lib/python/build
2331
@dirrm %%ZOPEBASEDIR%%/lib/python/Zope
2527
@dirrm %%ZOPEBASEDIR%%/lib/python/Zope
2332
@dirrm %%ZOPEBASEDIR%%/lib/python/ZTUtils/tests
2528
@dirrm %%ZOPEBASEDIR%%/lib/python/ZTUtils/tests
2333
@dirrm %%ZOPEBASEDIR%%/lib/python/ZTUtils
2529
@dirrm %%ZOPEBASEDIR%%/lib/python/ZTUtils
Lines 2351-2356 Link Here
2351
@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/tests
2547
@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/tests
2352
@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions
2548
@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions
2353
@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText
2549
@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText
2550
@dirrm %%ZOPEBASEDIR%%/lib/python/Signals
2354
@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok
2551
@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmltok
2355
@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse
2552
@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat/xmlparse
2356
@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat
2553
@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/expat
Lines 2383-2388 Link Here
2383
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help
2580
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help
2384
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml
2581
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml
2385
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog
2582
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog
2583
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/www
2584
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests
2585
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/help
2586
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml
2587
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex
2386
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/www
2588
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/www
2387
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/tests
2589
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/tests
2388
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/help
2590
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/help
Lines 2396-2401 Link Here
2396
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/help
2598
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/help
2397
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml
2599
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml
2398
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers
2600
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers
2601
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www
2602
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog
2399
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www
2603
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www
2400
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/help
2604
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/help
2401
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc
2605
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc
Lines 2416-2421 Link Here
2416
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/www
2620
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/www
2417
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/help
2621
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/help
2418
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common
2622
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common
2623
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/tests
2624
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/help
2625
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml
2626
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex
2419
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests
2627
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests
2420
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/help
2628
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/help
2421
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml
2629
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml
Lines 2440-2445 Link Here
2440
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/help
2648
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/help
2441
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/dtml
2649
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/dtml
2442
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex
2650
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex
2651
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/tests
2652
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/dtml
2653
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex
2654
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/tests
2655
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/dtml
2656
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex
2443
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes
2657
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes
2444
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www
2658
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www
2445
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output
2659
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output
Lines 2453-2458 Link Here
2453
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml
2667
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml
2454
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP
2668
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP
2455
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/www
2669
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/www
2670
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/tests
2456
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/help
2671
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/help
2457
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/dtml
2672
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/dtml
2458
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost
2673
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost
Lines 2470-2475 Link Here
2470
@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/standard
2685
@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/standard
2471
@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/dtml
2686
@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/dtml
2472
@dirrm %%ZOPEBASEDIR%%/lib/python/OFS
2687
@dirrm %%ZOPEBASEDIR%%/lib/python/OFS
2688
@dirrm %%ZOPEBASEDIR%%/lib/python/Interface/tests
2689
@dirrm %%ZOPEBASEDIR%%/lib/python/Interface/Common/tests
2690
@dirrm %%ZOPEBASEDIR%%/lib/python/Interface/Common
2473
@dirrm %%ZOPEBASEDIR%%/lib/python/Interface
2691
@dirrm %%ZOPEBASEDIR%%/lib/python/Interface
2474
@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys/images
2692
@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys/images
2475
@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys/dtml
2693
@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys/dtml
Lines 2497-2503 Link Here
2497
@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/dtml
2715
@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/dtml
2498
@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl
2716
@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl
2499
@dirrm %%ZOPEBASEDIR%%/lib/python
2717
@dirrm %%ZOPEBASEDIR%%/lib/python
2500
@dirrm %%ZOPEBASEDIR%%/lib/Components/zlib
2718
@dirrm %%ZOPEBASEDIR%%/lib/Components/initgroups
2501
@dirrm %%ZOPEBASEDIR%%/lib/Components/cPickle
2719
@dirrm %%ZOPEBASEDIR%%/lib/Components/cPickle
2502
@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output
2720
@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test/output
2503
@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test
2721
@dirrm %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/test

Return to bug 46168