summaryrefslogtreecommitdiff
path: root/www/pyjamas/pkg-plist
blob: ce83f8d55838dd04bc18e1f2deb0698e7000b9fd (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
bin/pyjsbuild
bin/pyjscompile
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyjs/__init__.py
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyjs/__init__.pyc
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyjs/__init__.pyo
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyjs/build.py
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyjs/build.pyc
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyjs/build.pyo
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyjs/pyjs.py
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyjs/pyjs.pyc
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyjs/pyjs.pyo
%%PORTDOCS%%%%DOCSDIR%%/getting_started.html
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/img/UIClassHierarchy.png
%%PORTDOCS%%%%DOCSDIR%%/img/num1.png
%%PORTDOCS%%%%DOCSDIR%%/img/num2.png
%%PORTDOCS%%%%DOCSDIR%%/img/num3.png
%%PORTDOCS%%%%DOCSDIR%%/img/num4.png
%%PORTDOCS%%%%DOCSDIR%%/img/overview.png
%%PORTDOCS%%%%DOCSDIR%%/uiHierarchy.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/AddonsGallery.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/AddonsGallery.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/AddonsGallery.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/AutoCompleteTab.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/AutoCompleteTab.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/AutoCompleteTab.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/CanvasTab.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/CanvasTab.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/CanvasTab.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/IntroTab.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/IntroTab.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/IntroTab.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/Sink.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/Sink.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/Sink.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/SinkList.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/SinkList.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/SinkList.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/TooltipTab.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/TooltipTab.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/TooltipTab.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/build.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/public/AddonsGallery.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/public/AddonsGallery.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/public/excanvas.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/public/images/earth.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/public/images/moon.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/public/images/num1.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/public/images/num2.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/public/images/sun.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/public/images/wallpaper.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ajaxlibtest/AjaxTest.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ajaxlibtest/AjaxTest.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ajaxlibtest/AjaxTest.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ajaxlibtest/build.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ajaxlibtest/public/AjaxTest.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ajaxlibtest/public/test.cache.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/BrowserDetect.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/BrowserDetect.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/BrowserDetect.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/BrowserDetect.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/build.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectIE6.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectIE6.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectIE6.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectMozilla.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectMozilla.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectMozilla.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectOldMoz.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectOldMoz.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectOldMoz.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectOpera.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectOpera.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectOpera.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectSafari.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectSafari.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectSafari.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/buildall.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/controls/ControlDemo.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/controls/ControlDemo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/controls/ControlDemo.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/controls/ControlDemo.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/controls/build.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/DayFilterWidget.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/DayFilterWidget.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/DayFilterWidget.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/DynaTable.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/DynaTable.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/DynaTable.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/DynaTableWidget.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/DynaTableWidget.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/DynaTableWidget.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/Person.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/Person.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/Person.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/Professor.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/Professor.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/Professor.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/Schedule.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/Schedule.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/Schedule.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/SchoolCalendarService.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/SchoolCalendarService.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/SchoolCalendarService.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/SchoolCalendarWidget.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/SchoolCalendarWidget.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/SchoolCalendarWidget.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/Student.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/Student.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/Student.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/TimeSlot.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/TimeSlot.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/TimeSlot.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/build.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/DynaTable.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/DynaTable.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/SchoolCalendarService.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/JSON.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/copying.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/httpwrap.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/jsolait/init.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/jsolait/lib/codecs.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/jsolait/lib/crypto.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/jsolait/lib/iter.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/jsolait/lib/jsonrpc.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/jsolait/lib/lang.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/jsolait/lib/urllib.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/jsolait/lib/xml.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/jsolait/lib/xmlrpc.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/jsolait/missingmixin.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/phpolait.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/rpcproxy.php4
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/rpcproxy.php5
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/rpcproxy_call_method.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/rpcproxy_constructor.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/testjsonservice.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/testjsonservice.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/testjsonservice.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/formpanel/FormPanelExample.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/formpanel/FormPanelExample.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/formpanel/FormPanelExample.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/formpanel/FormPanelExample.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/formpanel/build.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/getattr/MainTest.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/getattr/MainTest.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/getattr/MainTest.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/getattr/MainTest.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/getattr/build.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gridedit/GridEdit.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gridedit/GridEdit.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gridedit/GridEdit.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gridedit/GridEdit.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gridedit/build.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gridtest/GridTest.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gridtest/GridTest.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gridtest/GridTest.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gridtest/GridTest.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gridtest/build.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/helloworld/Hello.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/helloworld/Hello.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/helloworld/Hello.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/helloworld/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/helloworld/build.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/helloworld/public/Hello.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/InfoDirectory.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/InfoDirectory.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/InfoDirectory.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/Trees.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/Trees.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/Trees.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/build.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/InfoDirectory.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/InfoDirectory.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/images/cancel.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/images/hborder.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/images/vborder.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/EchoService.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/EchoService.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/EchoService.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/data/dataset1/001.text1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/data/dataset1/002.data1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/data/dataset1/004.data2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/data/dataset2/data4.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/data/dataset2/test1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/data/dataset2/test2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/data/dataset3/test1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/__init__.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/__init__.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/__init__.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/apacheServiceHandler.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/apacheServiceHandler.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/apacheServiceHandler.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/cgihandler.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/cgihandler.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/cgihandler.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/errors.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/errors.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/errors.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/http.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/http.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/http.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/proxy.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/proxy.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/proxy.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/socketserver.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/socketserver.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/socketserver.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/structure/info2/Test1
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/structure/test2/test3/Test1
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/splitPanelThumb.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/TestDict.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/TestDict.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/TestDict.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/TestRect.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/TestRect.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/TestRect.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/build.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/horribletest.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/horribletest.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/horribletest.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/jsdicttest.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/jsrecttest.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/public/TestDict.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/public/TestRect.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/JSONRPCExample.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/JSONRPCExample.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/JSONRPCExample.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/build.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/JSONRPCExample.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/EchoService.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/EchoService.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/EchoService.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/EchoService.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/__init__.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/__init__.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/__init__.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/apacheServiceHandler.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/apacheServiceHandler.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/apacheServiceHandler.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/cgihandler.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/cgihandler.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/cgihandler.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/errors.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/errors.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/errors.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/http.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/http.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/http.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/proxy.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/proxy.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/proxy.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/socketserver.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/socketserver.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/socketserver.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/JSON.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/copying.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/httpwrap.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/jsolait/init.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/jsolait/lib/codecs.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/jsolait/lib/crypto.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/jsolait/lib/iter.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/jsolait/lib/jsonrpc.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/jsolait/lib/lang.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/jsolait/lib/urllib.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/jsolait/lib/xml.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/jsolait/lib/xmlrpc.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/jsolait/missingmixin.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/phpolait.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/rpcproxy.php4
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/rpcproxy.php5
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/rpcproxy_call_method.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/rpcproxy_constructor.php
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/__init__.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/__init__.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/__init__.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/decoder.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/decoder.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/decoder.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/encoder.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/encoder.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/encoder.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/jsonfilter.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/jsonfilter.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/jsonfilter.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/scanner.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/scanner.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/scanner.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Buttons.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Buttons.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Buttons.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Frames.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Frames.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Frames.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Images.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Images.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Images.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Info.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Info.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Info.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/KitchenSink.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/KitchenSink.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/KitchenSink.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Layouts.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Layouts.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Layouts.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Lists.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Lists.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Lists.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Logger.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Logger.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Logger.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Menus.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Menus.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Menus.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Popups.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Popups.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Popups.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Sink.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Sink.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Sink.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/SinkList.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/SinkList.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/SinkList.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Tables.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Tables.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Tables.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Tabs.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Tabs.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Tabs.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Text.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Text.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Text.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Trees.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Trees.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Trees.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/build.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/KitchenSink.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/KitchenSink.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/images/blanksearching.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/images/searching.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/JohannesElison.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/JohannesElison.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/LaMarcheNocturne.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/LaMarcheNocturne.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/SelfPortrait1628.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/SelfPortrait1628.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/SelfPortrait1640.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/SelfPortrait1640.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/TheArtistInHisStudio.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/TheArtistInHisStudio.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/TheReturnOfTheProdigalSon.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/TheReturnOfTheProdigalSon.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/back.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/forward.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/rembrandt.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/ArgsTest.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/ArgsTest.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/ArgsTest.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/AttributeTest.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/AttributeTest.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/AttributeTest.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/BoolTest.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/BoolTest.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/BoolTest.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/ClassTest.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/ClassTest.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/ClassTest.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/DictTest.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/DictTest.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/DictTest.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/ExceptionTest.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/ExceptionTest.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/ExceptionTest.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/FunctionTest.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/FunctionTest.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/FunctionTest.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/LibTest.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/LibTest.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/LibTest.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/LibTest.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/ListTest.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/ListTest.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/ListTest.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/NameTest.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/NameTest.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/NameTest.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/SetTest.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/SetTest.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/SetTest.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/StringTest.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/StringTest.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/StringTest.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/UnitTest.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/UnitTest.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/UnitTest.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/VarsTest.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/VarsTest.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/VarsTest.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/build.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/foo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/foo.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/foo.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/write.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/write.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/write.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/AboutDialog.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/AboutDialog.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/AboutDialog.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Contacts.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Contacts.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Contacts.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Logger.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Logger.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Logger.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Mail.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Mail.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Mail.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/MailDetail.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/MailDetail.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/MailDetail.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/MailItem.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/MailItem.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/MailItem.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/MailItems.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/MailItems.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/MailItems.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/MailList.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/MailList.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/MailList.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Mailboxes.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Mailboxes.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Mailboxes.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Shortcuts.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Shortcuts.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Shortcuts.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Tasks.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Tasks.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Tasks.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/TopPanel.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/TopPanel.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/TopPanel.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/build.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/Mail.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/Mail.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/contactsgroup.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/default_photo.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/drafts.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/gradient.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/home.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/inbox.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/leftCorner.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/mailgroup.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/rightCorner.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/sent.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/tasksgroup.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/templates.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/trash.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/onclicktest/OnClickTest.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/onclicktest/OnClickTest.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/onclicktest/OnClickTest.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/onclicktest/OnClickTest.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/onclicktest/build.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scoping/Foo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scoping/Foo.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scoping/Foo.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scoping/Scope.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scoping/Scope.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scoping/Scope.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scoping/Scope.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scoping/build.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/README.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/compile.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/compile.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/compile.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/pyColourize.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/pyColourize.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/pyColourize.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/Showcase.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/Showcase.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/Showcase.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/absolutePanel.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/absolutePanel.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/absolutePanel.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/captionPanel.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/captionPanel.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/captionPanel.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/dialogBox.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/dialogBox.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/dialogBox.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/dockPanel.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/dockPanel.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/dockPanel.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/flexTable.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/flexTable.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/flexTable.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/flowPanel.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/flowPanel.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/flowPanel.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/formPanel.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/formPanel.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/formPanel.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/grid.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/grid.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/grid.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/horizontalPanel.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/horizontalPanel.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/horizontalPanel.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/htmlPanel.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/htmlPanel.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/htmlPanel.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/popupPanel.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/popupPanel.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/popupPanel.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/scrollPanel.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/scrollPanel.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/scrollPanel.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/stackPanel.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/stackPanel.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/stackPanel.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/tabPanel.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/tabPanel.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/tabPanel.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/verticalPanel.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/verticalPanel.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/verticalPanel.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/button.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/button.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/button.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/checkBox.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/checkBox.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/checkBox.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/fileUpload.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/fileUpload.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/fileUpload.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/frame.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/frame.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/frame.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/hidden.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/hidden.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/hidden.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/html.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/html.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/html.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/hyperlink.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/hyperlink.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/hyperlink.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/image.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/image.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/image.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/label.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/label.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/label.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/listBox.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/listBox.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/listBox.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/menubar.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/menubar.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/menubar.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/namedFrame.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/namedFrame.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/namedFrame.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/passwordTextBox.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/passwordTextBox.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/passwordTextBox.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/radioButton.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/radioButton.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/radioButton.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/textArea.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/textArea.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/textArea.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/textBox.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/textBox.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/textBox.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/tree.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/tree.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/tree.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/public/Showcase.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/public/Showcase.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/public/images/myImage.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/uiHelpers.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/uiHelpers.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/uiHelpers.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/README.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/Sink.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/Sink.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/Sink.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/SinkList.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/SinkList.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/SinkList.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/Slide.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/Slide.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/Slide.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/SlideLoader.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/SlideLoader.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/SlideLoader.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/Slideshow.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/Slideshow.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/Slideshow.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/build.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/Slideshow.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/Slideshow.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/alternatives.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/compiler_tech.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/cool_stuff.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/demo_sites.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/demonstrations.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/documentation.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/dom_modelling.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/frameworks.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/future.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/hello_world.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/introduction.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/misconceptions.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/pygtk2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/pyjamas.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/pyqt4.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/python_kde.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/reverse_tech.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/slides.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/webkit.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/what_is_it.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/what_is_pyjd.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/what_is_pyjw.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/whats_in_it.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/xulrunner.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/splitpanel/SplitPanel.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/splitpanel/SplitPanel.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/splitpanel/SplitPanel.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/splitpanel/build.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/splitpanel/public/SplitPanel.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/splitpanel/public/SplitPanel.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/splitpanel/public/images/hborder.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/splitpanel/public/images/vborder.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/splitpanel/public/splitPanelThumb.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/Tabs.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/Tabs.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/Tabs.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/build.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/Tabs.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/Tabs.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/blue_arrow.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/blue_arrow_top2_left.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/blue_arrow_top2_mid.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/blue_arrow_top2_middle.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/blue_arrow_top2_right.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/blue_arrow_top_left.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/blue_arrow_top_middle.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/blue_arrow_top_right.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/bottom_left.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/bottom_right.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/corner_dialog_bottomleft.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/corner_dialog_bottomleft_black.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/corner_dialog_bottomright.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/corner_dialog_bottomright_black.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/corner_dialog_edge.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/corner_dialog_edge_black.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/corner_dialog_topleft.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/corner_dialog_topleft_black.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/corner_dialog_topright.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/corner_dialog_topright_black.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/green_arrow_top_left.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/green_bubble_top_left.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/green_top_right copy.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/green_top_right.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/panel_bottom_left.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/panel_bottom_middle.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/panel_bottom_right.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/panel_middle_left.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/panel_middle_middle.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/panel_middle_right.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/user_gray.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/user_green.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/user_orange.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/user_red.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/user_suit.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/JohannesElison.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/JohannesElison.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/LaMarcheNocturne.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/LaMarcheNocturne.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/SelfPortrait1628.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/SelfPortrait1628.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/SelfPortrait1640.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/SelfPortrait1640.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/TheArtistInHisStudio.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/TheArtistInHisStudio.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/TheReturnOfTheProdigalSon.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/TheReturnOfTheProdigalSon.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/back.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/forward.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/rembrandt.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/Widgets.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/Widgets.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/Widgets.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/Widgets.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/build.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/public/Widgets.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/public/images/Clock.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/public/images/chrome_clock.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmldoc/XMLload.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmldoc/XMLload.pyc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmldoc/XMLload.pyo
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmldoc/build.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmldoc/public/XMLload.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmldoc/public/contacts.xml
%%DATADIR%%/addons/AutoComplete.py
%%DATADIR%%/addons/AutoComplete.pyc
%%DATADIR%%/addons/AutoComplete.pyo
%%DATADIR%%/addons/BoundMethod.py
%%DATADIR%%/addons/BoundMethod.pyc
%%DATADIR%%/addons/BoundMethod.pyo
%%DATADIR%%/addons/Canvas.py
%%DATADIR%%/addons/Canvas.pyc
%%DATADIR%%/addons/Canvas.pyo
%%DATADIR%%/addons/CountryListBox.py
%%DATADIR%%/addons/CountryListBox.pyc
%%DATADIR%%/addons/CountryListBox.pyo
%%DATADIR%%/addons/EventDelegate.py
%%DATADIR%%/addons/EventDelegate.pyc
%%DATADIR%%/addons/EventDelegate.pyo
%%DATADIR%%/addons/RichTextEditor.py
%%DATADIR%%/addons/RichTextEditor.pyc
%%DATADIR%%/addons/RichTextEditor.pyo
%%DATADIR%%/addons/TemplatePanel.py
%%DATADIR%%/addons/TemplatePanel.pyc
%%DATADIR%%/addons/TemplatePanel.pyo
%%DATADIR%%/addons/Tooltip.py
%%DATADIR%%/addons/Tooltip.pyc
%%DATADIR%%/addons/Tooltip.pyo
%%DATADIR%%/builder/boilerplate/all.cache.html
%%DATADIR%%/builder/boilerplate/app.html
%%DATADIR%%/builder/boilerplate/corner_dialog_bottomleft.png
%%DATADIR%%/builder/boilerplate/corner_dialog_bottomleft_black.png
%%DATADIR%%/builder/boilerplate/corner_dialog_bottomright.png
%%DATADIR%%/builder/boilerplate/corner_dialog_bottomright_black.png
%%DATADIR%%/builder/boilerplate/corner_dialog_edge.png
%%DATADIR%%/builder/boilerplate/corner_dialog_edge_black.png
%%DATADIR%%/builder/boilerplate/corner_dialog_topleft.png
%%DATADIR%%/builder/boilerplate/corner_dialog_topleft_black.png
%%DATADIR%%/builder/boilerplate/corner_dialog_topright.png
%%DATADIR%%/builder/boilerplate/corner_dialog_topright_black.png
%%DATADIR%%/builder/boilerplate/history.html
%%DATADIR%%/builder/boilerplate/home.nocache.html
%%DATADIR%%/builder/boilerplate/index.html
%%DATADIR%%/builder/boilerplate/mod.cache.html
%%DATADIR%%/builder/boilerplate/pygwt.js
%%DATADIR%%/builder/boilerplate/tree_closed.gif
%%DATADIR%%/builder/boilerplate/tree_open.gif
%%DATADIR%%/builder/boilerplate/tree_white.gif
%%DATADIR%%/library/Cookies.py
%%DATADIR%%/library/Cookies.pyc
%%DATADIR%%/library/Cookies.pyo
%%DATADIR%%/library/DOM.py
%%DATADIR%%/library/DOM.pyc
%%DATADIR%%/library/DOM.pyo
%%DATADIR%%/library/DeferredCommand.py
%%DATADIR%%/library/DeferredCommand.pyc
%%DATADIR%%/library/DeferredCommand.pyo
%%DATADIR%%/library/HTTPRequest.py
%%DATADIR%%/library/HTTPRequest.pyc
%%DATADIR%%/library/HTTPRequest.pyo
%%DATADIR%%/library/History.py
%%DATADIR%%/library/History.pyc
%%DATADIR%%/library/History.pyo
%%DATADIR%%/library/JSONParser.py
%%DATADIR%%/library/JSONParser.pyc
%%DATADIR%%/library/JSONParser.pyo
%%DATADIR%%/library/JSONService.py
%%DATADIR%%/library/JSONService.pyc
%%DATADIR%%/library/JSONService.pyo
%%DATADIR%%/library/Location.py
%%DATADIR%%/library/Location.pyc
%%DATADIR%%/library/Location.pyo
%%DATADIR%%/library/PyExternalMod.py
%%DATADIR%%/library/PyExternalMod.pyc
%%DATADIR%%/library/PyExternalMod.pyo
%%DATADIR%%/library/Timer.py
%%DATADIR%%/library/Timer.pyc
%%DATADIR%%/library/Timer.pyo
%%DATADIR%%/library/Window.py
%%DATADIR%%/library/Window.pyc
%%DATADIR%%/library/Window.pyo
%%DATADIR%%/library/__pyjamas__.py
%%DATADIR%%/library/__pyjamas__.pyc
%%DATADIR%%/library/__pyjamas__.pyo
%%DATADIR%%/library/_pyjs.js
%%DATADIR%%/library/browser.py
%%DATADIR%%/library/browser.pyc
%%DATADIR%%/library/browser.pyo
%%DATADIR%%/library/builtins/math.py
%%DATADIR%%/library/builtins/math.pyc
%%DATADIR%%/library/builtins/math.pyo
%%DATADIR%%/library/builtins/sets.py
%%DATADIR%%/library/builtins/sets.pyc
%%DATADIR%%/library/builtins/sets.pyo
%%DATADIR%%/library/datetime.py
%%DATADIR%%/library/datetime.pyc
%%DATADIR%%/library/datetime.pyo
%%DATADIR%%/library/dynamicajax.js
%%DATADIR%%/library/gdk.py
%%DATADIR%%/library/gdk.pyc
%%DATADIR%%/library/gdk.pyo
%%DATADIR%%/library/gtk.py
%%DATADIR%%/library/gtk.pyc
%%DATADIR%%/library/gtk.pyo
%%DATADIR%%/library/loader.py
%%DATADIR%%/library/loader.pyc
%%DATADIR%%/library/loader.pyo
%%DATADIR%%/library/platform/DOMIE6.py
%%DATADIR%%/library/platform/DOMIE6.pyc
%%DATADIR%%/library/platform/DOMIE6.pyo
%%DATADIR%%/library/platform/DOMMozilla.py
%%DATADIR%%/library/platform/DOMMozilla.pyc
%%DATADIR%%/library/platform/DOMMozilla.pyo
%%DATADIR%%/library/platform/DOMOldMoz.py
%%DATADIR%%/library/platform/DOMOldMoz.pyc
%%DATADIR%%/library/platform/DOMOldMoz.pyo
%%DATADIR%%/library/platform/DOMOpera.py
%%DATADIR%%/library/platform/DOMOpera.pyc
%%DATADIR%%/library/platform/DOMOpera.pyo
%%DATADIR%%/library/platform/DOMSafari.py
%%DATADIR%%/library/platform/DOMSafari.pyc
%%DATADIR%%/library/platform/DOMSafari.pyo
%%DATADIR%%/library/platform/HTTPRequestIE6.py
%%DATADIR%%/library/platform/HTTPRequestIE6.pyc
%%DATADIR%%/library/platform/HTTPRequestIE6.pyo
%%DATADIR%%/library/platform/HistoryIE6.py
%%DATADIR%%/library/platform/HistoryIE6.pyc
%%DATADIR%%/library/platform/HistoryIE6.pyo
%%DATADIR%%/library/platform/HistorySafari.py
%%DATADIR%%/library/platform/HistorySafari.pyc
%%DATADIR%%/library/platform/HistorySafari.pyo
%%DATADIR%%/library/platform/LocationIE6.py
%%DATADIR%%/library/platform/LocationIE6.pyc
%%DATADIR%%/library/platform/LocationIE6.pyo
%%DATADIR%%/library/platform/LocationOpera.py
%%DATADIR%%/library/platform/LocationOpera.pyc
%%DATADIR%%/library/platform/LocationOpera.pyo
%%DATADIR%%/library/platform/pyjslibMozilla.py
%%DATADIR%%/library/platform/pyjslibMozilla.pyc
%%DATADIR%%/library/platform/pyjslibMozilla.pyo
%%DATADIR%%/library/platform/pyjslibPyV8.py
%%DATADIR%%/library/platform/pyjslibPyV8.pyc
%%DATADIR%%/library/platform/pyjslibPyV8.pyo
%%DATADIR%%/library/pygtk.py
%%DATADIR%%/library/pygtk.pyc
%%DATADIR%%/library/pygtk.pyo
%%DATADIR%%/library/pygwt.py
%%DATADIR%%/library/pygwt.pyc
%%DATADIR%%/library/pygwt.pyo
%%DATADIR%%/library/pyjamas.py
%%DATADIR%%/library/pyjamas.pyc
%%DATADIR%%/library/pyjamas.pyo
%%DATADIR%%/library/pyjamas/__init__.py
%%DATADIR%%/library/pyjamas/__init__.pyc
%%DATADIR%%/library/pyjamas/__init__.pyo
%%DATADIR%%/library/pyjslib.py
%%DATADIR%%/library/pyjslib.pyc
%%DATADIR%%/library/pyjslib.pyo
%%DATADIR%%/library/sprintf.js
%%DATADIR%%/library/sys.py
%%DATADIR%%/library/sys.pyc
%%DATADIR%%/library/sys.pyo
%%DATADIR%%/library/ui/AbsolutePanel.py
%%DATADIR%%/library/ui/AbsolutePanel.pyc
%%DATADIR%%/library/ui/AbsolutePanel.pyo
%%DATADIR%%/library/ui/Button.py
%%DATADIR%%/library/ui/Button.pyc
%%DATADIR%%/library/ui/Button.pyo
%%DATADIR%%/library/ui/ButtonBase.py
%%DATADIR%%/library/ui/ButtonBase.pyc
%%DATADIR%%/library/ui/ButtonBase.pyo
%%DATADIR%%/library/ui/CaptionPanel.py
%%DATADIR%%/library/ui/CaptionPanel.pyc
%%DATADIR%%/library/ui/CaptionPanel.pyo
%%DATADIR%%/library/ui/CellFormatter.py
%%DATADIR%%/library/ui/CellFormatter.pyc
%%DATADIR%%/library/ui/CellFormatter.pyo
%%DATADIR%%/library/ui/CellPanel.py
%%DATADIR%%/library/ui/CellPanel.pyc
%%DATADIR%%/library/ui/CellPanel.pyo
%%DATADIR%%/library/ui/CheckBox.py
%%DATADIR%%/library/ui/CheckBox.pyc
%%DATADIR%%/library/ui/CheckBox.pyo
%%DATADIR%%/library/ui/ClickDelegatePanel.py
%%DATADIR%%/library/ui/ClickDelegatePanel.pyc
%%DATADIR%%/library/ui/ClickDelegatePanel.pyo
%%DATADIR%%/library/ui/ClickableHeader.py
%%DATADIR%%/library/ui/ClickableHeader.pyc
%%DATADIR%%/library/ui/ClickableHeader.pyo
%%DATADIR%%/library/ui/ComplexPanel.py
%%DATADIR%%/library/ui/ComplexPanel.pyc
%%DATADIR%%/library/ui/ComplexPanel.pyo
%%DATADIR%%/library/ui/Composite.py
%%DATADIR%%/library/ui/Composite.pyc
%%DATADIR%%/library/ui/Composite.pyo
%%DATADIR%%/library/ui/Controls.py
%%DATADIR%%/library/ui/Controls.pyc
%%DATADIR%%/library/ui/Controls.pyo
%%DATADIR%%/library/ui/DeckPanel.py
%%DATADIR%%/library/ui/DeckPanel.pyc
%%DATADIR%%/library/ui/DeckPanel.pyo
%%DATADIR%%/library/ui/DefaultHeader.py
%%DATADIR%%/library/ui/DefaultHeader.pyc
%%DATADIR%%/library/ui/DefaultHeader.pyo
%%DATADIR%%/library/ui/DialogBox.py
%%DATADIR%%/library/ui/DialogBox.pyc
%%DATADIR%%/library/ui/DialogBox.pyo
%%DATADIR%%/library/ui/DisclosurePanel.py
%%DATADIR%%/library/ui/DisclosurePanel.pyc
%%DATADIR%%/library/ui/DisclosurePanel.pyo
%%DATADIR%%/library/ui/DockPanel.py
%%DATADIR%%/library/ui/DockPanel.pyc
%%DATADIR%%/library/ui/DockPanel.pyo
%%DATADIR%%/library/ui/Event.py
%%DATADIR%%/library/ui/Event.pyc
%%DATADIR%%/library/ui/Event.pyo
%%DATADIR%%/library/ui/EventObject.py
%%DATADIR%%/library/ui/EventObject.pyc
%%DATADIR%%/library/ui/EventObject.pyo
%%DATADIR%%/library/ui/FileUpload.py
%%DATADIR%%/library/ui/FileUpload.pyc
%%DATADIR%%/library/ui/FileUpload.pyo
%%DATADIR%%/library/ui/FlexCellFormatter.py
%%DATADIR%%/library/ui/FlexCellFormatter.pyc
%%DATADIR%%/library/ui/FlexCellFormatter.pyo
%%DATADIR%%/library/ui/FlexTable.py
%%DATADIR%%/library/ui/FlexTable.pyc
%%DATADIR%%/library/ui/FlexTable.pyo
%%DATADIR%%/library/ui/FlowPanel.py
%%DATADIR%%/library/ui/FlowPanel.pyc
%%DATADIR%%/library/ui/FlowPanel.pyo
%%DATADIR%%/library/ui/Focus.py
%%DATADIR%%/library/ui/Focus.pyc
%%DATADIR%%/library/ui/Focus.pyo
%%DATADIR%%/library/ui/FocusListener.py
%%DATADIR%%/library/ui/FocusListener.pyc
%%DATADIR%%/library/ui/FocusListener.pyo
%%DATADIR%%/library/ui/FocusPanel.py
%%DATADIR%%/library/ui/FocusPanel.pyc
%%DATADIR%%/library/ui/FocusPanel.pyo
%%DATADIR%%/library/ui/FocusWidget.py
%%DATADIR%%/library/ui/FocusWidget.pyc
%%DATADIR%%/library/ui/FocusWidget.pyo
%%DATADIR%%/library/ui/FormPanel.py
%%DATADIR%%/library/ui/FormPanel.pyc
%%DATADIR%%/library/ui/FormPanel.pyo
%%DATADIR%%/library/ui/Frame.py
%%DATADIR%%/library/ui/Frame.pyc
%%DATADIR%%/library/ui/Frame.pyo
%%DATADIR%%/library/ui/Grid.py
%%DATADIR%%/library/ui/Grid.pyc
%%DATADIR%%/library/ui/Grid.pyo
%%DATADIR%%/library/ui/HTML.py
%%DATADIR%%/library/ui/HTML.pyc
%%DATADIR%%/library/ui/HTML.pyo
%%DATADIR%%/library/ui/HTMLPanel.py
%%DATADIR%%/library/ui/HTMLPanel.pyc
%%DATADIR%%/library/ui/HTMLPanel.pyo
%%DATADIR%%/library/ui/HTMLTable.py
%%DATADIR%%/library/ui/HTMLTable.pyc
%%DATADIR%%/library/ui/HTMLTable.pyo
%%DATADIR%%/library/ui/Hidden.py
%%DATADIR%%/library/ui/Hidden.pyc
%%DATADIR%%/library/ui/Hidden.pyo
%%DATADIR%%/library/ui/HorizontalPanel.py
%%DATADIR%%/library/ui/HorizontalPanel.pyc
%%DATADIR%%/library/ui/HorizontalPanel.pyo
%%DATADIR%%/library/ui/Hyperlink.py
%%DATADIR%%/library/ui/Hyperlink.pyc
%%DATADIR%%/library/ui/Hyperlink.pyo
%%DATADIR%%/library/ui/Image.py
%%DATADIR%%/library/ui/Image.pyc
%%DATADIR%%/library/ui/Image.pyo
%%DATADIR%%/library/ui/KeyboardListener.py
%%DATADIR%%/library/ui/KeyboardListener.pyc
%%DATADIR%%/library/ui/KeyboardListener.pyo
%%DATADIR%%/library/ui/Label.py
%%DATADIR%%/library/ui/Label.pyc
%%DATADIR%%/library/ui/Label.pyo
%%DATADIR%%/library/ui/ListBox.py
%%DATADIR%%/library/ui/ListBox.pyc
%%DATADIR%%/library/ui/ListBox.pyo
%%DATADIR%%/library/ui/MenuBar.py
%%DATADIR%%/library/ui/MenuBar.pyc
%%DATADIR%%/library/ui/MenuBar.pyo
%%DATADIR%%/library/ui/MenuBarPopupPanel.py
%%DATADIR%%/library/ui/MenuBarPopupPanel.pyc
%%DATADIR%%/library/ui/MenuBarPopupPanel.pyo
%%DATADIR%%/library/ui/MenuItem.py
%%DATADIR%%/library/ui/MenuItem.pyc
%%DATADIR%%/library/ui/MenuItem.pyo
%%DATADIR%%/library/ui/MouseListener.py
%%DATADIR%%/library/ui/MouseListener.pyc
%%DATADIR%%/library/ui/MouseListener.pyo
%%DATADIR%%/library/ui/NamedFrame.py
%%DATADIR%%/library/ui/NamedFrame.pyc
%%DATADIR%%/library/ui/NamedFrame.pyo
%%DATADIR%%/library/ui/Panel.py
%%DATADIR%%/library/ui/Panel.pyc
%%DATADIR%%/library/ui/Panel.pyo
%%DATADIR%%/library/ui/PasswordTextBox.py
%%DATADIR%%/library/ui/PasswordTextBox.pyc
%%DATADIR%%/library/ui/PasswordTextBox.pyo
%%DATADIR%%/library/ui/PopupPanel.py
%%DATADIR%%/library/ui/PopupPanel.pyc
%%DATADIR%%/library/ui/PopupPanel.pyo
%%DATADIR%%/library/ui/RadioButton.py
%%DATADIR%%/library/ui/RadioButton.pyc
%%DATADIR%%/library/ui/RadioButton.pyo
%%DATADIR%%/library/ui/RootPanel.py
%%DATADIR%%/library/ui/RootPanel.pyc
%%DATADIR%%/library/ui/RootPanel.pyo
%%DATADIR%%/library/ui/RowFormatter.py
%%DATADIR%%/library/ui/RowFormatter.pyc
%%DATADIR%%/library/ui/RowFormatter.pyo
%%DATADIR%%/library/ui/ScrollPanel.py
%%DATADIR%%/library/ui/ScrollPanel.pyc
%%DATADIR%%/library/ui/ScrollPanel.pyo
%%DATADIR%%/library/ui/SimplePanel.py
%%DATADIR%%/library/ui/SimplePanel.pyc
%%DATADIR%%/library/ui/SimplePanel.pyo
%%DATADIR%%/library/ui/StackPanel.py
%%DATADIR%%/library/ui/StackPanel.pyc
%%DATADIR%%/library/ui/StackPanel.pyo
%%DATADIR%%/library/ui/TabBar.py
%%DATADIR%%/library/ui/TabBar.pyc
%%DATADIR%%/library/ui/TabBar.pyo
%%DATADIR%%/library/ui/TabPanel.py
%%DATADIR%%/library/ui/TabPanel.pyc
%%DATADIR%%/library/ui/TabPanel.pyo
%%DATADIR%%/library/ui/TextArea.py
%%DATADIR%%/library/ui/TextArea.pyc
%%DATADIR%%/library/ui/TextArea.pyo
%%DATADIR%%/library/ui/TextBox.py
%%DATADIR%%/library/ui/TextBox.pyc
%%DATADIR%%/library/ui/TextBox.pyo
%%DATADIR%%/library/ui/TextBoxBase.py
%%DATADIR%%/library/ui/TextBoxBase.pyc
%%DATADIR%%/library/ui/TextBoxBase.pyo
%%DATADIR%%/library/ui/Tree.py
%%DATADIR%%/library/ui/Tree.pyc
%%DATADIR%%/library/ui/Tree.pyo
%%DATADIR%%/library/ui/TreeContentPanel.py
%%DATADIR%%/library/ui/TreeContentPanel.pyc
%%DATADIR%%/library/ui/TreeContentPanel.pyo
%%DATADIR%%/library/ui/TreeItem.py
%%DATADIR%%/library/ui/TreeItem.pyc
%%DATADIR%%/library/ui/TreeItem.pyo
%%DATADIR%%/library/ui/UIObject.py
%%DATADIR%%/library/ui/UIObject.pyc
%%DATADIR%%/library/ui/UIObject.pyo
%%DATADIR%%/library/ui/VerticalPanel.py
%%DATADIR%%/library/ui/VerticalPanel.pyc
%%DATADIR%%/library/ui/VerticalPanel.pyo
%%DATADIR%%/library/ui/Widget.py
%%DATADIR%%/library/ui/Widget.pyc
%%DATADIR%%/library/ui/Widget.pyo
%%DATADIR%%/library/ui/__init__.py
%%DATADIR%%/library/ui/__init__.pyc
%%DATADIR%%/library/ui/__init__.pyo
%%DATADIR%%/library/ui/decoratorpanel.py
%%DATADIR%%/library/ui/decoratorpanel.pyc
%%DATADIR%%/library/ui/decoratorpanel.pyo
%%DATADIR%%/library/ui/horizsplitpanel.py
%%DATADIR%%/library/ui/horizsplitpanel.pyc
%%DATADIR%%/library/ui/horizsplitpanel.pyo
%%DATADIR%%/library/ui/platform/FocusOldMoz.py
%%DATADIR%%/library/ui/platform/FocusOldMoz.pyc
%%DATADIR%%/library/ui/platform/FocusOldMoz.pyo
%%DATADIR%%/library/ui/platform/FocusOpera.py
%%DATADIR%%/library/ui/platform/FocusOpera.pyc
%%DATADIR%%/library/ui/platform/FocusOpera.pyo
%%DATADIR%%/library/ui/platform/FocusSafari.py
%%DATADIR%%/library/ui/platform/FocusSafari.pyc
%%DATADIR%%/library/ui/platform/FocusSafari.pyo
%%DATADIR%%/library/ui/platform/FormPanelIE6.py
%%DATADIR%%/library/ui/platform/FormPanelIE6.pyc
%%DATADIR%%/library/ui/platform/FormPanelIE6.pyo
%%DATADIR%%/library/ui/platform/FormPanelOpera.py
%%DATADIR%%/library/ui/platform/FormPanelOpera.pyc
%%DATADIR%%/library/ui/platform/FormPanelOpera.pyo
%%DATADIR%%/library/ui/platform/FormPanelSafari.py
%%DATADIR%%/library/ui/platform/FormPanelSafari.pyc
%%DATADIR%%/library/ui/platform/FormPanelSafari.pyo
%%DATADIR%%/library/ui/platform/PopupPanelIE6.py
%%DATADIR%%/library/ui/platform/PopupPanelIE6.pyc
%%DATADIR%%/library/ui/platform/PopupPanelIE6.pyo
%%DATADIR%%/library/ui/platform/TextAreaIE6.py
%%DATADIR%%/library/ui/platform/TextAreaIE6.pyc
%%DATADIR%%/library/ui/platform/TextAreaIE6.pyo
%%DATADIR%%/library/ui/platform/TextBoxBaseIE6.py
%%DATADIR%%/library/ui/platform/TextBoxBaseIE6.pyc
%%DATADIR%%/library/ui/platform/TextBoxBaseIE6.pyo
%%DATADIR%%/library/ui/platform/horizsplitpanelIE6.py
%%DATADIR%%/library/ui/platform/horizsplitpanelIE6.pyc
%%DATADIR%%/library/ui/platform/horizsplitpanelIE6.pyo
%%DATADIR%%/library/ui/platform/horizsplitpanelSafari.py
%%DATADIR%%/library/ui/platform/horizsplitpanelSafari.pyc
%%DATADIR%%/library/ui/platform/horizsplitpanelSafari.pyo
%%DATADIR%%/library/ui/platform/uiIE6.py
%%DATADIR%%/library/ui/platform/uiIE6.pyc
%%DATADIR%%/library/ui/platform/uiIE6.pyo
%%DATADIR%%/library/ui/platform/uiOldMoz.py
%%DATADIR%%/library/ui/platform/uiOldMoz.pyc
%%DATADIR%%/library/ui/platform/uiOldMoz.pyo
%%DATADIR%%/library/ui/platform/uiOpera.py
%%DATADIR%%/library/ui/platform/uiOpera.pyc
%%DATADIR%%/library/ui/platform/uiOpera.pyo
%%DATADIR%%/library/ui/platform/uiSafari.py
%%DATADIR%%/library/ui/platform/uiSafari.pyc
%%DATADIR%%/library/ui/platform/uiSafari.pyo
%%DATADIR%%/library/ui/splitpanel.py
%%DATADIR%%/library/ui/splitpanel.pyc
%%DATADIR%%/library/ui/splitpanel.pyo
%%DATADIR%%/library/ui/vertsplitpanel.py
%%DATADIR%%/library/ui/vertsplitpanel.pyc
%%DATADIR%%/library/ui/vertsplitpanel.pyo
%%DATADIR%%/pyjs/tests/basics.py
%%DATADIR%%/pyjs/tests/basics.pyc
%%DATADIR%%/pyjs/tests/basics.pyo
%%DATADIR%%/pyjs/tests/pyjamas.operator_precedence.test.py
%%DATADIR%%/pyjs/tests/pyjamas.operator_precedence.test.pyc
%%DATADIR%%/pyjs/tests/pyjamas.operator_precedence.test.pyo
%%DATADIR%%/pyjs/tests/test-coverage.py
%%DATADIR%%/pyjs/tests/test-coverage.pyc
%%DATADIR%%/pyjs/tests/test-coverage.pyo
%%DATADIR%%/pyjs/tests/test-report.py
%%DATADIR%%/pyjs/tests/test-report.pyc
%%DATADIR%%/pyjs/tests/test-report.pyo
%%DATADIR%%/pyjs/tests/test.sh
%%DATADIR%%/pyjs/tests/test001.js
%%DATADIR%%/pyjs/tests/test001.py
%%DATADIR%%/pyjs/tests/test001.pyc
%%DATADIR%%/pyjs/tests/test001.pyo
%%DATADIR%%/pyjs/tests/test002.js
%%DATADIR%%/pyjs/tests/test002.py
%%DATADIR%%/pyjs/tests/test002.pyc
%%DATADIR%%/pyjs/tests/test002.pyo
%%DATADIR%%/pyjs/tests/test003.js
%%DATADIR%%/pyjs/tests/test003.py
%%DATADIR%%/pyjs/tests/test003.pyc
%%DATADIR%%/pyjs/tests/test003.pyo
%%DATADIR%%/pyjs/tests/test004.js
%%DATADIR%%/pyjs/tests/test004.py
%%DATADIR%%/pyjs/tests/test004.pyc
%%DATADIR%%/pyjs/tests/test004.pyo
%%DATADIR%%/pyjs/tests/test005.js
%%DATADIR%%/pyjs/tests/test005.py
%%DATADIR%%/pyjs/tests/test005.pyc
%%DATADIR%%/pyjs/tests/test005.pyo
%%DATADIR%%/pyjs/tests/test006.js
%%DATADIR%%/pyjs/tests/test006.py
%%DATADIR%%/pyjs/tests/test006.pyc
%%DATADIR%%/pyjs/tests/test006.pyo
%%DATADIR%%/pyjs/tests/test007.js
%%DATADIR%%/pyjs/tests/test007.py
%%DATADIR%%/pyjs/tests/test007.pyc
%%DATADIR%%/pyjs/tests/test007.pyo
%%DATADIR%%/pyjs/tests/test008.js
%%DATADIR%%/pyjs/tests/test008.py
%%DATADIR%%/pyjs/tests/test008.pyc
%%DATADIR%%/pyjs/tests/test008.pyo
%%DATADIR%%/pyjs/tests/test009.js
%%DATADIR%%/pyjs/tests/test009.py
%%DATADIR%%/pyjs/tests/test009.pyc
%%DATADIR%%/pyjs/tests/test009.pyo
%%DATADIR%%/pyjs/tests/test010.js
%%DATADIR%%/pyjs/tests/test010.py
%%DATADIR%%/pyjs/tests/test010.pyc
%%DATADIR%%/pyjs/tests/test010.pyo
%%DATADIR%%/pyjs/tests/test011.js
%%DATADIR%%/pyjs/tests/test011.py
%%DATADIR%%/pyjs/tests/test011.pyc
%%DATADIR%%/pyjs/tests/test011.pyo
%%DATADIR%%/pyjs/tests/test012.js
%%DATADIR%%/pyjs/tests/test012.py
%%DATADIR%%/pyjs/tests/test012.pyc
%%DATADIR%%/pyjs/tests/test012.pyo
%%DATADIR%%/pyjs/tests/test013.js
%%DATADIR%%/pyjs/tests/test013.py
%%DATADIR%%/pyjs/tests/test013.pyc
%%DATADIR%%/pyjs/tests/test013.pyo
%%DATADIR%%/pyjs/tests/test014.js
%%DATADIR%%/pyjs/tests/test014.py
%%DATADIR%%/pyjs/tests/test014.pyc
%%DATADIR%%/pyjs/tests/test014.pyo
%%DATADIR%%/pyjs/tests/test015.js
%%DATADIR%%/pyjs/tests/test015.py
%%DATADIR%%/pyjs/tests/test015.pyc
%%DATADIR%%/pyjs/tests/test015.pyo
%%DATADIR%%/pyjs/tests/test016.js
%%DATADIR%%/pyjs/tests/test016.py
%%DATADIR%%/pyjs/tests/test016.pyc
%%DATADIR%%/pyjs/tests/test016.pyo
%%DATADIR%%/pyjs/tests/test017.js
%%DATADIR%%/pyjs/tests/test017.py
%%DATADIR%%/pyjs/tests/test017.pyc
%%DATADIR%%/pyjs/tests/test017.pyo
%%DATADIR%%/pyjs/tests/test018.js
%%DATADIR%%/pyjs/tests/test018.py
%%DATADIR%%/pyjs/tests/test018.pyc
%%DATADIR%%/pyjs/tests/test018.pyo
%%DATADIR%%/pyjs/tests/test019.js
%%DATADIR%%/pyjs/tests/test019.py
%%DATADIR%%/pyjs/tests/test019.pyc
%%DATADIR%%/pyjs/tests/test019.pyo
%%DATADIR%%/pyjs/tests/test020.js
%%DATADIR%%/pyjs/tests/test020.py
%%DATADIR%%/pyjs/tests/test020.pyc
%%DATADIR%%/pyjs/tests/test020.pyo
%%DATADIR%%/pyjs/tests/test021.js
%%DATADIR%%/pyjs/tests/test021.py
%%DATADIR%%/pyjs/tests/test021.pyc
%%DATADIR%%/pyjs/tests/test021.pyo
%%DATADIR%%/pyjs/tests/test022.js
%%DATADIR%%/pyjs/tests/test022.py
%%DATADIR%%/pyjs/tests/test022.pyc
%%DATADIR%%/pyjs/tests/test022.pyo
%%DATADIR%%/pyjs/tests/test023.js
%%DATADIR%%/pyjs/tests/test023.py
%%DATADIR%%/pyjs/tests/test023.pyc
%%DATADIR%%/pyjs/tests/test023.pyo
%%DATADIR%%/pyjs/tests/test024.js
%%DATADIR%%/pyjs/tests/test024.py
%%DATADIR%%/pyjs/tests/test024.pyc
%%DATADIR%%/pyjs/tests/test024.pyo
%%DATADIR%%/pyjs/tests/test025.js
%%DATADIR%%/pyjs/tests/test025.py
%%DATADIR%%/pyjs/tests/test025.pyc
%%DATADIR%%/pyjs/tests/test025.pyo
%%DATADIR%%/pyjs/tests/test026.js
%%DATADIR%%/pyjs/tests/test026.py
%%DATADIR%%/pyjs/tests/test026.pyc
%%DATADIR%%/pyjs/tests/test026.pyo
%%DATADIR%%/pyjs/tests/test027.js
%%DATADIR%%/pyjs/tests/test027.py
%%DATADIR%%/pyjs/tests/test027.pyc
%%DATADIR%%/pyjs/tests/test027.pyo
%%DATADIR%%/pyjs/tests/test028.js
%%DATADIR%%/pyjs/tests/test028.py
%%DATADIR%%/pyjs/tests/test028.pyc
%%DATADIR%%/pyjs/tests/test028.pyo
%%DATADIR%%/pyjs/tests/test029.js
%%DATADIR%%/pyjs/tests/test029.py
%%DATADIR%%/pyjs/tests/test029.pyc
%%DATADIR%%/pyjs/tests/test029.pyo
%%DATADIR%%/pyjs/tests/test030.js
%%DATADIR%%/pyjs/tests/test030.py
%%DATADIR%%/pyjs/tests/test030.pyc
%%DATADIR%%/pyjs/tests/test030.pyo
%%DATADIR%%/pyjs/tests/test031.js
%%DATADIR%%/pyjs/tests/test031.py
%%DATADIR%%/pyjs/tests/test031.pyc
%%DATADIR%%/pyjs/tests/test031.pyo
%%DATADIR%%/pyjs/tests/test032.js
%%DATADIR%%/pyjs/tests/test032.py
%%DATADIR%%/pyjs/tests/test032.pyc
%%DATADIR%%/pyjs/tests/test032.pyo
%%DATADIR%%/pyjs/tests/test033.js
%%DATADIR%%/pyjs/tests/test033.py
%%DATADIR%%/pyjs/tests/test033.pyc
%%DATADIR%%/pyjs/tests/test033.pyo
%%DATADIR%%/pyjs/tests/test034.js
%%DATADIR%%/pyjs/tests/test034.py
%%DATADIR%%/pyjs/tests/test034.pyc
%%DATADIR%%/pyjs/tests/test034.pyo
%%DATADIR%%/pyjs/tests/test035.js
%%DATADIR%%/pyjs/tests/test035.py
%%DATADIR%%/pyjs/tests/test035.pyc
%%DATADIR%%/pyjs/tests/test035.pyo
%%DATADIR%%/pyjs/tests/test036.js
%%DATADIR%%/pyjs/tests/test036.py
%%DATADIR%%/pyjs/tests/test036.pyc
%%DATADIR%%/pyjs/tests/test036.pyo
%%DATADIR%%/pyjs/tests/test037.js
%%DATADIR%%/pyjs/tests/test037.py
%%DATADIR%%/pyjs/tests/test037.pyc
%%DATADIR%%/pyjs/tests/test037.pyo
%%DATADIR%%/pyjs/tests/test038.js
%%DATADIR%%/pyjs/tests/test038.py
%%DATADIR%%/pyjs/tests/test038.pyc
%%DATADIR%%/pyjs/tests/test038.pyo
%%DATADIR%%/pyjs/tests/test039.js
%%DATADIR%%/pyjs/tests/test039.py
%%DATADIR%%/pyjs/tests/test039.pyc
%%DATADIR%%/pyjs/tests/test039.pyo
%%DATADIR%%/pyjs/tests/test040.js
%%DATADIR%%/pyjs/tests/test040.py
%%DATADIR%%/pyjs/tests/test040.pyc
%%DATADIR%%/pyjs/tests/test040.pyo
%%DATADIR%%/pyjs/tests/test041.js
%%DATADIR%%/pyjs/tests/test041.py
%%DATADIR%%/pyjs/tests/test041.pyc
%%DATADIR%%/pyjs/tests/test041.pyo
%%DATADIR%%/pyjs/tests/test042.js
%%DATADIR%%/pyjs/tests/test042.py
%%DATADIR%%/pyjs/tests/test042.pyc
%%DATADIR%%/pyjs/tests/test042.pyo
%%DATADIR%%/pyjs/tests/test043.js
%%DATADIR%%/pyjs/tests/test043.py
%%DATADIR%%/pyjs/tests/test043.pyc
%%DATADIR%%/pyjs/tests/test043.pyo
%%DATADIR%%/pyjs/tests/test044.js
%%DATADIR%%/pyjs/tests/test044.py
%%DATADIR%%/pyjs/tests/test044.pyc
%%DATADIR%%/pyjs/tests/test044.pyo
%%DATADIR%%/pyjs/tests/test045.js
%%DATADIR%%/pyjs/tests/test045.py
%%DATADIR%%/pyjs/tests/test045.pyc
%%DATADIR%%/pyjs/tests/test045.pyo
%%DATADIR%%/pyjs/tests/test046.js
%%DATADIR%%/pyjs/tests/test046.py
%%DATADIR%%/pyjs/tests/test046.pyc
%%DATADIR%%/pyjs/tests/test046.pyo
%%DATADIR%%/pyjs/tests/test047.js
%%DATADIR%%/pyjs/tests/test047.py
%%DATADIR%%/pyjs/tests/test047.pyc
%%DATADIR%%/pyjs/tests/test047.pyo
%%DATADIR%%/stubs/__pyjamas__.py
%%DATADIR%%/stubs/__pyjamas__.pyc
%%DATADIR%%/stubs/__pyjamas__.pyo
@dirrm %%DATADIR%%/stubs
@dirrm %%DATADIR%%/pyjs/tests
@dirrm %%DATADIR%%/pyjs
@dirrm %%DATADIR%%/library/ui/platform
@dirrm %%DATADIR%%/library/ui
@dirrm %%DATADIR%%/library/pyjamas
@dirrm %%DATADIR%%/library/platform
@dirrm %%DATADIR%%/library/builtins
@dirrm %%DATADIR%%/library
@dirrm %%DATADIR%%/builder/boilerplate
@dirrm %%DATADIR%%/builder
@dirrm %%DATADIR%%/addons
@dirrm %%DATADIR%%
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/xmldoc/public
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/xmldoc
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgets/public/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgets/public
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/widgets
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tabpanelwidget/public/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tabpanelwidget/public
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tabpanelwidget
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/splitpanel/public/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/splitpanel/public
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/splitpanel
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/slideshow/public
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/slideshow
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/src/public/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/src/public
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/src/demos_widgets
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/src/demos_panels
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase/src
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/showcase
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/scoping
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/onclicktest
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mail/public
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mail
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/libtest
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/kitchensink/public/rembrandt
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/kitchensink/public/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/kitchensink/public
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/kitchensink
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/jsonrpc/public/services/simplejson
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/jsolait/lib
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/jsolait
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/jsonrpc/public/services/phpolait
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/jsonrpc/public/services
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/jsonrpc/public
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/jsonrpc
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/jsobject/public
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/jsobject
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/infohierarchy/public/services/structure/test2/test3
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/infohierarchy/public/services/structure/test2
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/infohierarchy/public/services/structure/info2
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/infohierarchy/public/services/structure
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/infohierarchy/public/services/data/dataset3
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/infohierarchy/public/services/data/dataset2
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/infohierarchy/public/services/data/dataset1
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/infohierarchy/public/services/data
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/infohierarchy/public/services
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/infohierarchy/public/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/infohierarchy/public
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/infohierarchy
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/helloworld/public
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/helloworld
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gridtest
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gridedit
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/getattr
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/formpanel
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/dynamictable/public/phpolait/jsolait/lib
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/dynamictable/public/phpolait/jsolait
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/dynamictable/public/phpolait
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/dynamictable/public
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/dynamictable
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/controls
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/browserdetect/platform
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/browserdetect
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/ajaxlibtest/public
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/ajaxlibtest
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/addonsgallery/public/images
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/addonsgallery/public
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/addonsgallery
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%/img
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyjs
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO
@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%