summaryrefslogtreecommitdiff
path: root/www/zope28/pkg-plist
blob: de740f9ac8c59bf79162a7497a763c338dfc285d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
etc/rc.d/zope.sh
etc/rc.d/zeo.sh
%%ZOPEBASEDIR%%/Products/00readme-freebsd.txt
%%ZOPEBASEDIR%%/bin/README.txt
%%ZOPEBASEDIR%%/bin/analyze.py
%%ZOPEBASEDIR%%/bin/check_catalog.py
%%ZOPEBASEDIR%%/bin/checkbtrees.py
%%ZOPEBASEDIR%%/bin/compilezpy.py
%%ZOPEBASEDIR%%/bin/copyzopeskel.py
%%ZOPEBASEDIR%%/bin/decompilezpy.py
%%ZOPEBASEDIR%%/bin/fsdump.py
%%ZOPEBASEDIR%%/bin/fsrefs.py
%%ZOPEBASEDIR%%/bin/fstail.py
%%ZOPEBASEDIR%%/bin/fstest.py
%%ZOPEBASEDIR%%/bin/load_site.py
%%ZOPEBASEDIR%%/bin/migrate.py
%%ZOPEBASEDIR%%/bin/mkzeoinstance.py
%%ZOPEBASEDIR%%/bin/mkzopeinstance.py
%%ZOPEBASEDIR%%/bin/netspace.py
%%ZOPEBASEDIR%%/bin/parsezeolog.py
%%ZOPEBASEDIR%%/bin/python
%%ZOPEBASEDIR%%/bin/repozo.py
%%ZOPEBASEDIR%%/bin/requestprofiler.py
%%ZOPEBASEDIR%%/bin/space.py
%%ZOPEBASEDIR%%/bin/test.py
%%ZOPEBASEDIR%%/bin/timeout.py
%%ZOPEBASEDIR%%/bin/zeopack.py
%%ZOPEBASEDIR%%/bin/zeoqueue.py
%%ZOPEBASEDIR%%/bin/zeoreplay.py
%%ZOPEBASEDIR%%/bin/zeoserverlog.py
%%ZOPEBASEDIR%%/bin/zeoup.py
%%ZOPEBASEDIR%%/bin/zodbload.py
%%ZOPEBASEDIR%%/bin/zpasswd.py
%%ZOPEBASEDIR%%/doc/CHANGES.txt
%%ZOPEBASEDIR%%/doc/CREDITS.txt
%%ZOPEBASEDIR%%/doc/DEBUGGING.txt
%%ZOPEBASEDIR%%/doc/FAQ.txt
%%ZOPEBASEDIR%%/doc/HELPSYS.txt
%%ZOPEBASEDIR%%/doc/HISTORY.txt
%%ZOPEBASEDIR%%/doc/INSTALL.txt
%%ZOPEBASEDIR%%/doc/LICENSE.txt
%%ZOPEBASEDIR%%/doc/RESTRUCTUREDSTEXT.txt
%%ZOPEBASEDIR%%/doc/SECURITY.txt
%%ZOPEBASEDIR%%/doc/SETUID.txt
%%ZOPEBASEDIR%%/doc/SIGNALS.txt
%%ZOPEBASEDIR%%/doc/TODO.txt
%%ZOPEBASEDIR%%/doc/UNITTEST.txt
%%ZOPEBASEDIR%%/doc/WEBSERVER.txt
%%ZOPEBASEDIR%%/doc/ZODB.txt
%%ZOPEBASEDIR%%/doc/zconfig/schema.dtd
%%ZOPEBASEDIR%%/doc/zconfig/zconfig.pdf
%%ZOPEBASEDIR%%/import/Examples.zexp
%%ZOPEBASEDIR%%/import/ZopeTutorialExamples.zexp
%%ZOPEBASEDIR%%/lib/python/AccessControl/AccessControl.txt
%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/DTML.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/DTML.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/IUserFolder.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/IUserFolder.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/ImplC.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/ImplC.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/ImplPython.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/ImplPython.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/Implementation.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/Implementation.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/Owned.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/Owned.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionMapping.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/PermissionRole.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/Permissions.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/Permissions.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/Role.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityInfo.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityInfo.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityManagement.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityManagement.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityManager.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/SecurityManager.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/SimpleObjectPolicies.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/SimpleObjectPolicies.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/SpecialUsers.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/SpecialUsers.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/User.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/User.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/ZopeGuards.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/ZopeGuards.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/ZopeSecurityPolicy.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/ZopeSecurityPolicy.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/cAccessControl.so
%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/access.dtml
%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/acquiredEdit.dtml
%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/addUser.dtml
%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/editLocalRoles.dtml
%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/editUser.dtml
%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/listLocalRoles.dtml
%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/mainUser.dtml
%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/methodAccess.dtml
%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/owner.dtml
%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/permissionEdit.dtml
%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/roleEdit.dtml
%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/userFolderProps.dtml
%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/README
%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/ResultObject.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/SecurityBase.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/framework.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/regressionSecurity.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/actual_python.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/actual_python.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module/__init__.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module/submodule/__init__.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module/submodule/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/private_module/__init__.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/private_module/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/private_module/submodule/__init__.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/private_module/submodule/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/public_module/__init__.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/public_module/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/public_module/submodule/__init__.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/public_module/submodule/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testBindings.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testBindings.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testClassSecurityInfo.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testClassSecurityInfo.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testDeprecatedAPI.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testDeprecatedAPI.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testImplementation.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testImplementation.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testModuleSecurity.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testModuleSecurity.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testOwned.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testOwned.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testPasswordDigest.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testPasswordDigest.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testPermissionRole.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testPermissionRole.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testSecurity.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testSecurity.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testUserFolder.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testUserFolder.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testZopeGuards.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testZopeGuards.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testZopeSecurityPolicy.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testZopeSecurityPolicy.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/test_safeiter.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/test_safeiter.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/unauthorized.py
%%ZOPEBASEDIR%%/lib/python/AccessControl/unauthorized.pyc
%%ZOPEBASEDIR%%/lib/python/AccessControl/www/AccessControl_icon.gif
%%ZOPEBASEDIR%%/lib/python/AccessControl/www/User_icon.gif
%%ZOPEBASEDIR%%/lib/python/Acquisition.so
%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.py
%%ZOPEBASEDIR%%/lib/python/App/ApplicationManager.pyc
%%ZOPEBASEDIR%%/lib/python/App/CacheManager.py
%%ZOPEBASEDIR%%/lib/python/App/CacheManager.pyc
%%ZOPEBASEDIR%%/lib/python/App/Common.py
%%ZOPEBASEDIR%%/lib/python/App/Common.pyc
%%ZOPEBASEDIR%%/lib/python/App/DavLockManager.py
%%ZOPEBASEDIR%%/lib/python/App/DavLockManager.pyc
%%ZOPEBASEDIR%%/lib/python/App/Dialogs.py
%%ZOPEBASEDIR%%/lib/python/App/Dialogs.pyc
%%ZOPEBASEDIR%%/lib/python/App/Extensions.py
%%ZOPEBASEDIR%%/lib/python/App/Extensions.pyc
%%ZOPEBASEDIR%%/lib/python/App/Factory.py
%%ZOPEBASEDIR%%/lib/python/App/Factory.pyc
%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.py
%%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.pyc
%%ZOPEBASEDIR%%/lib/python/App/FindHomes.py
%%ZOPEBASEDIR%%/lib/python/App/FindHomes.pyc
%%ZOPEBASEDIR%%/lib/python/App/Hotfixes.py
%%ZOPEBASEDIR%%/lib/python/App/Hotfixes.pyc
%%ZOPEBASEDIR%%/lib/python/App/ImageFile.py
%%ZOPEBASEDIR%%/lib/python/App/ImageFile.pyc
%%ZOPEBASEDIR%%/lib/python/App/Management.py
%%ZOPEBASEDIR%%/lib/python/App/Management.pyc
%%ZOPEBASEDIR%%/lib/python/App/Permission.py
%%ZOPEBASEDIR%%/lib/python/App/Permission.pyc
%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.py
%%ZOPEBASEDIR%%/lib/python/App/PersistentExtra.pyc
%%ZOPEBASEDIR%%/lib/python/App/Product.py
%%ZOPEBASEDIR%%/lib/python/App/Product.pyc
%%ZOPEBASEDIR%%/lib/python/App/ProductContext.py
%%ZOPEBASEDIR%%/lib/python/App/ProductContext.pyc
%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.py
%%ZOPEBASEDIR%%/lib/python/App/ProductRegistry.pyc
%%ZOPEBASEDIR%%/lib/python/App/RefreshFuncs.py
%%ZOPEBASEDIR%%/lib/python/App/RefreshFuncs.pyc
%%ZOPEBASEDIR%%/lib/python/App/Undo.py
%%ZOPEBASEDIR%%/lib/python/App/Undo.pyc
%%ZOPEBASEDIR%%/lib/python/App/__init__.py
%%ZOPEBASEDIR%%/lib/python/App/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/App/class_init.py
%%ZOPEBASEDIR%%/lib/python/App/class_init.pyc
%%ZOPEBASEDIR%%/lib/python/App/config.py
%%ZOPEBASEDIR%%/lib/python/App/config.pyc
%%ZOPEBASEDIR%%/lib/python/App/dtml/activity.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/addFactory.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/addPermission.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/addProduct.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/cacheGC.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/cacheParameters.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/copyright.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/cpContents.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/davLockManager.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/dbMain.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/debug.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/distributionView.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/editFactory.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/editPermission.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/manage.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_form_title.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_page_footer.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_page_header.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_page_style.css.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_style_test.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_tabs.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_top_frame.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/manage_zmi_prefs.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/menu.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/profile.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/readme.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/refresh.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/traceback.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/undo.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/versionManager.dtml
%%ZOPEBASEDIR%%/lib/python/App/dtml/zope_quick_start.dtml
%%ZOPEBASEDIR%%/lib/python/App/special_dtml.py
%%ZOPEBASEDIR%%/lib/python/App/special_dtml.pyc
%%ZOPEBASEDIR%%/lib/python/App/tar.py
%%ZOPEBASEDIR%%/lib/python/App/tar.pyc
%%ZOPEBASEDIR%%/lib/python/App/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/App/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/App/tests/test_cachemanager.py
%%ZOPEBASEDIR%%/lib/python/App/tests/test_cachemanager.pyc
%%ZOPEBASEDIR%%/lib/python/App/tests/test_setConfiguration.py
%%ZOPEBASEDIR%%/lib/python/App/tests/test_setConfiguration.pyc
%%ZOPEBASEDIR%%/lib/python/App/tests/test_version_txt.py
%%ZOPEBASEDIR%%/lib/python/App/tests/test_version_txt.pyc
%%ZOPEBASEDIR%%/lib/python/App/version_txt.py
%%ZOPEBASEDIR%%/lib/python/App/version_txt.pyc
%%ZOPEBASEDIR%%/lib/python/App/www/CacheManager_icon.gif
%%ZOPEBASEDIR%%/lib/python/App/www/DebugManager_icon.gif
%%ZOPEBASEDIR%%/lib/python/App/www/PythonPoweredSmall.gif
%%ZOPEBASEDIR%%/lib/python/App/www/arrow.jpg
%%ZOPEBASEDIR%%/lib/python/App/www/background.jpg
%%ZOPEBASEDIR%%/lib/python/App/www/border.gif
%%ZOPEBASEDIR%%/lib/python/App/www/brokenProduct.gif
%%ZOPEBASEDIR%%/lib/python/App/www/chooseDatabase.pt
%%ZOPEBASEDIR%%/lib/python/App/www/cpSystem.gif
%%ZOPEBASEDIR%%/lib/python/App/www/dbManage.gif
%%ZOPEBASEDIR%%/lib/python/App/www/factory.gif
%%ZOPEBASEDIR%%/lib/python/App/www/help.jpg
%%ZOPEBASEDIR%%/lib/python/App/www/installedProduct.gif
%%ZOPEBASEDIR%%/lib/python/App/www/load_bar.gif
%%ZOPEBASEDIR%%/lib/python/App/www/logo.jpg
%%ZOPEBASEDIR%%/lib/python/App/www/ltab.gif
%%ZOPEBASEDIR%%/lib/python/App/www/permission.gif
%%ZOPEBASEDIR%%/lib/python/App/www/product.gif
%%ZOPEBASEDIR%%/lib/python/App/www/productFolder.gif
%%ZOPEBASEDIR%%/lib/python/App/www/properties.jpg
%%ZOPEBASEDIR%%/lib/python/App/www/rtab.gif
%%ZOPEBASEDIR%%/lib/python/App/www/sp.gif
%%ZOPEBASEDIR%%/lib/python/App/www/store_bar.gif
%%ZOPEBASEDIR%%/lib/python/App/www/transparent_bar.gif
%%ZOPEBASEDIR%%/lib/python/App/www/undo_icon.gif
%%ZOPEBASEDIR%%/lib/python/App/www/vManage.gif
%%ZOPEBASEDIR%%/lib/python/App/www/z_button.jpg
%%ZOPEBASEDIR%%/lib/python/App/www/zope_button.jpg
%%ZOPEBASEDIR%%/lib/python/App/www/zopelogo.jpg
%%ZOPEBASEDIR%%/lib/python/BDBStorage/BDBFullStorage.py
%%ZOPEBASEDIR%%/lib/python/BDBStorage/BDBFullStorage.pyc
%%ZOPEBASEDIR%%/lib/python/BDBStorage/BDBMinimalStorage.py
%%ZOPEBASEDIR%%/lib/python/BDBStorage/BDBMinimalStorage.pyc
%%ZOPEBASEDIR%%/lib/python/BDBStorage/BerkeleyBase.py
%%ZOPEBASEDIR%%/lib/python/BDBStorage/BerkeleyBase.pyc
%%ZOPEBASEDIR%%/lib/python/BDBStorage/__init__.py
%%ZOPEBASEDIR%%/lib/python/BDBStorage/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/BDBStorage/_helper.so
%%ZOPEBASEDIR%%/lib/python/BDBStorage/profout.py
%%ZOPEBASEDIR%%/lib/python/BDBStorage/profout.pyc
%%ZOPEBASEDIR%%/lib/python/BDBStorage/tests/BerkeleyTestBase.py
%%ZOPEBASEDIR%%/lib/python/BDBStorage/tests/BerkeleyTestBase.pyc
%%ZOPEBASEDIR%%/lib/python/BDBStorage/tests/ZODBTestBase.py
%%ZOPEBASEDIR%%/lib/python/BDBStorage/tests/ZODBTestBase.pyc
%%ZOPEBASEDIR%%/lib/python/BDBStorage/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/BDBStorage/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/BDBStorage/tests/test_autopack.py
%%ZOPEBASEDIR%%/lib/python/BDBStorage/tests/test_autopack.pyc
%%ZOPEBASEDIR%%/lib/python/BDBStorage/tests/test_create.py
%%ZOPEBASEDIR%%/lib/python/BDBStorage/tests/test_create.pyc
%%ZOPEBASEDIR%%/lib/python/BDBStorage/tests/test_storage_api.py
%%ZOPEBASEDIR%%/lib/python/BDBStorage/tests/test_storage_api.pyc
%%ZOPEBASEDIR%%/lib/python/BDBStorage/tests/test_virgin.py
%%ZOPEBASEDIR%%/lib/python/BDBStorage/tests/test_virgin.pyc
%%ZOPEBASEDIR%%/lib/python/BDBStorage/tests/test_whitebox.py
%%ZOPEBASEDIR%%/lib/python/BDBStorage/tests/test_whitebox.pyc
%%ZOPEBASEDIR%%/lib/python/BDBStorage/tests/test_zodb_simple.py
%%ZOPEBASEDIR%%/lib/python/BDBStorage/tests/test_zodb_simple.pyc
%%ZOPEBASEDIR%%/lib/python/BDBStorage/tests/testall.py
%%ZOPEBASEDIR%%/lib/python/BDBStorage/tests/testall.pyc
%%ZOPEBASEDIR%%/lib/python/BDBStorage/tests/timeiter.py
%%ZOPEBASEDIR%%/lib/python/BDBStorage/tests/timeiter.pyc
%%ZOPEBASEDIR%%/lib/python/BDBStorage/tests/timepickles.py
%%ZOPEBASEDIR%%/lib/python/BDBStorage/tests/timepickles.pyc
%%ZOPEBASEDIR%%/lib/python/BTree.so
%%ZOPEBASEDIR%%/lib/python/BTrees/IIBTree.py
%%ZOPEBASEDIR%%/lib/python/BTrees/IIBTree.pyc
%%ZOPEBASEDIR%%/lib/python/BTrees/IOBTree.py
%%ZOPEBASEDIR%%/lib/python/BTrees/IOBTree.pyc
%%ZOPEBASEDIR%%/lib/python/BTrees/Interfaces.py
%%ZOPEBASEDIR%%/lib/python/BTrees/Interfaces.pyc
%%ZOPEBASEDIR%%/lib/python/BTrees/Length.py
%%ZOPEBASEDIR%%/lib/python/BTrees/Length.pyc
%%ZOPEBASEDIR%%/lib/python/BTrees/Maintainer.txt
%%ZOPEBASEDIR%%/lib/python/BTrees/OIBTree.py
%%ZOPEBASEDIR%%/lib/python/BTrees/OIBTree.pyc
%%ZOPEBASEDIR%%/lib/python/BTrees/OOBTree.py
%%ZOPEBASEDIR%%/lib/python/BTrees/OOBTree.pyc
%%ZOPEBASEDIR%%/lib/python/BTrees/_IIBTree.so
%%ZOPEBASEDIR%%/lib/python/BTrees/_IOBTree.so
%%ZOPEBASEDIR%%/lib/python/BTrees/_OIBTree.so
%%ZOPEBASEDIR%%/lib/python/BTrees/_OOBTree.so
%%ZOPEBASEDIR%%/lib/python/BTrees/__init__.py
%%ZOPEBASEDIR%%/lib/python/BTrees/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/BTrees/_fsBTree.so
%%ZOPEBASEDIR%%/lib/python/BTrees/check.py
%%ZOPEBASEDIR%%/lib/python/BTrees/check.pyc
%%ZOPEBASEDIR%%/lib/python/BTrees/convert.py
%%ZOPEBASEDIR%%/lib/python/BTrees/convert.pyc
%%ZOPEBASEDIR%%/lib/python/BTrees/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/BTrees/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testBTrees.py
%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testBTrees.pyc
%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testBTreesUnicode.py
%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testBTreesUnicode.pyc
%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testConflict.py
%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testConflict.pyc
%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testSetOps.py
%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testSetOps.pyc
%%ZOPEBASEDIR%%/lib/python/BTrees/tests/test_check.py
%%ZOPEBASEDIR%%/lib/python/BTrees/tests/test_check.pyc
%%ZOPEBASEDIR%%/lib/python/ComputedAttribute.so
%%ZOPEBASEDIR%%/lib/python/DBTab/CHANGES.txt
%%ZOPEBASEDIR%%/lib/python/DBTab/ClassFactories.py
%%ZOPEBASEDIR%%/lib/python/DBTab/ClassFactories.pyc
%%ZOPEBASEDIR%%/lib/python/DBTab/DBTab.py
%%ZOPEBASEDIR%%/lib/python/DBTab/DBTab.pyc
%%ZOPEBASEDIR%%/lib/python/DBTab/Exceptions.py
%%ZOPEBASEDIR%%/lib/python/DBTab/Exceptions.pyc
%%ZOPEBASEDIR%%/lib/python/DBTab/__init__.py
%%ZOPEBASEDIR%%/lib/python/DBTab/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.py
%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.pyc
%%ZOPEBASEDIR%%/lib/python/DateTime/DateTime.txt
%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.py
%%ZOPEBASEDIR%%/lib/python/DateTime/DateTimeZone.pyc
%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.py
%%ZOPEBASEDIR%%/lib/python/DateTime/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/DateTime/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/DateTime/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/DateTime/tests/julian_testdata.txt.gz
%%ZOPEBASEDIR%%/lib/python/DateTime/tests/testDateTime.py
%%ZOPEBASEDIR%%/lib/python/DateTime/tests/testDateTime.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_HTML.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_If.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_In.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_InSV.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Let.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Raise.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Return.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_String.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Try.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_UI.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Util.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_Var.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DT_With.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DTtestExpr.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/DocumentTemplate.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/Let.stx
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/VSEval.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/cDocumentTemplate.so
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/html_quote.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/html_quote.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/pDocumentTemplate.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/SortEx.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/SortEx.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/__init__.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/results.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/results.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/testSequence.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/testSequence.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/ztestlib.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/ztestlib.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/dealers.dtml
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/dealers.out
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/testDTML.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/testDTML.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/testDTMLUnicode.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/testDTMLUnicode.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/testustr.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests/testustr.pyc
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ustr.py
%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/ustr.pyc
%%ZOPEBASEDIR%%/lib/python/ExtensionClass.so
%%ZOPEBASEDIR%%/lib/python/Globals.py
%%ZOPEBASEDIR%%/lib/python/Globals.pyc
%%ZOPEBASEDIR%%/lib/python/HelpSys/APIHelpTopic.py
%%ZOPEBASEDIR%%/lib/python/HelpSys/APIHelpTopic.pyc
%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.py
%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpSys.pyc
%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpTopic.py
%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpTopic.pyc
%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.py
%%ZOPEBASEDIR%%/lib/python/HelpSys/HelpUtil.pyc
%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.py
%%ZOPEBASEDIR%%/lib/python/HelpSys/ObjectRef.pyc
%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.py
%%ZOPEBASEDIR%%/lib/python/HelpSys/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/APIHelpView.dtml
%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/APIView.dtml
%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/addTopic.dtml
%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/attributeView.dtml
%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/button.dtml
%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/frame.dtml
%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/helpURL.dtml
%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/helpsys.dtml
%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/helpsys_main.dtml
%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/helpsys_menu.dtml
%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/menu.dtml
%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/menu_footer.dtml
%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/menu_header.dtml
%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/methodView.dtml
%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/objectitem.dtml
%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/objectref.dtml
%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/results.dtml
%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/search.dtml
%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/topic_footer.dtml
%%ZOPEBASEDIR%%/lib/python/HelpSys/dtml/topic_header.dtml
%%ZOPEBASEDIR%%/lib/python/HelpSys/images/helpTopic.gif
%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_cbook.gif
%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_darrow.gif
%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_dnode.gif
%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_larrow.gif
%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_obook.gif
%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_rarrow.gif
%%ZOPEBASEDIR%%/lib/python/HelpSys/images/hs_uarrow.gif
%%ZOPEBASEDIR%%/lib/python/HelpSys/images/productHelp.gif
%%ZOPEBASEDIR%%/lib/python/IIBTree.so
%%ZOPEBASEDIR%%/lib/python/IOBTree.so
%%ZOPEBASEDIR%%/lib/python/ImageFile.py
%%ZOPEBASEDIR%%/lib/python/ImageFile.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/Attribute.py
%%ZOPEBASEDIR%%/lib/python/Interface/Attribute.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/Common/Mapping.py
%%ZOPEBASEDIR%%/lib/python/Interface/Common/Mapping.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/Common/__init__.py
%%ZOPEBASEDIR%%/lib/python/Interface/Common/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/Common/tests/BaseTestMapping.py
%%ZOPEBASEDIR%%/lib/python/Interface/Common/tests/BaseTestMapping.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/Common/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/Interface/Common/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/Document.py
%%ZOPEBASEDIR%%/lib/python/Interface/Document.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/Exceptions.py
%%ZOPEBASEDIR%%/lib/python/Interface/Exceptions.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/IAttribute.py
%%ZOPEBASEDIR%%/lib/python/Interface/IAttribute.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/IElement.py
%%ZOPEBASEDIR%%/lib/python/Interface/IElement.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/IInterface.py
%%ZOPEBASEDIR%%/lib/python/Interface/IInterface.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/IMethod.py
%%ZOPEBASEDIR%%/lib/python/Interface/IMethod.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/Implements.py
%%ZOPEBASEDIR%%/lib/python/Interface/Implements.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/Mapping.py
%%ZOPEBASEDIR%%/lib/python/Interface/Mapping.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/Method.py
%%ZOPEBASEDIR%%/lib/python/Interface/Method.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/Verify.py
%%ZOPEBASEDIR%%/lib/python/Interface/Verify.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/_Element.py
%%ZOPEBASEDIR%%/lib/python/Interface/_Element.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/_Interface.py
%%ZOPEBASEDIR%%/lib/python/Interface/_Interface.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/_InterfaceClass.py
%%ZOPEBASEDIR%%/lib/python/Interface/_InterfaceClass.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/__init__.py
%%ZOPEBASEDIR%%/lib/python/Interface/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/_object.py
%%ZOPEBASEDIR%%/lib/python/Interface/_object.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/iclass.py
%%ZOPEBASEDIR%%/lib/python/Interface/iclass.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/pprint.py
%%ZOPEBASEDIR%%/lib/python/Interface/pprint.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/pyskel.py
%%ZOPEBASEDIR%%/lib/python/Interface/pyskel.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/tests/IFoo.py
%%ZOPEBASEDIR%%/lib/python/Interface/tests/IFoo.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/Interface/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/tests/dummy.py
%%ZOPEBASEDIR%%/lib/python/Interface/tests/dummy.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/tests/testDocument.py
%%ZOPEBASEDIR%%/lib/python/Interface/tests/testDocument.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/tests/testElement.py
%%ZOPEBASEDIR%%/lib/python/Interface/tests/testElement.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/tests/testImplements.py
%%ZOPEBASEDIR%%/lib/python/Interface/tests/testImplements.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/tests/testInterface.py
%%ZOPEBASEDIR%%/lib/python/Interface/tests/testInterface.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/tests/testVerify.py
%%ZOPEBASEDIR%%/lib/python/Interface/tests/testVerify.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/tests/testVisitImplements.py
%%ZOPEBASEDIR%%/lib/python/Interface/tests/testVisitImplements.pyc
%%ZOPEBASEDIR%%/lib/python/Interface/tests/unitfixtures.py
%%ZOPEBASEDIR%%/lib/python/Interface/tests/unitfixtures.pyc
%%ZOPEBASEDIR%%/lib/python/Lifetime.py
%%ZOPEBASEDIR%%/lib/python/Lifetime.pyc
%%ZOPEBASEDIR%%/lib/python/MethodObject.so
%%ZOPEBASEDIR%%/lib/python/Missing.so
%%ZOPEBASEDIR%%/lib/python/MultiMapping.so
%%ZOPEBASEDIR%%/lib/python/OFS/Application.py
%%ZOPEBASEDIR%%/lib/python/OFS/Application.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/Cache.py
%%ZOPEBASEDIR%%/lib/python/OFS/Cache.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.py
%%ZOPEBASEDIR%%/lib/python/OFS/CopySupport.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.py
%%ZOPEBASEDIR%%/lib/python/OFS/DTMLDocument.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.py
%%ZOPEBASEDIR%%/lib/python/OFS/DTMLMethod.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/DefaultObservable.py
%%ZOPEBASEDIR%%/lib/python/OFS/DefaultObservable.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/Document.py
%%ZOPEBASEDIR%%/lib/python/OFS/Document.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.py
%%ZOPEBASEDIR%%/lib/python/OFS/FTPInterface.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.py
%%ZOPEBASEDIR%%/lib/python/OFS/FindSupport.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/Folder.py
%%ZOPEBASEDIR%%/lib/python/OFS/Folder.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/History.py
%%ZOPEBASEDIR%%/lib/python/OFS/History.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/IOrderSupport.py
%%ZOPEBASEDIR%%/lib/python/OFS/IOrderSupport.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/Image.py
%%ZOPEBASEDIR%%/lib/python/OFS/Image.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.py
%%ZOPEBASEDIR%%/lib/python/OFS/Moniker.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.py
%%ZOPEBASEDIR%%/lib/python/OFS/ObjectManager.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/OrderSupport.py
%%ZOPEBASEDIR%%/lib/python/OFS/OrderSupport.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/OrderedFolder.py
%%ZOPEBASEDIR%%/lib/python/OFS/OrderedFolder.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.py
%%ZOPEBASEDIR%%/lib/python/OFS/PropertyManager.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.py
%%ZOPEBASEDIR%%/lib/python/OFS/PropertySheets.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.py
%%ZOPEBASEDIR%%/lib/python/OFS/SimpleItem.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/Traversable.py
%%ZOPEBASEDIR%%/lib/python/OFS/Traversable.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.py
%%ZOPEBASEDIR%%/lib/python/OFS/Uninstalled.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/XMLExportImport.py
%%ZOPEBASEDIR%%/lib/python/OFS/XMLExportImport.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.py
%%ZOPEBASEDIR%%/lib/python/OFS/ZDOM.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/__init__.py
%%ZOPEBASEDIR%%/lib/python/OFS/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/content_types.py
%%ZOPEBASEDIR%%/lib/python/OFS/content_types.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/addOrderedFolder.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/brokenEdit.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/cacheNamespaceKeys.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/cacheable.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/cmassoc.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/documentAdd.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/documentEdit.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/documentProxy.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/editedDialog.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/fileEdit.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/findAdv.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/findForm.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/findFrame.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/findResult.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/folderAdd.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/history.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/historyCompare.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/imageAdd.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/imageEdit.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/imageView.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/importExport.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/main.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/methodAdd.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/properties.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/propertyType.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/propertysheets.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/dtml/renameForm.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/mime.types
%%ZOPEBASEDIR%%/lib/python/OFS/misc_.py
%%ZOPEBASEDIR%%/lib/python/OFS/misc_.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/ndiff.py
%%ZOPEBASEDIR%%/lib/python/OFS/ndiff.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.py
%%ZOPEBASEDIR%%/lib/python/OFS/rPickle.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/standard/index_html.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_error_message.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_html_footer.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_html_header.dtml
%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_template.pt
%%ZOPEBASEDIR%%/lib/python/OFS/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/OFS/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/tests/mime.types-1
%%ZOPEBASEDIR%%/lib/python/OFS/tests/mime.types-2
%%ZOPEBASEDIR%%/lib/python/OFS/tests/test.gif
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testAppInitializer.py
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testAppInitializer.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testContentTypes.py
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testContentTypes.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testCopySupport.py
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testCopySupport.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testFileAndImage.py
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testFileAndImage.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testObjectManager.py
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testObjectManager.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testOrderSupport.py
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testOrderSupport.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testOrderedFolder.py
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testOrderedFolder.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testProductInit.py
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testProductInit.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testProperties.py
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testProperties.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testRanges.py
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testRanges.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testTraverse.py
%%ZOPEBASEDIR%%/lib/python/OFS/tests/testTraverse.pyc
%%ZOPEBASEDIR%%/lib/python/OFS/www/ControlPanel_icon.gif
%%ZOPEBASEDIR%%/lib/python/OFS/www/Help_icon.gif
%%ZOPEBASEDIR%%/lib/python/OFS/www/Properties_icon.gif
%%ZOPEBASEDIR%%/lib/python/OFS/www/UpFolder_icon.gif
%%ZOPEBASEDIR%%/lib/python/OFS/www/broken.gif
%%ZOPEBASEDIR%%/lib/python/OFS/www/check.gif
%%ZOPEBASEDIR%%/lib/python/OFS/www/l_arrow.gif
%%ZOPEBASEDIR%%/lib/python/OFS/www/locked.gif
%%ZOPEBASEDIR%%/lib/python/OFS/www/modified.gif
%%ZOPEBASEDIR%%/lib/python/OFS/www/new.gif
%%ZOPEBASEDIR%%/lib/python/OFS/www/properties.jpg
%%ZOPEBASEDIR%%/lib/python/OFS/www/r_arrow.gif
%%ZOPEBASEDIR%%/lib/python/OIBTree.so
%%ZOPEBASEDIR%%/lib/python/Persistence/__init__.py
%%ZOPEBASEDIR%%/lib/python/Persistence/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/CHANGES.txt
%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.py
%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/README.txt
%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/dtml/methodAdd.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/dtml/methodEdit.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/extmethod.gif
%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/External-Method.stx
%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/External-Method_Add.stx
%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/External-Method_Properties.stx
%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/External-Method_Try-It.stx
%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help/ExternalMethod.py
%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests/Extensions/Test.py
%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests/testExternalMethod.py
%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests/testExternalMethod.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/version.txt
%%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www/function.gif
%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.py
%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/MIMETag.pyc
%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/README.txt
%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/MIMETools/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.py
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/MailHost.pyc
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/README.txt
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.py
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/SendMailTag.pyc
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/dtml/addMailHost_form.dtml
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/dtml/manageMailHost.dtml
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/Mail-Host.stx
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/Mail-Host_Add.stx
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/Mail-Host_Edit.stx
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/help/MailHost.py
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/tests/testMailHost.py
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/tests/testMailHost.pyc
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/version.txt
%%ZOPEBASEDIR%%/lib/python/Products/MailHost/www/MailHost_icon.gif
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.py
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Draft.pyc
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/README.txt
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.py
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Session.pyc
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.py
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/Version.pyc
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/draftAdd.dtml
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/draftApprove.dtml
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/version.dtml
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/versionAdd.dtml
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/versionEdit.dtml
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/versionEnd.dtml
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/AccessControl.py
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/AuthenticatedUser.py
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/CacheManager-associate.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Cacheable-properties.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Caching.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Common-Instance-Property-Sheet.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Common-Instance-Property-Sheet_Add.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Control-Panel.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Control-Panel_Contents.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-Document.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Add.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Edit.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Proxy.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Upload.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-DocumentOrMethod_View.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTML-Method.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTMLDocument.py
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DTMLMethod.py
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Activity.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Cache-Parameters.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Database.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Database-Management_Flush-Cache.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DateTime.py
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/DavLocks-ManageLocks.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Debug-Information_Debug.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Debug-Information_Profile.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File.py
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File_Add.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File_Edit.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File_Upload.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/File_View.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Find.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Find_Advanced.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder.py
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder_Add.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Folder_View.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/History.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image.py
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image_Edit.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Image_View.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager.py
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManagerItem.py
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager_Contents.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager_Import-Export.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ObjectManager_Rename.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/OrderSupport.py
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/OrderSupport_Contents.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/OrderedFolder.py
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Ownership.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product-Management.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product_Add.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product_Distribution.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Product_Refresh.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Properties.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertyManager.py
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertySheet.py
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/PropertySheets.py
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Request.py
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Response.py
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Define-Permissions.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Local-Roles.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Manage-Acquisition.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Manage-Permission.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_Manage-Role.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Security_User-Local-Roles.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Undo.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Add-User.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Contents.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Edit-User.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Properties.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/UserFolder.py
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version-Management.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version-Management_Version.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version_Add.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version_Join-Leave.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version_Properties.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version_Save-Discard.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Add.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Basic.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Methods.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Permissions.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Property-Sheets.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Subobjects.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZClass_Views.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZSearch-Interface.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/ZSearch-Interface_Add.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Factory.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Factory_Add.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Factory_Edit.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Permission.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Permission_Add.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Zope-Permission_Edit.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-call.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-comment.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-funcs.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-if.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-in.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-let.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-mime.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-raise.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-return.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sendmail.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sqlgroup.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sqltest.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sqlvar.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-tree.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-try.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-unless.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-var.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-with.stx
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/math.py
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/random.py
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/sequence.py
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/string.py
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/File_icon.gif
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Folder_icon.gif
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Image_icon.gif
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/UserFolder_icon.gif
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/draft.gif
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmldoc.gif
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmlmethod.gif
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/version.gif
%%ZOPEBASEDIR%%/lib/python/Products/OFSP/version.txt
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/CHANGES.txt
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/Expressions.py
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/Expressions.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/GlobalTranslationService.py
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/GlobalTranslationService.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/HISTORY.txt
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplate.py
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplate.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplateFile.py
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplateFile.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PathIterator.py
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PathIterator.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PythonExpr.py
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PythonExpr.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/README.txt
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/TALES.py
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/TALES.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZRPythonExpr.py
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZRPythonExpr.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZopePageTemplate.py
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZopePageTemplate.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/examples/index.xml
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/examples/zpt_examples.zexp
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/PageTemplate_Edit.stx
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/ZTUtils.py
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-define-macro.stx
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-define-slot.stx
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-fill-slot.stx
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-use-macro.stx
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal.stx
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-attributes.stx
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-condition.stx
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-content.stx
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-define.stx
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-omit-tag.stx
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-on-error.stx
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-repeat.stx
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-replace.stx
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal.stx
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-exists.stx
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-nocall.stx
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-not.stx
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-path.stx
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-python.stx
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-string.stx
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales.stx
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/batch.py
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/batch.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckBatchIteration.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckI18nTranslate.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckI18nTranslateHooked.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckNotExpression.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckNothing.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckPathAlt.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckPathNothing.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckUnicodeInserts.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckWithXMLHeader.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/DTML1.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/DTML3.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/GlobalsShadowLocals.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/Loop1.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/Loop2.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/StringExpression.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShop1.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShop2.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShopLAF.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckBatchIteration.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslate.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckI18nTranslateHooked.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckNotExpression.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckNothing.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckPathAlt.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckPathNothing.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckUnicodeInserts.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckWithXMLHeader.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML1a.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML1b.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML3.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/GlobalsShadowLocals.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/Loop1.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/Loop2.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/StringExpression.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/TeeShop1.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/TeeShop2.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/TeeShopLAF.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/run.py
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/run.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testDTMLTests.py
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testDTMLTests.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testExpressions.py
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testExpressions.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testHTMLTests.py
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testHTMLTests.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testTALES.py
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testTALES.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testZopePageTemplate.py
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testZopePageTemplate.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/test_ptfile.py
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/test_ptfile.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/util.py
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/util.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/version.txt
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/default.html
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/exclamation.gif
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/ptAdd.zpt
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/ptEdit.zpt
%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/zpt.gif
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/DateIndex.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/README.txt
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/dtml/addDateIndex.dtml
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/dtml/manageDateIndex.dtml
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/tests/test_DateIndex.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/tests/test_DateIndex.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/README.txt
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/dtml/addDateRangeIndex.dtml
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/dtml/manageDateRangeIndex.dtml
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/tests/test_DateRangeIndex.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/tests/test_DateRangeIndex.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/dtml/addFieldIndex.dtml
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/dtml/manageFieldIndex.dtml
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/help/FieldIndex_searchResults.stx
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/tests/testFieldIndex.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/tests/testFieldIndex.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/dtml/addKeywordIndex.dtml
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/dtml/manageKeywordIndex.dtml
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/help/KeywordIndex_searchResults.stx
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/tests/testKeywordIndex.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/tests/testKeywordIndex.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/PathIndex.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/PathIndex.txt
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/dtml/addPathIndex.dtml
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/dtml/managePathIndex.dtml
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/help/PathIndex_searchResults.stx
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/tests/testPathIndex.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/tests/testPathIndex.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/README.txt
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Lexicon.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Lexicon.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/ISO_8859_1_Splitter.so
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/UnicodeSplitter.so
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/testUnicodeSplitter.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/testUnicodeSplitter.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/ZopeSplitter.so
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/setup.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/setup.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/TextIndex.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/TextIndex.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Vocabulary.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Vocabulary.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/addTextIndex.dtml
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/addVocabulary.dtml
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/manageTextIndex.dtml
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/manageVocabulary.dtml
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/manage_vocab.dtml
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml/vocab_query.dtml
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/help/TextIndex_searchResults.stx
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests/testSplitter.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests/testSplitter.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/FilteredSet.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/FilteredSet.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/README.txt
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml/addTopicIndex.dtml
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml/editFilteredSet.dtml
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml/manageTopicIndex.dtml
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/help/TopicIndex_searchResults.stx
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/tests/testTopicIndex.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/tests/testTopicIndex.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/PluggableIndex.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/PluggableIndex.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/ResultList.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/ResultList.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/UnIndex.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/UnIndex.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/randid.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/randid.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/util.py
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/util.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/help/placeholder.txt
%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/www/index.gif
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/CHANGES.txt
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Extensions/RemotePS.py
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/PythonScript.py
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/PythonScript.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/README.txt
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Utility.py
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Utility.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/Bindings.stx
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/ModuleAccess.stx
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/PythonScript.py
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/PythonScript_edit.stx
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/PythonScript_test.stx
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/Script.py
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/standard.py
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/module_access_examples.py
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/module_access_examples.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/standard.py
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/standard.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/testPythonScript.py
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/testPythonScript.pyc
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/big_boolean.ps
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/boolean_map.ps
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/class.__name__.ps
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/complex_print.ps
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/fibonacci.ps
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/filepath.ps
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/for_loop.ps
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/global_is_declaration.ps
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/mutate_literals.ps
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/ns_bind.ps
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/simple_print.ps
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/subversive_except.ps
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/try_except.ps
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/tuple_unpack_assignment.ps
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/while_loop.ps
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/version.txt
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/default_py
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyScriptAdd.dtml
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyScriptEdit.dtml
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyScriptProxy.dtml
%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyscript.gif
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/BrowserIdManager.py
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/BrowserIdManager.pyc
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionDataManager.py
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionDataManager.pyc
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionInterfaces.py
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionInterfaces.pyc
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionPermissions.py
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionPermissions.pyc
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/common.py
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/common.pyc
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/addDataManager.dtml
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/addIdManager.dtml
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/manageDataManager.dtml
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/manageIdManager.dtml
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/SessionInterfaces.py
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/browser-add.stx
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/browser-change.stx
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/session-add.stx
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/session-change.stx
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/stresstests/stresstestMultiThread.py
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests/testBrowserIdManager.py
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests/testBrowserIdManager.pyc
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests/testSessionDataManager.py
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests/testSessionDataManager.pyc
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/www/datamgr.gif
%%ZOPEBASEDIR%%/lib/python/Products/Sessions/www/idmgr.gif
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/AccessRule.py
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/AccessRule.pyc
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/CHANGES.txt
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/COPYRIGHT.txt
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/Extensions/updata.py
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/README.txt
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/SiteRoot.py
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/SiteRoot.pyc
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/VirtualHostMonster.py
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/VirtualHostMonster.pyc
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/info.html
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/installing.html
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/otheruse.html
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/upgrading.html
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc/vhosting.html
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/help/SiteRoot_Edit.stx
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.pyc
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/version.txt
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/AccessRule.gif
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/AccessRuleAdd.dtml
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/SiteRoot.gif
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/SiteRootAdd.dtml
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/SiteRootEdit.dtml
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/VirtualHostMonster.dtml
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/VirtualHostMonster.gif
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/VirtualHostMonsterAdd.dtml
%%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www/manage_edit.dtml
%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/SiteErrorLog.py
%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/SiteErrorLog.pyc
%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www/error.gif
%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www/main.pt
%%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www/showEntry.pt
%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.py
%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/AcceleratedHTTPCacheManager.pyc
%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/RAMCacheManager-internals.txt
%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/RAMCacheManager.py
%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/RAMCacheManager.pyc
%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/cache.gif
%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/addAccel.dtml
%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/addRCM.dtml
%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/propsAccel.dtml
%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/propsRCM.dtml
%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/statsAccel.dtml
%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml/statsRCM.dtml
%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/help/Accel.stx
%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/help/RAM.stx
%%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/version.txt
%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/LowConflictConnection.py
%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/LowConflictConnection.pyc
%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/TemporaryFolder.py
%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/TemporaryFolder.pyc
%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/config.py
%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/config.pyc
%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/dtml/addTemporaryFolder.dtml
%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/dtml/mountfail.dtml
%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/help/TemporaryFolder.stx
%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/patchfs.py
%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/patchfs.pyc
%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/www/tempfolder.gif
%%ZOPEBASEDIR%%/lib/python/Products/Transience/Fake.py
%%ZOPEBASEDIR%%/lib/python/Products/Transience/Fake.pyc
%%ZOPEBASEDIR%%/lib/python/Products/Transience/HowTransienceWorks.stx
%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransactionHelper.py
%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransactionHelper.pyc
%%ZOPEBASEDIR%%/lib/python/Products/Transience/Transience.py
%%ZOPEBASEDIR%%/lib/python/Products/Transience/Transience.pyc
%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransienceInterfaces.py
%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransienceInterfaces.pyc
%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransientObject.py
%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransientObject.pyc
%%ZOPEBASEDIR%%/lib/python/Products/Transience/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/Transience/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/Transience/dtml/addTransientObjectContainer.dtml
%%ZOPEBASEDIR%%/lib/python/Products/Transience/dtml/manageTransientObjectContainer.dtml
%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/Transience-add.stx
%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/Transience-change.stx
%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/TransienceInterfaces.py
%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/fauxtime.py
%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/fauxtime.pyc
%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testCounters.py
%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testCounters.pyc
%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTimeoutRelated.py
%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTimeoutRelated.pyc
%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTransactionHelper.py
%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTransactionHelper.pyc
%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTransientObject.py
%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTransientObject.pyc
%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTransientObjectContainer.py
%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTransientObjectContainer.pyc
%%ZOPEBASEDIR%%/lib/python/Products/Transience/www/datacontainer.gif
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/BaseIndex.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/BaseIndex.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/CosineIndex.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/CosineIndex.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/HTMLSplitter.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/HTMLSplitter.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IIndex.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IIndex.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ILexicon.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ILexicon.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/INBest.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/INBest.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElement.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElement.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElementFactory.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IPipelineElementFactory.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParseTree.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParseTree.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParser.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/IQueryParser.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ISplitter.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ISplitter.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/Lexicon.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/Lexicon.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/NBest.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/NBest.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/OkapiIndex.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/OkapiIndex.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ParseTree.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ParseTree.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/PipelineFactory.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/PipelineFactory.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/QueryParser.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/QueryParser.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/README.txt
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/RiceCode.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/RiceCode.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/SetOps.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/SetOps.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/StopDict.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/StopDict.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/WidCode.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/WidCode.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ZCTextIndex.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/ZCTextIndex.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/addLexicon.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/addZCTextIndex.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/manageLexicon.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/manageZCTextIndex.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml/queryLexicon.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/help/Lexicon_Add.stx
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/help/ZCTextIndex_Add.stx
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/okascore.so
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/stopper.so
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/hs-tool.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/hs-tool.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/indexhtml.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/indexhtml.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/mailtest.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/mailtest.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/mhindex.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/mhindex.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/python.txt
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/queryhtml.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/queryhtml.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testIndex.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testIndex.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testLexicon.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testLexicon.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testNBest.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testNBest.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testPipelineFactory.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testPipelineFactory.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testQueryEngine.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testQueryEngine.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testQueryParser.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testQueryParser.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testSetOps.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testSetOps.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testStopper.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testStopper.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testZCTextIndex.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/testZCTextIndex.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/wordstats.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests/wordstats.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/www/index.gif
%%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/www/lexicon.gif
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CHANGES.txt
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.gif
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwareness.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwarenessInterface.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogAwarenessInterface.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogBrains.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogBrains.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogPathAwareness.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CatalogPathAwareness.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/IZCatalog.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/IZCatalog.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Lazy.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/README.txt
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Vocabulary.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Vocabulary.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalog.txt
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalogIndexes.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/ZCatalogIndexes.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/addIndex.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/addIndexForm.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/addVocabulary.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/addZCatalog.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogAddRowForm.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogAdvanced.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogFind.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogIndexes.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogObjectInformation.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogSchema.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogStatus.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/catalogView.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/editCatalogerForm.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/edit_stop_syn.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/manageOldindex.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/manage_vocab.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/vocab_manage_main.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml/vocab_query.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary.stx
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary_Query.stx
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/Vocabulary_Vocabulary.stx
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog.stx
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Add.stx
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Advanced.stx
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Cataloged-Objects.stx
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Find-Items-to-ZCatalog.stx
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Indexes.stx
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_MetaData-Table.stx
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Parameters.stx
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help/ZCatalog_Status.stx
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/keywords.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/loadmail.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionCatalog.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionCatalogTiming.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionUnicode.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/unittest_patched.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/testBrains.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/testBrains.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/testCatalog.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/testCatalog.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/testLazySequences.py
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/testLazySequences.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/version.txt
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www/Vocabulary.gif
%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www/ZCatalog.gif
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DA.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/DABase.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/README.txt
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/db.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/browse.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/connectionAdd.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/connectionEdit.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/table_info.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/table_menu.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml/tables.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/COPYRIGHT
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DLispShort.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/DumbLispGen.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/SQLTESTG.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.html
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gadfly.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfSQL.html
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfclient.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfdb0.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gffaq.html
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfinstall.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfintrospect.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfrecover.html
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfserve.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfsocket.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gfstest.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/gftest.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/idl.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/index.html
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParseBuild.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjParser.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjSet.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjbuckets0.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kjpylint.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/kwParsing.html
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/pygram.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/relalg.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/remotetest.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/server.html
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sql.mar
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlbind.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgen.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgram.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlgtest.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlmod.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlsem.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.py
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly/sqlwhere.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/bin.gif
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/date.gif
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/datetime.gif
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/field.gif
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/float.gif
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/int.gif
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/stable.gif
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/table.gif
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/text.gif
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/time.gif
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/view.gif
%%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons/what.gif
%%ZOPEBASEDIR%%/lib/python/Products/ZODBMountPoint/Mount.py
%%ZOPEBASEDIR%%/lib/python/Products/ZODBMountPoint/Mount.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZODBMountPoint/MountedObject.py
%%ZOPEBASEDIR%%/lib/python/Products/ZODBMountPoint/MountedObject.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZODBMountPoint/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/ZODBMountPoint/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZODBMountPoint/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/ZODBMountPoint/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZODBMountPoint/tests/testMountPoint.py
%%ZOPEBASEDIR%%/lib/python/Products/ZODBMountPoint/tests/testMountPoint.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZODBMountPoint/www/addMountsForm.pt
%%ZOPEBASEDIR%%/lib/python/Products/ZODBMountPoint/www/mountfail.pt
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/README.txt
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/TODO.txt
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/ZReST.py
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/ZReST.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/dtml/manage_addZReSTForm.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/dtml/manage_editForm.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/refresh.txt
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/version.txt
%%ZOPEBASEDIR%%/lib/python/Products/ZReST/www/zrest.gif
%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/CHANGES.txt
%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/README.txt
%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.py
%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/SQL.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/dtml/add.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/dtml/edit.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method.stx
%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Add.stx
%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Advanced.stx
%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Edit.stx
%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/Z-SQL-Method_Test.stx
%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help/ZSQLMethod.py
%%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/sqlmethod.gif
%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/CHANGES.txt
%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/TutorialTopic.py
%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/TutorialTopic.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml/glossaryView.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml/lessonView.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml/tutorialAdd.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml/tutorialNav.dtml
%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/glossary.stx
%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/tutorial.stx
%%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/version.txt
%%ZOPEBASEDIR%%/lib/python/Products/__init__.py
%%ZOPEBASEDIR%%/lib/python/Products/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Record.so
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Eval.py
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Eval.pyc
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Guards.py
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Guards.pyc
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Limits.py
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Limits.pyc
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/MutatingWalker.py
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/MutatingWalker.pyc
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/PrintCollector.py
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/PrintCollector.pyc
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RCompile.py
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RCompile.pyc
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RestrictionMutator.py
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RestrictionMutator.pyc
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/SelectCompiler.py
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/SelectCompiler.pyc
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Utilities.py
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Utilities.pyc
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/__init__.py
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/before_and_after.py
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/before_and_after.pyc
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/class.py
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/class.pyc
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/lambda.py
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/lambda.pyc
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/restricted_module.py
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/restricted_module.pyc
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/security_in_syntax.py
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/security_in_syntax.pyc
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/testRestrictions.py
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/testRestrictions.pyc
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/unpack.py
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/unpack.pyc
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/verify.py
%%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/verify.pyc
%%ZOPEBASEDIR%%/lib/python/SearchIndex/GlobbingLexicon.py
%%ZOPEBASEDIR%%/lib/python/SearchIndex/GlobbingLexicon.pyc
%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.py
%%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.pyc
%%ZOPEBASEDIR%%/lib/python/SearchIndex/Lexicon.py
%%ZOPEBASEDIR%%/lib/python/SearchIndex/Lexicon.pyc
%%ZOPEBASEDIR%%/lib/python/SearchIndex/PluggableIndex.py
%%ZOPEBASEDIR%%/lib/python/SearchIndex/PluggableIndex.pyc
%%ZOPEBASEDIR%%/lib/python/SearchIndex/README.txt
%%ZOPEBASEDIR%%/lib/python/SearchIndex/ResultList.py
%%ZOPEBASEDIR%%/lib/python/SearchIndex/ResultList.pyc
%%ZOPEBASEDIR%%/lib/python/SearchIndex/Splitter.so
%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.py
%%ZOPEBASEDIR%%/lib/python/SearchIndex/TextIndex.pyc
%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.py
%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnIndex.pyc
%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnKeywordIndex.py
%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnKeywordIndex.pyc
%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.py
%%ZOPEBASEDIR%%/lib/python/SearchIndex/UnTextIndex.pyc
%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.py
%%ZOPEBASEDIR%%/lib/python/SearchIndex/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/SearchIndex/randid.py
%%ZOPEBASEDIR%%/lib/python/SearchIndex/randid.pyc
%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testSplitter.py
%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testSplitter.pyc
%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testUnKeywordIndex.py
%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testUnKeywordIndex.pyc
%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testUnTextIndex.py
%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/testUnTextIndex.pyc
%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/test_UnIndex.py
%%ZOPEBASEDIR%%/lib/python/SearchIndex/tests/test_UnIndex.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Bindings.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Bindings.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/BindingsUI.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/BindingsUI.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Script.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Script.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Signature.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/Signature.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/__init__.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/dtml/scriptBindings.dtml
%%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/dtml/scriptTry.dtml
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Aqueduct.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Connection.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/DA.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/RDB.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Results.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/Search.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/THUNK.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/TM.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dbi_db.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/advanced.dtml
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/connectionAdd.dtml
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/connectionEdit.dtml
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/connectionStatus.dtml
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/connectionTestForm.dtml
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/customDefaultReport.dtml
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/customDefaultZPTReport.dtml
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/searchAdd.dtml
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqltest.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlvar.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapterFolder_icon.gif
%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www/DBAdapter_icon.gif
%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/ppml.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/README
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/_checkversion.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.so
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpat.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat/pyexpattest.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xmllib.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.py
%%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/xyap.pyc
%%ZOPEBASEDIR%%/lib/python/Shared/__init__.py
%%ZOPEBASEDIR%%/lib/python/Shared/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Signals/SignalHandler.py
%%ZOPEBASEDIR%%/lib/python/Signals/SignalHandler.pyc
%%ZOPEBASEDIR%%/lib/python/Signals/Signals.py
%%ZOPEBASEDIR%%/lib/python/Signals/Signals.pyc
%%ZOPEBASEDIR%%/lib/python/Signals/__init__.py
%%ZOPEBASEDIR%%/lib/python/Signals/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicDocumentClass.py
%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicDocumentClass.pyc
%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicStructuredText.py
%%ZOPEBASEDIR%%/lib/python/StructuredText/ClassicStructuredText.pyc
%%ZOPEBASEDIR%%/lib/python/StructuredText/DocBookClass.py
%%ZOPEBASEDIR%%/lib/python/StructuredText/DocBookClass.pyc
%%ZOPEBASEDIR%%/lib/python/StructuredText/DocumentClass.py
%%ZOPEBASEDIR%%/lib/python/StructuredText/DocumentClass.pyc
%%ZOPEBASEDIR%%/lib/python/StructuredText/DocumentWithImages.py
%%ZOPEBASEDIR%%/lib/python/StructuredText/DocumentWithImages.pyc
%%ZOPEBASEDIR%%/lib/python/StructuredText/HTMLClass.py
%%ZOPEBASEDIR%%/lib/python/StructuredText/HTMLClass.pyc
%%ZOPEBASEDIR%%/lib/python/StructuredText/HTMLWithImages.py
%%ZOPEBASEDIR%%/lib/python/StructuredText/HTMLWithImages.pyc
%%ZOPEBASEDIR%%/lib/python/StructuredText/ST.py
%%ZOPEBASEDIR%%/lib/python/StructuredText/ST.pyc
%%ZOPEBASEDIR%%/lib/python/StructuredText/STDOM.py
%%ZOPEBASEDIR%%/lib/python/StructuredText/STDOM.pyc
%%ZOPEBASEDIR%%/lib/python/StructuredText/STNG.txt
%%ZOPEBASEDIR%%/lib/python/StructuredText/STletters.py
%%ZOPEBASEDIR%%/lib/python/StructuredText/STletters.pyc
%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.py
%%ZOPEBASEDIR%%/lib/python/StructuredText/StructuredText.pyc
%%ZOPEBASEDIR%%/lib/python/StructuredText/Zwiki.py
%%ZOPEBASEDIR%%/lib/python/StructuredText/Zwiki.pyc
%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.py
%%ZOPEBASEDIR%%/lib/python/StructuredText/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.ref
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.stx
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.ref
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.stx
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/InnerLinks.ref
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/InnerLinks.stx
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Links.ref
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Links.stx
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.ref
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.stx
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/create_referencesfiles.py
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.ref
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.stx
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples1.ref
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples1.stx
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.ref
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.stx
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/table.ref
%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/table.stx
%%ZOPEBASEDIR%%/lib/python/StructuredText/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/StructuredText/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/StructuredText/tests/testStructuredText.py
%%ZOPEBASEDIR%%/lib/python/StructuredText/tests/testStructuredText.pyc
%%ZOPEBASEDIR%%/lib/python/StructuredText/ts_regex.py
%%ZOPEBASEDIR%%/lib/python/StructuredText/ts_regex.pyc
%%ZOPEBASEDIR%%/lib/python/TAL/CHANGES.txt
%%ZOPEBASEDIR%%/lib/python/TAL/DummyEngine.py
%%ZOPEBASEDIR%%/lib/python/TAL/DummyEngine.pyc
%%ZOPEBASEDIR%%/lib/python/TAL/HISTORY.txt
%%ZOPEBASEDIR%%/lib/python/TAL/HTMLTALParser.py
%%ZOPEBASEDIR%%/lib/python/TAL/HTMLTALParser.pyc
%%ZOPEBASEDIR%%/lib/python/TAL/ITALES.py
%%ZOPEBASEDIR%%/lib/python/TAL/ITALES.pyc
%%ZOPEBASEDIR%%/lib/python/TAL/README.txt
%%ZOPEBASEDIR%%/lib/python/TAL/TALDefs.py
%%ZOPEBASEDIR%%/lib/python/TAL/TALDefs.pyc
%%ZOPEBASEDIR%%/lib/python/TAL/TALGenerator.py
%%ZOPEBASEDIR%%/lib/python/TAL/TALGenerator.pyc
%%ZOPEBASEDIR%%/lib/python/TAL/TALInterpreter.py
%%ZOPEBASEDIR%%/lib/python/TAL/TALInterpreter.pyc
%%ZOPEBASEDIR%%/lib/python/TAL/TALParser.py
%%ZOPEBASEDIR%%/lib/python/TAL/TALParser.pyc
%%ZOPEBASEDIR%%/lib/python/TAL/TranslationContext.py
%%ZOPEBASEDIR%%/lib/python/TAL/TranslationContext.pyc
%%ZOPEBASEDIR%%/lib/python/TAL/XMLParser.py
%%ZOPEBASEDIR%%/lib/python/TAL/XMLParser.pyc
%%ZOPEBASEDIR%%/lib/python/TAL/__init__.py
%%ZOPEBASEDIR%%/lib/python/TAL/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml01.html
%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml02.html
%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml03.html
%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml04.html
%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml05.html
%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml06.html
%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml07.html
%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml08.html
%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml09.html
%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml10.html
%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml11.html
%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml12.html
%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal01.html
%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal02.html
%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal03.html
%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal04.html
%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal05.html
%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal06.html
%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal07.html
%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal08.html
%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal09.html
%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal10.html
%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal11.html
%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal12.html
%%ZOPEBASEDIR%%/lib/python/TAL/driver.py
%%ZOPEBASEDIR%%/lib/python/TAL/driver.pyc
%%ZOPEBASEDIR%%/lib/python/TAL/markbench.py
%%ZOPEBASEDIR%%/lib/python/TAL/markbench.pyc
%%ZOPEBASEDIR%%/lib/python/TAL/markupbase.py
%%ZOPEBASEDIR%%/lib/python/TAL/markupbase.pyc
%%ZOPEBASEDIR%%/lib/python/TAL/ndiff.py
%%ZOPEBASEDIR%%/lib/python/TAL/ndiff.pyc
%%ZOPEBASEDIR%%/lib/python/TAL/runtest.py
%%ZOPEBASEDIR%%/lib/python/TAL/runtest.pyc
%%ZOPEBASEDIR%%/lib/python/TAL/setpath.py
%%ZOPEBASEDIR%%/lib/python/TAL/setpath.pyc
%%ZOPEBASEDIR%%/lib/python/TAL/talgettext.py
%%ZOPEBASEDIR%%/lib/python/TAL/talgettext.pyc
%%ZOPEBASEDIR%%/lib/python/TAL/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/TAL/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test01.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test01.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test02.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test02.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test03.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test03.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test04.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test04.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test05.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test05.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test06.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test06.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test07.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test07.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test08.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test08.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test09.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test09.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test10.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test11.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test11.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test12.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test13.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test14.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test14.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test15.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test16.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test16.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test17.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test17.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test18.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test18.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test19.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test20.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test29.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test34.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test36.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_failed_attr_translation.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal1.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal2.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal3.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal4.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal5.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal6.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal7.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test01.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test01.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test02.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test02.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test03.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test03.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test04.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test04.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test05.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test05.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test06.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test06.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test07.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test07.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test08.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test08.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test09.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test09.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test10.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test11.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test11.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test12.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test13.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test14.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test14.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test15.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test16.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test16.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test17.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test17.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test18.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test18.xml
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test19.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test20.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test29.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test34.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test36.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_failed_attr_translation.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal1.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal2.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal3.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal4.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal5.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal6.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal7.html
%%ZOPEBASEDIR%%/lib/python/TAL/tests/run.py
%%ZOPEBASEDIR%%/lib/python/TAL/tests/run.pyc
%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_files.py
%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_files.pyc
%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_htmltalparser.py
%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_htmltalparser.pyc
%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_sourcepos.py
%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_sourcepos.pyc
%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_talinterpreter.py
%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_talinterpreter.pyc
%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_xmlparser.py
%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_xmlparser.pyc
%%ZOPEBASEDIR%%/lib/python/TAL/tests/utils.py
%%ZOPEBASEDIR%%/lib/python/TAL/tests/utils.pyc
%%ZOPEBASEDIR%%/lib/python/TAL/timer.py
%%ZOPEBASEDIR%%/lib/python/TAL/timer.pyc
%%ZOPEBASEDIR%%/lib/python/Testing/README.txt
%%ZOPEBASEDIR%%/lib/python/Testing/ZODButil.py
%%ZOPEBASEDIR%%/lib/python/Testing/ZODButil.pyc
%%ZOPEBASEDIR%%/lib/python/Testing/__init__.py
%%ZOPEBASEDIR%%/lib/python/Testing/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Testing/common.py
%%ZOPEBASEDIR%%/lib/python/Testing/common.pyc
%%ZOPEBASEDIR%%/lib/python/Testing/custom_zodb.py
%%ZOPEBASEDIR%%/lib/python/Testing/custom_zodb.pyc
%%ZOPEBASEDIR%%/lib/python/Testing/dispatcher.py
%%ZOPEBASEDIR%%/lib/python/Testing/dispatcher.pyc
%%ZOPEBASEDIR%%/lib/python/Testing/makerequest.py
%%ZOPEBASEDIR%%/lib/python/Testing/makerequest.pyc
%%ZOPEBASEDIR%%/lib/python/Testing/var/README.txt
%%ZOPEBASEDIR%%/lib/python/ThreadLock.so
%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/LoopCallback.py
%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/LoopCallback.pyc
%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/__init__.py
%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.py
%%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.pyc
%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.py
%%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Blank_icon.gif
%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Minus_icon.gif
%%ZOPEBASEDIR%%/lib/python/TreeDisplay/www/Plus_icon.gif
%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.py
%%ZOPEBASEDIR%%/lib/python/ZClasses/Basic.pyc
%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.py
%%ZOPEBASEDIR%%/lib/python/ZClasses/Method.pyc
%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.py
%%ZOPEBASEDIR%%/lib/python/ZClasses/ObjectManager.pyc
%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.py
%%ZOPEBASEDIR%%/lib/python/ZClasses/Property.pyc
%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.py
%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClass.pyc
%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.py
%%ZOPEBASEDIR%%/lib/python/ZClasses/ZClassOwner.pyc
%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.py
%%ZOPEBASEDIR%%/lib/python/ZClasses/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/ZClasses/class.gif
%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/addCommonSheet.dtml
%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/addIcon.dtml
%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/addPropertyInterface.dtml
%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/addZClass.dtml
%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/classPermissions.dtml
%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/contents.dtml
%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/itemProp.dtml
%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/subobjects.dtml
%%ZOPEBASEDIR%%/lib/python/ZClasses/dtml/views.dtml
%%ZOPEBASEDIR%%/lib/python/ZClasses/methods.gif
%%ZOPEBASEDIR%%/lib/python/ZClasses/propertysheets.gif
%%ZOPEBASEDIR%%/lib/python/ZConfig/__init__.py
%%ZOPEBASEDIR%%/lib/python/ZConfig/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/ZConfig/cfgparser.py
%%ZOPEBASEDIR%%/lib/python/ZConfig/cfgparser.pyc
%%ZOPEBASEDIR%%/lib/python/ZConfig/cmdline.py
%%ZOPEBASEDIR%%/lib/python/ZConfig/cmdline.pyc
%%ZOPEBASEDIR%%/lib/python/ZConfig/datatypes.py
%%ZOPEBASEDIR%%/lib/python/ZConfig/datatypes.pyc
%%ZOPEBASEDIR%%/lib/python/ZConfig/info.py
%%ZOPEBASEDIR%%/lib/python/ZConfig/info.pyc
%%ZOPEBASEDIR%%/lib/python/ZConfig/loader.py
%%ZOPEBASEDIR%%/lib/python/ZConfig/loader.pyc
%%ZOPEBASEDIR%%/lib/python/ZConfig/matcher.py
%%ZOPEBASEDIR%%/lib/python/ZConfig/matcher.pyc
%%ZOPEBASEDIR%%/lib/python/ZConfig/schema.py
%%ZOPEBASEDIR%%/lib/python/ZConfig/schema.pyc
%%ZOPEBASEDIR%%/lib/python/ZConfig/scripts/zconfig
%%ZOPEBASEDIR%%/lib/python/ZConfig/substitution.py
%%ZOPEBASEDIR%%/lib/python/ZConfig/substitution.pyc
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/input/base-datatype1.xml
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/input/base-datatype2.xml
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/input/base-keytype1.xml
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/input/base-keytype2.xml
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/input/base.xml
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/input/include.conf
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/input/inner.conf
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/input/library.xml
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/input/logger.xml
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/input/outer.conf
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/input/simple.conf
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/input/simple.xml
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/input/simplesections.conf
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/input/simplesections.xml
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/library/README.txt
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/library/__init__.py
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/library/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/library/thing/__init__.py
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/library/thing/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/library/thing/component.xml
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/library/thing/extras/extras.xml
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/library/widget/__init__.py
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/library/widget/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/library/widget/component.xml
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/library/widget/extra.xml
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/runtests.py
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/runtests.pyc
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/support.py
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/support.pyc
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/test_cfgimports.py
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/test_cfgimports.pyc
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/test_cmdline.py
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/test_cmdline.pyc
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/test_config.py
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/test_config.pyc
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/test_datatypes.py
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/test_datatypes.pyc
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/test_loader.py
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/test_loader.pyc
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/test_schema.py
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/test_schema.pyc
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/test_subst.py
%%ZOPEBASEDIR%%/lib/python/ZConfig/tests/test_subst.pyc
%%ZOPEBASEDIR%%/lib/python/ZConfig/url.py
%%ZOPEBASEDIR%%/lib/python/ZConfig/url.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/ClientCache.py
%%ZOPEBASEDIR%%/lib/python/ZEO/ClientCache.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/ClientStorage.py
%%ZOPEBASEDIR%%/lib/python/ZEO/ClientStorage.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/ClientStub.py
%%ZOPEBASEDIR%%/lib/python/ZEO/ClientStub.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/CommitLog.py
%%ZOPEBASEDIR%%/lib/python/ZEO/CommitLog.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/DebugServer.py
%%ZOPEBASEDIR%%/lib/python/ZEO/DebugServer.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/Exceptions.py
%%ZOPEBASEDIR%%/lib/python/ZEO/Exceptions.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/ICache.py
%%ZOPEBASEDIR%%/lib/python/ZEO/ICache.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/README.txt
%%ZOPEBASEDIR%%/lib/python/ZEO/ServerStub.py
%%ZOPEBASEDIR%%/lib/python/ZEO/ServerStub.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/StorageServer.py
%%ZOPEBASEDIR%%/lib/python/ZEO/StorageServer.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/TransactionBuffer.py
%%ZOPEBASEDIR%%/lib/python/ZEO/TransactionBuffer.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/__init__.py
%%ZOPEBASEDIR%%/lib/python/ZEO/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/auth/__init__.py
%%ZOPEBASEDIR%%/lib/python/ZEO/auth/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/auth/auth_digest.py
%%ZOPEBASEDIR%%/lib/python/ZEO/auth/auth_digest.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/auth/base.py
%%ZOPEBASEDIR%%/lib/python/ZEO/auth/base.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/auth/hmac.py
%%ZOPEBASEDIR%%/lib/python/ZEO/auth/hmac.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/component.xml
%%ZOPEBASEDIR%%/lib/python/ZEO/mkzeoinst.py
%%ZOPEBASEDIR%%/lib/python/ZEO/mkzeoinst.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/monitor.py
%%ZOPEBASEDIR%%/lib/python/ZEO/monitor.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/runzeo.py
%%ZOPEBASEDIR%%/lib/python/ZEO/runzeo.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/schema.xml
%%ZOPEBASEDIR%%/lib/python/ZEO/simul.py
%%ZOPEBASEDIR%%/lib/python/ZEO/simul.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/start.py
%%ZOPEBASEDIR%%/lib/python/ZEO/start.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/stats.py
%%ZOPEBASEDIR%%/lib/python/ZEO/stats.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/Cache.py
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/Cache.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/CommitLockTests.py
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/CommitLockTests.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/ConnectionTests.py
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/ConnectionTests.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/InvalidationTests.py
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/InvalidationTests.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/TestThread.py
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/TestThread.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/ThreadTests.py
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/ThreadTests.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/auth_plaintext.py
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/auth_plaintext.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/deadlock.py
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/deadlock.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/forker.py
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/forker.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/multi.py
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/multi.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/speed.py
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/speed.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/stress.py
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/stress.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/testAuth.py
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/testAuth.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/testClientCache.py
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/testClientCache.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/testConnection.py
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/testConnection.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/testMonitor.py
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/testMonitor.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/testTransactionBuffer.py
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/testTransactionBuffer.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/testZEO.py
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/testZEO.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/testZEOOptions.py
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/testZEOOptions.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/zeoserver.py
%%ZOPEBASEDIR%%/lib/python/ZEO/tests/zeoserver.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/util.py
%%ZOPEBASEDIR%%/lib/python/ZEO/util.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/version.txt
%%ZOPEBASEDIR%%/lib/python/ZEO/zeoctl.py
%%ZOPEBASEDIR%%/lib/python/ZEO/zeoctl.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/zeoctl.xml
%%ZOPEBASEDIR%%/lib/python/ZEO/zeopasswd.py
%%ZOPEBASEDIR%%/lib/python/ZEO/zeopasswd.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/zrpc/__init__.py
%%ZOPEBASEDIR%%/lib/python/ZEO/zrpc/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/zrpc/_hmac.py
%%ZOPEBASEDIR%%/lib/python/ZEO/zrpc/_hmac.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/zrpc/client.py
%%ZOPEBASEDIR%%/lib/python/ZEO/zrpc/client.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/zrpc/connection.py
%%ZOPEBASEDIR%%/lib/python/ZEO/zrpc/connection.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/zrpc/error.py
%%ZOPEBASEDIR%%/lib/python/ZEO/zrpc/error.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/zrpc/log.py
%%ZOPEBASEDIR%%/lib/python/ZEO/zrpc/log.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/zrpc/marshal.py
%%ZOPEBASEDIR%%/lib/python/ZEO/zrpc/marshal.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/zrpc/server.py
%%ZOPEBASEDIR%%/lib/python/ZEO/zrpc/server.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/zrpc/smac.py
%%ZOPEBASEDIR%%/lib/python/ZEO/zrpc/smac.pyc
%%ZOPEBASEDIR%%/lib/python/ZEO/zrpc/trigger.py
%%ZOPEBASEDIR%%/lib/python/ZEO/zrpc/trigger.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/ActivityMonitor.py
%%ZOPEBASEDIR%%/lib/python/ZODB/ActivityMonitor.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.py
%%ZOPEBASEDIR%%/lib/python/ZODB/BaseStorage.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/ConflictResolution.py
%%ZOPEBASEDIR%%/lib/python/ZODB/ConflictResolution.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.py
%%ZOPEBASEDIR%%/lib/python/ZODB/Connection.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/DB.py
%%ZOPEBASEDIR%%/lib/python/ZODB/DB.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.py
%%ZOPEBASEDIR%%/lib/python/ZODB/DemoStorage.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.py
%%ZOPEBASEDIR%%/lib/python/ZODB/ExportImport.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.py
%%ZOPEBASEDIR%%/lib/python/ZODB/FileStorage.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.py
%%ZOPEBASEDIR%%/lib/python/ZODB/MappingStorage.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/Mount.py
%%ZOPEBASEDIR%%/lib/python/ZODB/Mount.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.py
%%ZOPEBASEDIR%%/lib/python/ZODB/POSException.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentList.py
%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentList.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.py
%%ZOPEBASEDIR%%/lib/python/ZODB/PersistentMapping.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/TimeStamp.so
%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.py
%%ZOPEBASEDIR%%/lib/python/ZODB/TmpStore.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.py
%%ZOPEBASEDIR%%/lib/python/ZODB/Transaction.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/UndoLogCompatible.py
%%ZOPEBASEDIR%%/lib/python/ZODB/UndoLogCompatible.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.py
%%ZOPEBASEDIR%%/lib/python/ZODB/ZApplication.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.py
%%ZOPEBASEDIR%%/lib/python/ZODB/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.py
%%ZOPEBASEDIR%%/lib/python/ZODB/bpthread.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/cPersistence.so
%%ZOPEBASEDIR%%/lib/python/ZODB/cPickleCache.so
%%ZOPEBASEDIR%%/lib/python/ZODB/component.xml
%%ZOPEBASEDIR%%/lib/python/ZODB/config.py
%%ZOPEBASEDIR%%/lib/python/ZODB/config.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/config.xml
%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.py
%%ZOPEBASEDIR%%/lib/python/ZODB/conversionhack.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/coptimizations.so
%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.py
%%ZOPEBASEDIR%%/lib/python/ZODB/dbmStorage.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/fsIndex.py
%%ZOPEBASEDIR%%/lib/python/ZODB/fsIndex.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/fsdump.py
%%ZOPEBASEDIR%%/lib/python/ZODB/fsdump.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/fspack.py
%%ZOPEBASEDIR%%/lib/python/ZODB/fspack.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/fsrecover.py
%%ZOPEBASEDIR%%/lib/python/ZODB/fsrecover.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/fstools.py
%%ZOPEBASEDIR%%/lib/python/ZODB/fstools.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.py
%%ZOPEBASEDIR%%/lib/python/ZODB/lock_file.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.py
%%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/storage.xml
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/BasicStorage.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/BasicStorage.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/ConflictResolution.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/ConflictResolution.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/Corruption.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/Corruption.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/HistoryStorage.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/HistoryStorage.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/IteratorStorage.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/IteratorStorage.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/LocalStorage.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/LocalStorage.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/MTStorage.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/MTStorage.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/MinPO.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/MinPO.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/PackableStorage.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/PackableStorage.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/PersistentStorage.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/PersistentStorage.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/ReadOnlyStorage.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/ReadOnlyStorage.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/RecoveryStorage.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/RecoveryStorage.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/RevisionStorage.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/RevisionStorage.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/StorageTestBase.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/StorageTestBase.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/Synchronization.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/Synchronization.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/TransactionalUndoStorage.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/TransactionalUndoStorage.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/TransactionalUndoVersionStorage.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/TransactionalUndoVersionStorage.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/VersionStorage.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/VersionStorage.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/dangle.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/dangle.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/speed.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/speed.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testActivityMonitor.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testActivityMonitor.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testCache.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testCache.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testConfig.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testConfig.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testDB.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testDB.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testDemoStorage.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testDemoStorage.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testFileStorage.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testFileStorage.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testMappingStorage.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testMappingStorage.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testPersistentList.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testPersistentList.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testPersistentMapping.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testPersistentMapping.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testRecover.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testRecover.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testTimeStamp.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testTimeStamp.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testTransaction.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testTransaction.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testUtils.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testUtils.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testZODB.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testZODB.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testfsIndex.py
%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testfsIndex.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/transact.py
%%ZOPEBASEDIR%%/lib/python/ZODB/transact.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/utils.py
%%ZOPEBASEDIR%%/lib/python/ZODB/utils.pyc
%%ZOPEBASEDIR%%/lib/python/ZODB/winlock.so
%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.py
%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseRequest.pyc
%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.py
%%ZOPEBASEDIR%%/lib/python/ZPublisher/BaseResponse.pyc
%%ZOPEBASEDIR%%/lib/python/ZPublisher/BeforeTraverse.py
%%ZOPEBASEDIR%%/lib/python/ZPublisher/BeforeTraverse.pyc
%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.py
%%ZOPEBASEDIR%%/lib/python/ZPublisher/Client.pyc
%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.py
%%ZOPEBASEDIR%%/lib/python/ZPublisher/Converters.pyc
%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRangeSupport.py
%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRangeSupport.pyc
%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.py
%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPRequest.pyc
%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.py
%%ZOPEBASEDIR%%/lib/python/ZPublisher/HTTPResponse.pyc
%%ZOPEBASEDIR%%/lib/python/ZPublisher/Iterators.py
%%ZOPEBASEDIR%%/lib/python/ZPublisher/Iterators.pyc
%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.py
%%ZOPEBASEDIR%%/lib/python/ZPublisher/Publish.pyc
%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.py
%%ZOPEBASEDIR%%/lib/python/ZPublisher/Request.pyc
%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.py
%%ZOPEBASEDIR%%/lib/python/ZPublisher/Response.pyc
%%ZOPEBASEDIR%%/lib/python/ZPublisher/TaintedString.py
%%ZOPEBASEDIR%%/lib/python/ZPublisher/TaintedString.pyc
%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.py
%%ZOPEBASEDIR%%/lib/python/ZPublisher/Test.pyc
%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.py
%%ZOPEBASEDIR%%/lib/python/ZPublisher/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.py
%%ZOPEBASEDIR%%/lib/python/ZPublisher/mapply.pyc
%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.py
%%ZOPEBASEDIR%%/lib/python/ZPublisher/maybe_lock.pyc
%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testBaseRequest.py
%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testBaseRequest.pyc
%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testHTTPRangeSupport.py
%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testHTTPRangeSupport.pyc
%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testHTTPRequest.py
%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testHTTPRequest.pyc
%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testHTTPResponse.py
%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testHTTPResponse.pyc
%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testPublish.py
%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testPublish.pyc
%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testTaintedString.py
%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testTaintedString.pyc
%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/test_xmlrpc.py
%%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/test_xmlrpc.pyc
%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.py
%%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/AccessLogger.py
%%ZOPEBASEDIR%%/lib/python/ZServer/AccessLogger.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/DebugLogger.py
%%ZOPEBASEDIR%%/lib/python/ZServer/DebugLogger.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/FCGIServer.py
%%ZOPEBASEDIR%%/lib/python/ZServer/FCGIServer.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/FTPRequest.py
%%ZOPEBASEDIR%%/lib/python/ZServer/FTPRequest.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/FTPResponse.py
%%ZOPEBASEDIR%%/lib/python/ZServer/FTPResponse.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/FTPServer.py
%%ZOPEBASEDIR%%/lib/python/ZServer/FTPServer.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/HTTPResponse.py
%%ZOPEBASEDIR%%/lib/python/ZServer/HTTPResponse.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/HTTPServer.py
%%ZOPEBASEDIR%%/lib/python/ZServer/HTTPServer.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/ICPServer.py
%%ZOPEBASEDIR%%/lib/python/ZServer/ICPServer.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/PCGIServer.py
%%ZOPEBASEDIR%%/lib/python/ZServer/PCGIServer.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/Producers.py
%%ZOPEBASEDIR%%/lib/python/ZServer/Producers.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/PubCore/ZEvent.py
%%ZOPEBASEDIR%%/lib/python/ZServer/PubCore/ZEvent.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/PubCore/ZRendezvous.py
%%ZOPEBASEDIR%%/lib/python/ZServer/PubCore/ZRendezvous.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/PubCore/ZServerPublisher.py
%%ZOPEBASEDIR%%/lib/python/ZServer/PubCore/ZServerPublisher.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/PubCore/__init__.py
%%ZOPEBASEDIR%%/lib/python/ZServer/PubCore/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/README.txt
%%ZOPEBASEDIR%%/lib/python/ZServer/WebDAVSrcHandler.py
%%ZOPEBASEDIR%%/lib/python/ZServer/WebDAVSrcHandler.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/__init__.py
%%ZOPEBASEDIR%%/lib/python/ZServer/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/component.xml
%%ZOPEBASEDIR%%/lib/python/ZServer/datatypes.py
%%ZOPEBASEDIR%%/lib/python/ZServer/datatypes.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/__init__.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/chat_server.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/chat_server.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/counter.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/counter.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/default_handler.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/default_handler.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/dist/license.html
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/docs/README.html
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/docs/composing_producers.gif
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/docs/data_flow.gif
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/docs/data_flow.html
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/docs/producers.gif
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/docs/proxy_notes.txt
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/event_loop.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/event_loop.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/fifo.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/fifo.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/filesys.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/filesys.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/ftp_server.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/ftp_server.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/http_bobo.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/http_bobo.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/http_date.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/http_date.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/http_server.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/http_server.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/logger.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/logger.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/m_syslog.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/m_syslog.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/medusa_gif.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/medusa_gif.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/mime_type_table.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/mime_type_table.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/monitor.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/monitor.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/monitor_client.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/monitor_client.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/monitor_client_win32.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/monitor_client_win32.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/producers.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/producers.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/put_handler.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/put_handler.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/redirecting_handler.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/redirecting_handler.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/resolver.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/resolver.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/status_handler.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/status_handler.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/test/__init__.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/test/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/test/asyn_http_bench.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/test/asyn_http_bench.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/test/max_sockets.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/test/max_sockets.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/test/test_11.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/test/test_11.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/test/test_lb.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/test/test_lb.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/test/test_medusa.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/test/test_medusa.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/test/test_single_11.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/test/test_single_11.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/test/tests.txt
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/thread/__init__.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/thread/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/thread/pi_module.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/thread/pi_module.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/thread/select_trigger.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/thread/select_trigger.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/thread/test_module.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/thread/test_module.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/thread/thread_channel.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/thread/thread_channel.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/thread/thread_handler.py
%%ZOPEBASEDIR%%/lib/python/ZServer/medusa/thread/thread_handler.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/ZServer/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/tests/test_config.py
%%ZOPEBASEDIR%%/lib/python/ZServer/tests/test_config.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/tests/test_responses.py
%%ZOPEBASEDIR%%/lib/python/ZServer/tests/test_responses.pyc
%%ZOPEBASEDIR%%/lib/python/ZServer/utils.py
%%ZOPEBASEDIR%%/lib/python/ZServer/utils.pyc
%%ZOPEBASEDIR%%/lib/python/ZTUtils/Batch.py
%%ZOPEBASEDIR%%/lib/python/ZTUtils/Batch.pyc
%%ZOPEBASEDIR%%/lib/python/ZTUtils/CHANGES.txt
%%ZOPEBASEDIR%%/lib/python/ZTUtils/HISTORY.txt
%%ZOPEBASEDIR%%/lib/python/ZTUtils/Iterator.py
%%ZOPEBASEDIR%%/lib/python/ZTUtils/Iterator.pyc
%%ZOPEBASEDIR%%/lib/python/ZTUtils/SimpleTree.py
%%ZOPEBASEDIR%%/lib/python/ZTUtils/SimpleTree.pyc
%%ZOPEBASEDIR%%/lib/python/ZTUtils/Tree.py
%%ZOPEBASEDIR%%/lib/python/ZTUtils/Tree.pyc
%%ZOPEBASEDIR%%/lib/python/ZTUtils/Zope.py
%%ZOPEBASEDIR%%/lib/python/ZTUtils/Zope.pyc
%%ZOPEBASEDIR%%/lib/python/ZTUtils/__init__.py
%%ZOPEBASEDIR%%/lib/python/ZTUtils/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/run.py
%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/run.pyc
%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testBatch.py
%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testBatch.pyc
%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testIterator.py
%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testIterator.pyc
%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testTree.py
%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testTree.pyc
%%ZOPEBASEDIR%%/lib/python/Zope/App/ClassFactory.py
%%ZOPEBASEDIR%%/lib/python/Zope/App/ClassFactory.pyc
%%ZOPEBASEDIR%%/lib/python/Zope/App/__init__.py
%%ZOPEBASEDIR%%/lib/python/Zope/App/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Zope/App/startup.py
%%ZOPEBASEDIR%%/lib/python/Zope/App/startup.pyc
%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.py
%%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.pyc
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/__init__.py
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/cmdline.py
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/cmdline.pyc
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/datatypes.py
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/datatypes.pyc
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/handlers.py
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/handlers.pyc
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/misc/TextBlockFormatter.py
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/misc/TextBlockFormatter.pyc
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/misc/__init__.py
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/misc/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/misc/lock_file.py
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/misc/lock_file.pyc
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/misc/zpasswd.py
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/misc/zpasswd.pyc
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/nt/NTService.py
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/nt/NTService.pyc
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/nt/__init__.py
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/nt/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/options.py
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/options.pyc
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/run.py
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/run.pyc
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/tests/testStarter.py
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/tests/testStarter.pyc
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/tests/test_schema.py
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/tests/test_schema.pyc
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/tests/test_warnfilter.py
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/tests/test_warnfilter.pyc
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/warnfilter.py
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/warnfilter.pyc
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/warnfilter.xml
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/zopectl.py
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/zopectl.pyc
%%ZOPEBASEDIR%%/lib/python/Zope/Startup/zopeschema.xml
%%ZOPEBASEDIR%%/lib/python/Zope/__init__.py
%%ZOPEBASEDIR%%/lib/python/Zope/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/ZopeUndo/Prefix.py
%%ZOPEBASEDIR%%/lib/python/ZopeUndo/Prefix.pyc
%%ZOPEBASEDIR%%/lib/python/ZopeUndo/__init__.py
%%ZOPEBASEDIR%%/lib/python/ZopeUndo/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/ZopeUndo/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/ZopeUndo/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/ZopeUndo/tests/testPrefix.py
%%ZOPEBASEDIR%%/lib/python/ZopeUndo/tests/testPrefix.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/__init__.py
%%ZOPEBASEDIR%%/lib/python/docutils/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/core.py
%%ZOPEBASEDIR%%/lib/python/docutils/core.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/examples.py
%%ZOPEBASEDIR%%/lib/python/docutils/examples.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/frontend.py
%%ZOPEBASEDIR%%/lib/python/docutils/frontend.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/io.py
%%ZOPEBASEDIR%%/lib/python/docutils/io.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/languages/__init__.py
%%ZOPEBASEDIR%%/lib/python/docutils/languages/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/languages/af.py
%%ZOPEBASEDIR%%/lib/python/docutils/languages/af.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/languages/cs.py
%%ZOPEBASEDIR%%/lib/python/docutils/languages/cs.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/languages/de.py
%%ZOPEBASEDIR%%/lib/python/docutils/languages/de.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/languages/en.py
%%ZOPEBASEDIR%%/lib/python/docutils/languages/en.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/languages/eo.py
%%ZOPEBASEDIR%%/lib/python/docutils/languages/eo.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/languages/es.py
%%ZOPEBASEDIR%%/lib/python/docutils/languages/es.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/languages/fi.py
%%ZOPEBASEDIR%%/lib/python/docutils/languages/fi.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/languages/fr.py
%%ZOPEBASEDIR%%/lib/python/docutils/languages/fr.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/languages/it.py
%%ZOPEBASEDIR%%/lib/python/docutils/languages/it.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/languages/pt_br.py
%%ZOPEBASEDIR%%/lib/python/docutils/languages/pt_br.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/languages/ru.py
%%ZOPEBASEDIR%%/lib/python/docutils/languages/ru.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/languages/sk.py
%%ZOPEBASEDIR%%/lib/python/docutils/languages/sk.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/languages/sv.py
%%ZOPEBASEDIR%%/lib/python/docutils/languages/sv.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/languages/zh_tw.py
%%ZOPEBASEDIR%%/lib/python/docutils/languages/zh_tw.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/nodes.py
%%ZOPEBASEDIR%%/lib/python/docutils/nodes.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/__init__.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/__init__.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/directives/__init__.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/directives/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/directives/admonitions.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/directives/admonitions.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/directives/body.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/directives/body.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/directives/html.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/directives/html.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/directives/images.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/directives/images.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/directives/misc.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/directives/misc.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/directives/parts.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/directives/parts.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/directives/references.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/directives/references.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/directives/tables.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/directives/tables.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/__init__.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/af.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/af.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/cs.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/cs.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/de.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/de.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/en.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/en.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/eo.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/eo.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/es.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/es.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/fi.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/fi.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/fr.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/fr.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/it.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/it.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/pt_br.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/pt_br.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/ru.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/ru.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/sk.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/sk.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/sv.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/sv.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/zh_tw.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages/zh_tw.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/roles.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/roles.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/roman.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/roman.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/states.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/states.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/tableparser.py
%%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/tableparser.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/readers/__init__.py
%%ZOPEBASEDIR%%/lib/python/docutils/readers/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/readers/pep.py
%%ZOPEBASEDIR%%/lib/python/docutils/readers/pep.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/readers/standalone.py
%%ZOPEBASEDIR%%/lib/python/docutils/readers/standalone.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/statemachine.py
%%ZOPEBASEDIR%%/lib/python/docutils/statemachine.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/transforms/__init__.py
%%ZOPEBASEDIR%%/lib/python/docutils/transforms/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/transforms/components.py
%%ZOPEBASEDIR%%/lib/python/docutils/transforms/components.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/transforms/frontmatter.py
%%ZOPEBASEDIR%%/lib/python/docutils/transforms/frontmatter.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/transforms/misc.py
%%ZOPEBASEDIR%%/lib/python/docutils/transforms/misc.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/transforms/parts.py
%%ZOPEBASEDIR%%/lib/python/docutils/transforms/parts.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/transforms/peps.py
%%ZOPEBASEDIR%%/lib/python/docutils/transforms/peps.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/transforms/references.py
%%ZOPEBASEDIR%%/lib/python/docutils/transforms/references.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/transforms/universal.py
%%ZOPEBASEDIR%%/lib/python/docutils/transforms/universal.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/urischemes.py
%%ZOPEBASEDIR%%/lib/python/docutils/urischemes.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/utils.py
%%ZOPEBASEDIR%%/lib/python/docutils/utils.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/writers/__init__.py
%%ZOPEBASEDIR%%/lib/python/docutils/writers/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/writers/docutils_xml.py
%%ZOPEBASEDIR%%/lib/python/docutils/writers/docutils_xml.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/writers/html4css1.py
%%ZOPEBASEDIR%%/lib/python/docutils/writers/html4css1.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/writers/latex2e.py
%%ZOPEBASEDIR%%/lib/python/docutils/writers/latex2e.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/writers/pep_html.py
%%ZOPEBASEDIR%%/lib/python/docutils/writers/pep_html.pyc
%%ZOPEBASEDIR%%/lib/python/docutils/writers/pseudoxml.py
%%ZOPEBASEDIR%%/lib/python/docutils/writers/pseudoxml.pyc
%%ZOPEBASEDIR%%/lib/python/initgroups.so
%%ZOPEBASEDIR%%/lib/python/intSet.so
%%ZOPEBASEDIR%%/lib/python/nt_svcutils/__init__.py
%%ZOPEBASEDIR%%/lib/python/nt_svcutils/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/nt_svcutils/service.py
%%ZOPEBASEDIR%%/lib/python/nt_svcutils/service.pyc
%%ZOPEBASEDIR%%/lib/python/reStructuredText/README.txt
%%ZOPEBASEDIR%%/lib/python/reStructuredText/__init__.py
%%ZOPEBASEDIR%%/lib/python/reStructuredText/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/reStructuredText/reStructuredText.txt
%%ZOPEBASEDIR%%/lib/python/reStructuredText/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/reStructuredText/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/reStructuredText/tests/testReST.py
%%ZOPEBASEDIR%%/lib/python/reStructuredText/tests/testReST.pyc
%%ZOPEBASEDIR%%/lib/python/tempstorage/TemporaryStorage.py
%%ZOPEBASEDIR%%/lib/python/tempstorage/TemporaryStorage.pyc
%%ZOPEBASEDIR%%/lib/python/tempstorage/__init__.py
%%ZOPEBASEDIR%%/lib/python/tempstorage/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/tempstorage/component.xml
%%ZOPEBASEDIR%%/lib/python/tempstorage/config.py
%%ZOPEBASEDIR%%/lib/python/tempstorage/config.pyc
%%ZOPEBASEDIR%%/lib/python/tempstorage/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/tempstorage/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/tempstorage/tests/testTemporaryStorage.py
%%ZOPEBASEDIR%%/lib/python/tempstorage/tests/testTemporaryStorage.pyc
%%ZOPEBASEDIR%%/lib/python/version.txt
%%ZOPEBASEDIR%%/lib/python/webdav/Collection.py
%%ZOPEBASEDIR%%/lib/python/webdav/Collection.pyc
%%ZOPEBASEDIR%%/lib/python/webdav/EtagSupport.py
%%ZOPEBASEDIR%%/lib/python/webdav/EtagSupport.pyc
%%ZOPEBASEDIR%%/lib/python/webdav/LockItem.py
%%ZOPEBASEDIR%%/lib/python/webdav/LockItem.pyc
%%ZOPEBASEDIR%%/lib/python/webdav/Lockable.py
%%ZOPEBASEDIR%%/lib/python/webdav/Lockable.pyc
%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.py
%%ZOPEBASEDIR%%/lib/python/webdav/NullResource.pyc
%%ZOPEBASEDIR%%/lib/python/webdav/Resource.py
%%ZOPEBASEDIR%%/lib/python/webdav/Resource.pyc
%%ZOPEBASEDIR%%/lib/python/webdav/WriteLockInterface.py
%%ZOPEBASEDIR%%/lib/python/webdav/WriteLockInterface.pyc
%%ZOPEBASEDIR%%/lib/python/webdav/__init__.py
%%ZOPEBASEDIR%%/lib/python/webdav/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/webdav/client.py
%%ZOPEBASEDIR%%/lib/python/webdav/client.pyc
%%ZOPEBASEDIR%%/lib/python/webdav/common.py
%%ZOPEBASEDIR%%/lib/python/webdav/common.pyc
%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.py
%%ZOPEBASEDIR%%/lib/python/webdav/davcmds.pyc
%%ZOPEBASEDIR%%/lib/python/webdav/dtml/locknullmain.dtml
%%ZOPEBASEDIR%%/lib/python/webdav/hookable_PUT.py
%%ZOPEBASEDIR%%/lib/python/webdav/hookable_PUT.pyc
%%ZOPEBASEDIR%%/lib/python/webdav/www/davlock.gif
%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.py
%%ZOPEBASEDIR%%/lib/python/webdav/xmltools.pyc
%%ZOPEBASEDIR%%/lib/python/zExceptions/ExceptionFormatter.py
%%ZOPEBASEDIR%%/lib/python/zExceptions/ExceptionFormatter.pyc
%%ZOPEBASEDIR%%/lib/python/zExceptions/ITracebackSupplement.py
%%ZOPEBASEDIR%%/lib/python/zExceptions/ITracebackSupplement.pyc
%%ZOPEBASEDIR%%/lib/python/zExceptions/TracebackSupplement.py
%%ZOPEBASEDIR%%/lib/python/zExceptions/TracebackSupplement.pyc
%%ZOPEBASEDIR%%/lib/python/zExceptions/__init__.py
%%ZOPEBASEDIR%%/lib/python/zExceptions/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/zExceptions/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/zExceptions/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/zExceptions/tests/testExceptionFormatter.py
%%ZOPEBASEDIR%%/lib/python/zExceptions/tests/testExceptionFormatter.pyc
%%ZOPEBASEDIR%%/lib/python/zExceptions/unauthorized.py
%%ZOPEBASEDIR%%/lib/python/zExceptions/unauthorized.pyc
%%ZOPEBASEDIR%%/lib/python/zLOG/BaseLogger.py
%%ZOPEBASEDIR%%/lib/python/zLOG/BaseLogger.pyc
%%ZOPEBASEDIR%%/lib/python/zLOG/EventLogger.py
%%ZOPEBASEDIR%%/lib/python/zLOG/EventLogger.pyc
%%ZOPEBASEDIR%%/lib/python/zLOG/LogHandlers.py
%%ZOPEBASEDIR%%/lib/python/zLOG/LogHandlers.pyc
%%ZOPEBASEDIR%%/lib/python/zLOG/__init__.py
%%ZOPEBASEDIR%%/lib/python/zLOG/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/zLOG/component.xml
%%ZOPEBASEDIR%%/lib/python/zLOG/datatypes.py
%%ZOPEBASEDIR%%/lib/python/zLOG/datatypes.pyc
%%ZOPEBASEDIR%%/lib/python/zLOG/factory.py
%%ZOPEBASEDIR%%/lib/python/zLOG/factory.pyc
%%ZOPEBASEDIR%%/lib/python/zLOG/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/zLOG/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/zLOG/tests/testzLog.py
%%ZOPEBASEDIR%%/lib/python/zLOG/tests/testzLog.pyc
%%ZOPEBASEDIR%%/lib/python/zLOG/tests/testzLogConfig.py
%%ZOPEBASEDIR%%/lib/python/zLOG/tests/testzLogConfig.pyc
%%ZOPEBASEDIR%%/lib/python/zdaemon/__init__.py
%%ZOPEBASEDIR%%/lib/python/zdaemon/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/zdaemon/component.xml
%%ZOPEBASEDIR%%/lib/python/zdaemon/sample.conf
%%ZOPEBASEDIR%%/lib/python/zdaemon/schema.xml
%%ZOPEBASEDIR%%/lib/python/zdaemon/tests/__init__.py
%%ZOPEBASEDIR%%/lib/python/zdaemon/tests/__init__.pyc
%%ZOPEBASEDIR%%/lib/python/zdaemon/tests/donothing.sh
%%ZOPEBASEDIR%%/lib/python/zdaemon/tests/nokill.py
%%ZOPEBASEDIR%%/lib/python/zdaemon/tests/nokill.pyc
%%ZOPEBASEDIR%%/lib/python/zdaemon/tests/parent.py
%%ZOPEBASEDIR%%/lib/python/zdaemon/tests/parent.pyc
%%ZOPEBASEDIR%%/lib/python/zdaemon/tests/testzdoptions.py
%%ZOPEBASEDIR%%/lib/python/zdaemon/tests/testzdoptions.pyc
%%ZOPEBASEDIR%%/lib/python/zdaemon/tests/testzdrun.py
%%ZOPEBASEDIR%%/lib/python/zdaemon/tests/testzdrun.pyc
%%ZOPEBASEDIR%%/lib/python/zdaemon/zdctl.py
%%ZOPEBASEDIR%%/lib/python/zdaemon/zdctl.pyc
%%ZOPEBASEDIR%%/lib/python/zdaemon/zdoptions.py
%%ZOPEBASEDIR%%/lib/python/zdaemon/zdoptions.pyc
%%ZOPEBASEDIR%%/lib/python/zdaemon/zdrun.py
%%ZOPEBASEDIR%%/lib/python/zdaemon/zdrun.pyc
%%ZOPEBASEDIR%%/skel/Extensions/README.txt
%%ZOPEBASEDIR%%/skel/Products/README.txt
%%ZOPEBASEDIR%%/skel/README.txt
%%ZOPEBASEDIR%%/skel/bin/runzope.bat.in
%%ZOPEBASEDIR%%/skel/bin/runzope.in
%%ZOPEBASEDIR%%/skel/bin/zopectl.in
%%ZOPEBASEDIR%%/skel/bin/zopeservice.py.in
%%ZOPEBASEDIR%%/skel/etc/zope.conf.sample.in
%%ZOPEBASEDIR%%/skel/import/README.txt
%%ZOPEBASEDIR%%/skel/log/README.txt
%%ZOPEBASEDIR%%/skel/var/README.txt
@dirrm %%ZOPEBASEDIR%%/skel/var
@dirrm %%ZOPEBASEDIR%%/skel/log
@dirrm %%ZOPEBASEDIR%%/skel/import
@dirrm %%ZOPEBASEDIR%%/skel/etc
@dirrm %%ZOPEBASEDIR%%/skel/bin
@dirrm %%ZOPEBASEDIR%%/skel/Products
@dirrm %%ZOPEBASEDIR%%/skel/Extensions
@dirrm %%ZOPEBASEDIR%%/skel
@dirrm %%ZOPEBASEDIR%%/lib/python/zdaemon/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/zdaemon
@dirrm %%ZOPEBASEDIR%%/lib/python/zLOG/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/zLOG
@dirrm %%ZOPEBASEDIR%%/lib/python/zExceptions/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/zExceptions
@dirrm %%ZOPEBASEDIR%%/lib/python/webdav/www
@dirrm %%ZOPEBASEDIR%%/lib/python/webdav/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/webdav
@dirrm %%ZOPEBASEDIR%%/lib/python/tempstorage/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/tempstorage
@dirrm %%ZOPEBASEDIR%%/lib/python/reStructuredText/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/reStructuredText
@dirrm %%ZOPEBASEDIR%%/lib/python/nt_svcutils
@dirrm %%ZOPEBASEDIR%%/lib/python/docutils/writers
@dirrm %%ZOPEBASEDIR%%/lib/python/docutils/transforms
@dirrm %%ZOPEBASEDIR%%/lib/python/docutils/readers
@dirrm %%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/languages
@dirrm %%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst/directives
@dirrm %%ZOPEBASEDIR%%/lib/python/docutils/parsers/rst
@dirrm %%ZOPEBASEDIR%%/lib/python/docutils/parsers
@dirrm %%ZOPEBASEDIR%%/lib/python/docutils/languages
@dirrm %%ZOPEBASEDIR%%/lib/python/docutils
@dirrm %%ZOPEBASEDIR%%/lib/python/ZopeUndo/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/ZopeUndo
@dirrm %%ZOPEBASEDIR%%/lib/python/Zope/Startup/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/Zope/Startup/nt
@dirrm %%ZOPEBASEDIR%%/lib/python/Zope/Startup/misc
@dirrm %%ZOPEBASEDIR%%/lib/python/Zope/Startup
@dirrm %%ZOPEBASEDIR%%/lib/python/Zope/App
@dirrm %%ZOPEBASEDIR%%/lib/python/Zope
@dirrm %%ZOPEBASEDIR%%/lib/python/ZTUtils/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/ZTUtils
@dirrm %%ZOPEBASEDIR%%/lib/python/ZServer/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/ZServer/medusa/thread
@dirrm %%ZOPEBASEDIR%%/lib/python/ZServer/medusa/test
@dirrm %%ZOPEBASEDIR%%/lib/python/ZServer/medusa/docs
@dirrm %%ZOPEBASEDIR%%/lib/python/ZServer/medusa/dist
@dirrm %%ZOPEBASEDIR%%/lib/python/ZServer/medusa
@dirrm %%ZOPEBASEDIR%%/lib/python/ZServer/PubCore
@dirrm %%ZOPEBASEDIR%%/lib/python/ZServer
@dirrm %%ZOPEBASEDIR%%/lib/python/ZPublisher/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/ZPublisher
@dirrm %%ZOPEBASEDIR%%/lib/python/ZODB/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/ZODB
@dirrm %%ZOPEBASEDIR%%/lib/python/ZEO/zrpc
@dirrm %%ZOPEBASEDIR%%/lib/python/ZEO/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/ZEO/auth
@dirrm %%ZOPEBASEDIR%%/lib/python/ZEO
@dirrm %%ZOPEBASEDIR%%/lib/python/ZConfig/tests/library/widget
@dirrm %%ZOPEBASEDIR%%/lib/python/ZConfig/tests/library/thing/extras
@dirrm %%ZOPEBASEDIR%%/lib/python/ZConfig/tests/library/thing
@dirrm %%ZOPEBASEDIR%%/lib/python/ZConfig/tests/library
@dirrm %%ZOPEBASEDIR%%/lib/python/ZConfig/tests/input
@dirrm %%ZOPEBASEDIR%%/lib/python/ZConfig/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/ZConfig/scripts
@dirrm %%ZOPEBASEDIR%%/lib/python/ZConfig
@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses
@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay/www
@dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay
@dirrm %%ZOPEBASEDIR%%/lib/python/ThreadedAsync
@dirrm %%ZOPEBASEDIR%%/lib/python/Testing/var
@dirrm %%ZOPEBASEDIR%%/lib/python/Testing
@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/tests/output
@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/tests/input
@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/benchmark
@dirrm %%ZOPEBASEDIR%%/lib/python/TAL
@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions
@dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText
@dirrm %%ZOPEBASEDIR%%/lib/python/Signals
@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml/pyexpat
@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/xml
@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/www
@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB
@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC/Scripts
@dirrm %%ZOPEBASEDIR%%/lib/python/Shared/DC
@dirrm %%ZOPEBASEDIR%%/lib/python/Shared
@dirrm %%ZOPEBASEDIR%%/lib/python/SearchIndex/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/SearchIndex
@dirrm %%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/RestrictedPython
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/help
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZSQLMethods
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZReST/www
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZReST/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZReST
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZODBMountPoint/www
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZODBMountPoint/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZODBMountPoint
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/icons
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/gadfly
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZGadflyDA
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/www
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/www
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/help
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCTextIndex
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/www
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/help
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/www
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/help
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/help
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog/www
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteErrorLog
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/www
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/help
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/Extensions
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/www
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/stresstests
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/help
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Extensions
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/www
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/help
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/help
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TopicIndex
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/help
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/help
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/help
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/help
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateRangeIndex
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/DateIndex
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/examples
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/images
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/www
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/help
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MailHost
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/MIMETools
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/www
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests/Extensions
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/help
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod
@dirrm %%ZOPEBASEDIR%%/lib/python/Products
@dirrm %%ZOPEBASEDIR%%/lib/python/Persistence
@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/www
@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/standard
@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/OFS
@dirrm %%ZOPEBASEDIR%%/lib/python/Interface/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/Interface/Common/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/Interface/Common
@dirrm %%ZOPEBASEDIR%%/lib/python/Interface
@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys/images
@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/HelpSys
@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence
@dirrm %%ZOPEBASEDIR%%/lib/python/DocumentTemplate
@dirrm %%ZOPEBASEDIR%%/lib/python/DateTime/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/DateTime
@dirrm %%ZOPEBASEDIR%%/lib/python/DBTab
@dirrm %%ZOPEBASEDIR%%/lib/python/BTrees/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/BTrees
@dirrm %%ZOPEBASEDIR%%/lib/python/BDBStorage/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/BDBStorage
@dirrm %%ZOPEBASEDIR%%/lib/python/App/www
@dirrm %%ZOPEBASEDIR%%/lib/python/App/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/App/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/App
@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/www
@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/public_module/submodule
@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/public_module
@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/private_module/submodule
@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/private_module
@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module/submodule
@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/mixed_module
@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests
@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite
@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/dtml
@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl
@dirrm %%ZOPEBASEDIR%%/lib/python
@dirrm %%ZOPEBASEDIR%%/lib
@dirrm %%ZOPEBASEDIR%%/import
@dirrm %%ZOPEBASEDIR%%/doc/zconfig
@dirrm %%ZOPEBASEDIR%%/doc
@dirrm %%ZOPEBASEDIR%%/bin
@dirrm %%ZOPEBASEDIR%%/Products
@dirrm %%ZOPEBASEDIR%%