aboutsummaryrefslogblamecommitdiff
path: root/devel/jetbrains-clion/pkg-plist
blob: fdd730089327021743ca175f39b45cb21f8ca0f3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
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
















                                                           












                                                                                 

                               





                                                                        





                                                                          







                                        


                                           
                                   










                                             

                                       
                             
                                   
                                     
                                    




                                       
                                      



                                                  
                                  


                                       

                                            
                                   
                                                


                                                 
                                      
                                   

                                     




                                                


                                     
                                    
                                   
                                  



                                          
                          

                                    




                                                         


                                                

                                          
                                            
                                    




                                              
                               


                                        
                                     








                                         







                                                           
                                   
                        


                                








                                                 


                                    
                                  







                                                 









                                                    
                                   
                           

                                                   

                                                      


                                                      


                                        
                                 



                                                         
                                       

                                         
                                         
                                                

                                     

                                
                                




                                          


                                  

                                  
                                  


                                       
                                                     












                                           
                                    
                          














































                                                                
                                                              



                                                                     
                                                                    

                                                                 


                                                                    





                                                                                         
                                                                                                  







































                                                                                                              
                                                                                            
































                                                                                                       
                                                                                             

                                                                                             



                                                                                                       



































































                                                                                                               





















                                                                   
                                                         






                                                  



                                                                        




















































































































































































































































































































































































































































































































































































































































































































































































































































































































                                                                                                               



                                                                       
























                                                                                                
                                                                                         
                                                                      
                                                                                


                                                                                       
                                                                                


                                                                               
                                                                         
                                                                         

                                                                                     






























                                                                                                    









                                                                                               





                                                                                                                 
                                                                         




                                                                              
                                                                               






































                                                                                                  

                                                                                  





































































                                                                                                          

                                                          







                                                                                 
























































































































































































                                                                                                                           





















































































                                                                                                        


































































                                                                                                    



























































































































































































                                                                                                                                                                                                                  












































































































                                                                                                          


                                                                            











                                                                              
                                                                            

























                                                                                         
                                                                              








                                                                                    

                                                                        
                                                                      



                                                                         













                                                                                        


                                                                                               


























                                                                                          
                                                                                   




















































                                                                                               

                                           















                                                                   
                                            





                                                 



























































































































































































































































































































































                                                                                                        







                                                                       

                                                                 








                                                              
bin/clion
man/man1/clion.1.gz
share/applications/clion.desktop
%%DATADIR%%/Install-Linux-tar.txt
%%DATADIR%%/bin/clion.png
%%DATADIR%%/bin/clion.sh
%%DATADIR%%/bin/clion.svg
%%DATADIR%%/bin/clion.vmoptions
%%DATADIR%%/bin/clion64.vmoptions
%%DATADIR%%/bin/format.sh
%%DATADIR%%/bin/gdb/renderers/default/__init__.py
%%DATADIR%%/bin/gdb/renderers/default/libstdcxx_printers.py
%%DATADIR%%/bin/gdb/renderers/default/printers.py
%%DATADIR%%/bin/gdb/renderers/libstdcxx/__init__.py
%%DATADIR%%/bin/gdb/renderers/libstdcxx/v6/__init__.py
%%DATADIR%%/bin/gdb/renderers/libstdcxx/v6/printers.py
%%DATADIR%%/bin/gdb/renderers/libstdcxx/v6/xmethods.py
%%DATADIR%%/bin/helpers/jb_declarative_formatters/__init__.py
%%DATADIR%%/bin/helpers/jb_declarative_formatters/parsers/__init__.py
%%DATADIR%%/bin/helpers/jb_declarative_formatters/parsers/natvis/__init__.py
%%DATADIR%%/bin/helpers/jb_declarative_formatters/parsers/natvis/natvis_parser.py
%%DATADIR%%/bin/helpers/jb_declarative_formatters/parsers/type_name_parser.py
%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_name_template.py
%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz.py
%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_expression.py
%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_item_nodes.py
%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_item_providers.py
%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_mixins.py
%%DATADIR%%/bin/helpers/jb_declarative_formatters/type_viz_summary.py
%%DATADIR%%/bin/helpers/jb_declarative_formatters/types_storage.py
%%DATADIR%%/bin/idea.properties
%%DATADIR%%/bin/inspect.sh
%%DATADIR%%/bin/lldb/helpers/jb_lldb_init.py
%%DATADIR%%/bin/lldb/helpers/jb_lldb_stepping.py
%%DATADIR%%/bin/lldb/helpers/renderers/__init__.py
%%DATADIR%%/bin/lldb/helpers/renderers/_jb_lldb_utils.py
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_declarative_formatters.py
%%DATADIR%%/bin/lldb/helpers/renderers/jb_lldb_natvis_proxy.py
%%DATADIR%%/bin/lldb/renderers/lldb_formatters/__init__.py
%%DATADIR%%/bin/lldb/renderers/lldb_formatters/jetbrains_stl_formatters.py
%%DATADIR%%/bin/log.xml
%%DATADIR%%/bin/printenv.py
%%DATADIR%%/bin/restart.py
%%DATADIR%%/build.txt
%%DATADIR%%/help/ReferenceCard.pdf
%%DATADIR%%/help/ReferenceCardForMac.pdf
%%DATADIR%%/lib/FastInfoset-1.2.15.jar
%%DATADIR%%/lib/annotations-17.0.0.jar
%%DATADIR%%/lib/annotations-java5.jar
%%DATADIR%%/lib/antlr-runtime-4.1.jar
%%DATADIR%%/lib/asm-all-7.0.1.jar
%%DATADIR%%/lib/automaton-1.12-1.jar
%%DATADIR%%/lib/batik-anim-1.12.0-8.jar
%%DATADIR%%/lib/batik-awt-util-1.12.0-8.jar
%%DATADIR%%/lib/batik-bridge-1.12.0-8.jar
%%DATADIR%%/lib/batik-codec-1.7.jar
%%DATADIR%%/lib/batik-constants-1.12.0-8.jar
%%DATADIR%%/lib/batik-css-1.12.0-8.jar
%%DATADIR%%/lib/batik-dom-1.12.0-8.jar
%%DATADIR%%/lib/batik-ext-1.12.0-8.jar
%%DATADIR%%/lib/batik-gvt-1.12.0-8.jar
%%DATADIR%%/lib/batik-parser-1.12.0-8.jar
%%DATADIR%%/lib/batik-svg-dom-1.12.0-8.jar
%%DATADIR%%/lib/batik-svggen-1.12.0-8.jar
%%DATADIR%%/lib/batik-transcoder-1.12.0-8.jar
%%DATADIR%%/lib/batik-util-1.12.0-8.jar
%%DATADIR%%/lib/batik-xml-1.12.0-8.jar
%%DATADIR%%/lib/bcpkix-jdk15on-1.62.jar
%%DATADIR%%/lib/bcprov-jdk15on-1.62.jar
%%DATADIR%%/lib/bootstrap.jar
%%DATADIR%%/lib/built-in-server.jar
%%DATADIR%%/lib/cglib-nodep-3.2.4.jar
%%DATADIR%%/lib/cli-parser-1.1.5.jar
%%DATADIR%%/lib/clion.jar
%%DATADIR%%/lib/cloud-config-client.jar
%%DATADIR%%/lib/common-image-3.4.1.jar
%%DATADIR%%/lib/common-io-3.4.1.jar
%%DATADIR%%/lib/common-lang-3.4.1.jar
%%DATADIR%%/lib/commons-codec-1.13.jar
%%DATADIR%%/lib/commons-collections-3.2.2.jar
%%DATADIR%%/lib/commons-compress-1.18.jar
%%DATADIR%%/lib/commons-httpclient-3.1-patched.jar
%%DATADIR%%/lib/commons-imaging-1.0-RC-1.jar
%%DATADIR%%/lib/commons-io-2.6.jar
%%DATADIR%%/lib/commons-lang-2.4.jar
%%DATADIR%%/lib/commons-logging-1.2.jar
%%DATADIR%%/lib/commons-net-3.6.jar
%%DATADIR%%/lib/configuration-store-impl.jar
%%DATADIR%%/lib/credential-store.jar
%%DATADIR%%/lib/dbus-java-3.0.2.jar
%%DATADIR%%/lib/delight-rhino-sandbox-0.0.10.jar
%%DATADIR%%/lib/eddsa-0.2.0.jar
%%DATADIR%%/lib/error_prone_annotations-2.3.1.jar
%%DATADIR%%/lib/extensions.jar
%%DATADIR%%/lib/external-system-rt.jar
%%DATADIR%%/lib/fluent-hc-4.5.9.jar
%%DATADIR%%/lib/forms-1.1-preview.jar
%%DATADIR%%/lib/forms_rt.jar
%%DATADIR%%/lib/gradle-api-5.2.1-sp1.jar
%%DATADIR%%/lib/gradle-api-impldep-5.2.1-sp1.jar
%%DATADIR%%/lib/gradle-launcher-5.2.1-sp1.jar
%%DATADIR%%/lib/gradle-wrapper-5.2.1-sp1.jar
%%DATADIR%%/lib/groovy-all-2.4.17.jar
%%DATADIR%%/lib/gson-2.8.5.jar
%%DATADIR%%/lib/guava-25.1-jre.jar
%%DATADIR%%/lib/hamcrest-core-1.3.jar
%%DATADIR%%/lib/httpclient-4.5.9.jar
%%DATADIR%%/lib/httpcore-4.4.11.jar
%%DATADIR%%/lib/httpmime-4.5.9.jar
%%DATADIR%%/lib/icons.jar
%%DATADIR%%/lib/imageio-core-3.4.1.jar
%%DATADIR%%/lib/imageio-metadata-3.4.1.jar
%%DATADIR%%/lib/imageio-tiff-3.4.1.jar
%%DATADIR%%/lib/images.jar
%%DATADIR%%/lib/imgscalr-lib-4.2.jar
%%DATADIR%%/lib/ini4j-0.5.5-2.jar
%%DATADIR%%/lib/intellij-coverage-agent-1.0.508.jar
%%DATADIR%%/lib/intellij-dvcs.jar
%%DATADIR%%/lib/intellij-test-discovery-agent-1.0.508.jar
%%DATADIR%%/lib/intellij-xml.jar
%%DATADIR%%/lib/ion-java-1.5.0-1.jar
%%DATADIR%%/lib/isorelax-20030108.jar
%%DATADIR%%/lib/istack-commons-runtime-3.0.7.jar
%%DATADIR%%/lib/jackson-annotations-2.9.0.jar
%%DATADIR%%/lib/jackson-core-2.9.9.jar
%%DATADIR%%/lib/jackson-databind-2.9.9.jar
%%DATADIR%%/lib/java-compatibility-1.0.1.jar
%%DATADIR%%/lib/java-utils-1.0.5.jar
%%DATADIR%%/lib/javassist-3.22.0-GA.jar
%%DATADIR%%/lib/javax.activation-1.2.0.jar
%%DATADIR%%/lib/javax.annotation-api-1.3.2.jar
%%DATADIR%%/lib/jaxb-api-2.3.1.jar
%%DATADIR%%/lib/jaxb-runtime-2.3.1.jar
%%DATADIR%%/lib/jaxen-1.2.0.jar
%%DATADIR%%/lib/jbcrypt-1.0.0.jar
%%DATADIR%%/lib/jcip-annotations-1.0.jar
%%DATADIR%%/lib/jdom.jar
%%DATADIR%%/lib/jediterm-pty-2.20.jar
%%DATADIR%%/lib/jetCheck-0.2.1.jar
%%DATADIR%%/lib/jettison-1.4.0.jar
%%DATADIR%%/lib/jing-20030619.jar
%%DATADIR%%/lib/jna-platform.jar
%%DATADIR%%/lib/jna.jar
%%DATADIR%%/lib/jps-model.jar
%%DATADIR%%/lib/jsch-0.1.55.jar
%%DATADIR%%/lib/jsch-extension-0.1.11.jar
%%DATADIR%%/lib/jsch-nio-1.0.12.jar
%%DATADIR%%/lib/jsch.agentproxy.connector-factory-0.0.9.jar
%%DATADIR%%/lib/jsch.agentproxy.core-0.0.9.jar
%%DATADIR%%/lib/jsch.agentproxy.jsch-0.0.9.jar
%%DATADIR%%/lib/jsch.agentproxy.pageant-0.0.9.jar
%%DATADIR%%/lib/jsch.agentproxy.sshagent-0.0.9.jar
%%DATADIR%%/lib/jsch.agentproxy.sshj-0.0.9.jar
%%DATADIR%%/lib/jsch.agentproxy.usocket-jna-0.0.9.jar
%%DATADIR%%/lib/jsch.agentproxy.usocket-nc-0.0.9.jar
%%DATADIR%%/lib/jshell-frontend.jar
%%DATADIR%%/lib/json.jar
%%DATADIR%%/lib/jsoup-1.11.3.jar
%%DATADIR%%/lib/junit-4.12.jar
%%DATADIR%%/lib/jzlib-1.1.3.jar
%%DATADIR%%/lib/kotlin-reflect-1.3.31.jar
%%DATADIR%%/lib/kotlin-stdlib-1.3.31.jar
%%DATADIR%%/lib/kotlin-stdlib-common-1.3.31.jar
%%DATADIR%%/lib/kotlin-stdlib-jdk7-1.3.31.jar
%%DATADIR%%/lib/kotlin-stdlib-jdk8-1.3.31.jar
%%DATADIR%%/lib/kotlin-test-1.3.31.jar
%%DATADIR%%/lib/kotlin-test-common-1.3.31.jar
%%DATADIR%%/lib/kotlinx-coroutines-core-1.2.1.jar
%%DATADIR%%/lib/kotlinx-coroutines-jdk8-1.2.1.jar
%%DATADIR%%/lib/kryo-2.24.0.jar
%%DATADIR%%/lib/libthrift-0.11.0.jar
%%DATADIR%%/lib/log4j.jar
%%DATADIR%%/lib/lz4-java-1.6.0.jar
%%DATADIR%%/lib/markdown4j-2.2-cj-1.1.jar
%%DATADIR%%/lib/markdownj-core-0.4.2-SNAPSHOT.jar
%%DATADIR%%/lib/microba.jar
%%DATADIR%%/lib/miglayout-core-5.2.jar
%%DATADIR%%/lib/miglayout-swing-5.2.jar
%%DATADIR%%/lib/minlog-1.2.jar
%%DATADIR%%/lib/nanoxml-2.2.3.jar
%%DATADIR%%/lib/nekohtml-1.9.22.jar
%%DATADIR%%/lib/netty-buffer-4.1.38.Final.jar
%%DATADIR%%/lib/netty-codec-4.1.38.Final.jar
%%DATADIR%%/lib/netty-codec-http-4.1.38.Final.jar
%%DATADIR%%/lib/netty-codec-http2-4.1.38.Final.jar
%%DATADIR%%/lib/netty-codec-socks-4.1.38.Final.jar
%%DATADIR%%/lib/netty-common-4.1.38.Final.jar
%%DATADIR%%/lib/netty-handler-4.1.38.Final.jar
%%DATADIR%%/lib/netty-handler-proxy-4.1.38.Final.jar
%%DATADIR%%/lib/netty-resolver-4.1.38.Final.jar
%%DATADIR%%/lib/netty-transport-4.1.38.Final.jar
%%DATADIR%%/lib/objenesis-3.0.1.jar
%%DATADIR%%/lib/openapi.jar
%%DATADIR%%/lib/org.eclipse.lsp4j-0.7.1.jar
%%DATADIR%%/lib/org.eclipse.lsp4j.jsonrpc-0.7.1.jar
%%DATADIR%%/lib/org.eclipse.xtend.lib-2.14.0.jar
%%DATADIR%%/lib/org.eclipse.xtend.lib.macro-2.14.0.jar
%%DATADIR%%/lib/org.eclipse.xtext.xbase.lib-2.14.0.jar
%%DATADIR%%/lib/oro-2.0.8.jar
%%DATADIR%%/lib/picocontainer-1.2.jar
%%DATADIR%%/lib/platform-concurrency.jar
%%DATADIR%%/lib/platform-core-ui.jar
%%DATADIR%%/lib/platform-ide-util-io.jar
%%DATADIR%%/lib/platform-impl.jar
%%DATADIR%%/lib/platform-objectSerializer-annotations.jar
%%DATADIR%%/lib/platform-objectSerializer.jar
%%DATADIR%%/lib/platform-util-ex.jar
%%DATADIR%%/lib/platform-util-ui.jar
%%DATADIR%%/lib/protobuf-java-3.5.1.jar
%%DATADIR%%/lib/proxy-vole-1.0.5-jb.2.jar
%%DATADIR%%/lib/pty4j-0.9.4.jar
%%DATADIR%%/lib/purejavacomm-0.0.11.1.jar
%%DATADIR%%/lib/randomForestRegressor-0.0.11.jar
%%DATADIR%%/lib/rd-core-0.191.63.jar
%%DATADIR%%/lib/rd-swing-0.191.63.jar
%%DATADIR%%/lib/resources.jar
%%DATADIR%%/lib/resources_en.jar
%%DATADIR%%/lib/rhino-1.7.11.jar
%%DATADIR%%/lib/rngom-20051226-patched.jar
%%DATADIR%%/lib/sa-jdwp-1.12.jar
%%DATADIR%%/lib/serviceMessages.jar
%%DATADIR%%/lib/slf4j-api-1.7.25.jar
%%DATADIR%%/lib/slf4j-log4j12-1.7.25.jar
%%DATADIR%%/lib/snakeyaml-1.24.jar
%%DATADIR%%/lib/spellchecker.jar
%%DATADIR%%/lib/sshj-0.27.0.jar
%%DATADIR%%/lib/stax-api-1.0.1.jar
%%DATADIR%%/lib/stax-ex-1.8.jar
%%DATADIR%%/lib/streamex-0.6.8.jar
%%DATADIR%%/lib/swingx-core-1.6.2-2.jar
%%DATADIR%%/lib/testFramework.jar
%%DATADIR%%/lib/trang-core.jar
%%DATADIR%%/lib/trilead-ssh2-build-217-jenkins-14.jar
%%DATADIR%%/lib/trove4j.jar
%%DATADIR%%/lib/txw2-2.3.1.jar
%%DATADIR%%/lib/util.jar
%%DATADIR%%/lib/velocity-1.7.jar
%%DATADIR%%/lib/winp-1.28.jar
%%DATADIR%%/lib/xercesImpl-2.12.0.jar
%%DATADIR%%/lib/xml-apis-ext-1.3.04.jar
%%DATADIR%%/lib/xml-resolver-1.2.jar
%%DATADIR%%/lib/xmlbeans-2.6.0.jar
%%DATADIR%%/lib/xmlgraphics-commons-2.3.jar
%%DATADIR%%/lib/xmlpull-1.1.3.1.jar
%%DATADIR%%/lib/xmlrpc-2.0.1.jar
%%DATADIR%%/lib/xpp3_min-1.1.4c.jar
%%DATADIR%%/lib/xstream-1.4.11.1.jar
%%DATADIR%%/lib/xz-1.8.jar
%%DATADIR%%/license/CMake-license-cygwin-exception.txt
%%DATADIR%%/license/GDB-license.txt
%%DATADIR%%/license/GDB-sources.txt
%%DATADIR%%/license/LLDB-license.txt
%%DATADIR%%/license/Python-license.txt
%%DATADIR%%/license/XStream_license.txt
%%DATADIR%%/license/ant_license.txt
%%DATADIR%%/license/asm_license.txt
%%DATADIR%%/license/eclipse_license.txt
%%DATADIR%%/license/eclipse_license2.txt
%%DATADIR%%/license/growl.license
%%DATADIR%%/license/gson_license.txt
%%DATADIR%%/license/imgscalr_license.txt
%%DATADIR%%/license/javahelp_license.txt
%%DATADIR%%/license/javolution_license.txt
%%DATADIR%%/license/jaxb_license.txt
%%DATADIR%%/license/jaxen_license.txt
%%DATADIR%%/license/jdom_license.txt
%%DATADIR%%/license/jgoodies_forms_license.txt
%%DATADIR%%/license/junit_license.txt
%%DATADIR%%/license/kryo-license.txt
%%DATADIR%%/license/libstdcxx_printers-license.txt
%%DATADIR%%/license/libstdcxx_printers-sources.txt
%%DATADIR%%/license/log4j_license.txt
%%DATADIR%%/license/microba_license.txt
%%DATADIR%%/license/miglayout_swing_license.txt
%%DATADIR%%/license/nanoxml_license.txt
%%DATADIR%%/license/oromatcher_license.txt
%%DATADIR%%/license/picoContainer_license.txt
%%DATADIR%%/license/saxon-conditions.html
%%DATADIR%%/license/swingx_license.txt
%%DATADIR%%/license/third-party-libraries.html
%%DATADIR%%/license/trove4j_license.txt
%%DATADIR%%/license/winp_license.txt
%%DATADIR%%/license/xerces_license.txt
%%DATADIR%%/license/xmlrpc_license.txt
%%DATADIR%%/license/yourkit-license-redist.txt
%%DATADIR%%/plugins/CSS/lib/css-openapi.jar
%%DATADIR%%/plugins/CSS/lib/css.jar
%%DATADIR%%/plugins/CSS/lib/resources_en.jar
%%DATADIR%%/plugins/DatabaseTools/lib/database-impl.jar
%%DATADIR%%/plugins/DatabaseTools/lib/database-openapi.jar
%%DATADIR%%/plugins/DatabaseTools/lib/dekaf-single-2.0.0.390.jar
%%DATADIR%%/plugins/DatabaseTools/lib/jdbc-console.jar
%%DATADIR%%/plugins/DatabaseTools/lib/resources_en.jar
%%DATADIR%%/plugins/DatabaseTools/lib/unidecode-0.0.7.jar
%%DATADIR%%/plugins/IntelliLang/lib/IntelliLang.jar
%%DATADIR%%/plugins/IntelliLang/lib/intellilang-jps-plugin.jar
%%DATADIR%%/plugins/JSIntentionPowerPack/lib/JSIntentionPowerPack.jar
%%DATADIR%%/plugins/JSIntentionPowerPack/lib/resources_en.jar
%%DATADIR%%/plugins/JavaScriptDebugger/lib/ChromeConnector.jar
%%DATADIR%%/plugins/JavaScriptDebugger/lib/FirefoxConnector.jar
%%DATADIR%%/plugins/JavaScriptDebugger/lib/JavaEEJavaScriptDebug.jar
%%DATADIR%%/plugins/JavaScriptDebugger/lib/JavaScriptDebugger.jar
%%DATADIR%%/plugins/JavaScriptDebugger/lib/debugConnector.js
%%DATADIR%%/plugins/JavaScriptDebugger/lib/nashorn-debugger-9-rt.jar
%%DATADIR%%/plugins/JavaScriptDebugger/lib/nashorn-debugger-rt.jar
%%DATADIR%%/plugins/JavaScriptDebugger/lib/nashorn-debugger.jar
%%DATADIR%%/plugins/JavaScriptDebugger/lib/resources_en.jar
%%DATADIR%%/plugins/JavaScriptLanguage/grunt_js/lib/grunt-intellij-util.js
%%DATADIR%%/plugins/JavaScriptLanguage/grunt_js/tasks/grunt-tasks-fetcher.js
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-stringifier.js
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-tree.js
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-util.js
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-jasmine-reporter.js
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-reporter.js
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-stdin-fix.js
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-test-results-processor.js
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-util.js
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/node-core-modules/node-core-modules-loader.js
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/node_modules/semver/LICENSE
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/node_modules/semver/README.md
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/node_modules/semver/bin/semver
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/node_modules/semver/package.json
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/node_modules/semver/range.bnf
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/node_modules/semver/semver.js
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/package-version-range-matcher/bin/batch-matcher
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/package-version-range-matcher/semver-range-matcher.js
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/package.json
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/jasmine-reporter.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-cli.js
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-config.js
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-jasmine-reporter.js
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-plugin.js
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-stringifier.js
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-tree.js
%%DATADIR%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-util.js
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.keystream
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.keystream.len
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.len
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.values
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.values.at
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input.values.s
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input_i
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.input_i.len
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names.keystream
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names.keystream.len
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names.len
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names_i
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.names_i.len
%%DATADIR%%/plugins/JavaScriptLanguage/index/sdk-stubs.version
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/browser.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/cancellationToken.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/es2019decorators.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/flow.utilities.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.dom.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.dom.iterable.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.collection.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.core.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.generator.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.iterable.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.promise.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.proxy.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.reflect.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.symbol.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.symbol.wellknown.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2016.array.include.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2016.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2016.full.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.full.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.intl.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.object.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.sharedmemory.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.string.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.typedarrays.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.asynciterable.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.full.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.intl.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.promise.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.regexp.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.array.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.full.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.object.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.string.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.symbol.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.full.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.string.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2020.symbol.wellknown.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es5.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es6.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es7.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.array.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.asynciterable.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.bigint.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.full.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.intl.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.promise.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.symbol.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.scripthost.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.webworker.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.webworker.importscripts.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/react.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/tsserverlibrary.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/typesMap.json
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/typingsInstaller.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/watchGuard.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/websql.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/xpath.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/bom.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/core.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/cssom.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/dom.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/indexeddb.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/intl.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/node.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/react-dom.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/react.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/serviceworkers.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/streams.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/flow/webassembly.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/js-language-service.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ide-watcher.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/logger-impl.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/out-path-process.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/service-loader.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/compile-info-holder.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts-common-session-1x_21.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts-project-service-1x.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts-project-service-21.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts-session-1x.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts-session-21.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/session/old/ts15impl.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-default-options.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-plugin.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-session-latest.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-session-provider.js
%%DATADIR%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/util.js
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/bin/eslint-plugin-provider.js
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/bin/eslint-plugin.js
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/package-lock.json
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/package.json
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/src/eslint-plugin-provider.ts
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/src/eslint-plugin.ts
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/src/typings/js-lanuage-api.d.ts
%%DATADIR%%/plugins/JavaScriptLanguage/languageService/eslint/tsconfig.json
%%DATADIR%%/plugins/JavaScriptLanguage/lib/JavaScriptLanguage.jar
%%DATADIR%%/plugins/JavaScriptLanguage/lib/javascript-openapi.jar
%%DATADIR%%/plugins/JavaScriptLanguage/lib/js-test-common.jar
%%DATADIR%%/plugins/JavaScriptLanguage/lib/resources_en.jar
%%DATADIR%%/plugins/JavaScriptLanguage/lib/semver4j-2.2.0.jar
%%DATADIR%%/plugins/PerforceIntegration/lib/PerforceIntegration.jar
%%DATADIR%%/plugins/PerforceIntegration/lib/perforce_util.jar
%%DATADIR%%/plugins/PerforceIntegration/lib/resources_en.jar
%%DATADIR%%/plugins/cidr-clangFormat/lib/cidr-clangFormat.jar
%%DATADIR%%/plugins/cidr-clangFormat/lib/resources_en.jar
%%DATADIR%%/plugins/cidr-langInjection/lib/cidr-langInjection.jar
%%DATADIR%%/plugins/clion-compdb/lib/clion-compdb.jar
%%DATADIR%%/plugins/clion-compdb/lib/resources_en.jar
%%DATADIR%%/plugins/clion-embedded/lib/clion-embedded.jar
%%DATADIR%%/plugins/clion-embedded/lib/resources_en.jar
%%DATADIR%%/plugins/clion-gradle/lib/clion-gradle.jar
%%DATADIR%%/plugins/clion-gradle/lib/gradle-native-tooling.jar
%%DATADIR%%/plugins/clion-webDeployment/lib/clion-webDeployment.jar
%%DATADIR%%/plugins/cloud-config/lib/cloud-config.jar
%%DATADIR%%/plugins/cloud-config/lib/resources_en.jar
%%DATADIR%%/plugins/coffeescript-core/lib/coffeescript-core.jar
%%DATADIR%%/plugins/coffeescript-core/lib/resources_en.jar
%%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar
%%DATADIR%%/plugins/git4idea/lib/git4idea-rt.jar
%%DATADIR%%/plugins/git4idea/lib/git4idea.jar
%%DATADIR%%/plugins/git4idea/lib/remote-servers-git.jar
%%DATADIR%%/plugins/git4idea/lib/resources_en.jar
%%DATADIR%%/plugins/github/lib/github.jar
%%DATADIR%%/plugins/github/lib/resources_en.jar
%%DATADIR%%/plugins/gradle/lib/gradle-common.jar
%%DATADIR%%/plugins/gradle/lib/gradle-tooling-extension-api.jar
%%DATADIR%%/plugins/gradle/lib/gradle-tooling-extension-impl.jar
%%DATADIR%%/plugins/gradle/lib/gradle-toolingLoaderRt.jar
%%DATADIR%%/plugins/gradle/lib/gradle.jar
%%DATADIR%%/plugins/hg4idea/lib/hg4idea.jar
%%DATADIR%%/plugins/hg4idea/lib/resources_en.jar
%%DATADIR%%/plugins/htmltools/lib/htmltools.jar
%%DATADIR%%/plugins/htmltools/lib/resources_en.jar
%%DATADIR%%/plugins/less/lib/less.jar
%%DATADIR%%/plugins/less/lib/resources_en.jar
%%DATADIR%%/plugins/performanceTesting/lib/async-profiler-1.5-1.jar
%%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar
%%DATADIR%%/plugins/performanceTesting/lib/resources_en.jar
%%DATADIR%%/plugins/performanceTesting/lib/yjp-controller-api-redist.jar
%%DATADIR%%/plugins/python/helpers/MathJax/MathJax.js
%%DATADIR%%/plugins/python/helpers/MathJax/config/TeX-AMS_HTML-full.js
%%DATADIR%%/plugins/python/helpers/MathJax/config/local/local.js
%%DATADIR%%/plugins/python/helpers/MathJax/extensions/AssistiveMML.js
%%DATADIR%%/plugins/python/helpers/MathJax/extensions/MathEvents.js
%%DATADIR%%/plugins/python/helpers/MathJax/extensions/MathMenu.js
%%DATADIR%%/plugins/python/helpers/MathJax/extensions/MathZoom.js
%%DATADIR%%/plugins/python/helpers/MathJax/extensions/TeX/AMSmath.js
%%DATADIR%%/plugins/python/helpers/MathJax/extensions/TeX/AMSsymbols.js
%%DATADIR%%/plugins/python/helpers/MathJax/extensions/TeX/noErrors.js
%%DATADIR%%/plugins/python/helpers/MathJax/extensions/TeX/noUndefined.js
%%DATADIR%%/plugins/python/helpers/MathJax/extensions/fast-preview.js
%%DATADIR%%/plugins/python/helpers/MathJax/extensions/tex2jax.js
%%DATADIR%%/plugins/python/helpers/MathJax/extensions/toMathML.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/element/mml/jax.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/element/mml/optable/Arrows.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/element/mml/optable/BasicLatin.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/element/mml/optable/CombDiacritMarks.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/element/mml/optable/CombDiactForSymbols.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/element/mml/optable/Dingbats.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/element/mml/optable/GeneralPunctuation.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/element/mml/optable/GeometricShapes.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/element/mml/optable/GreekAndCoptic.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/element/mml/optable/Latin1Supplement.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/element/mml/optable/LetterlikeSymbols.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/element/mml/optable/MathOperators.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/element/mml/optable/MiscMathSymbolsA.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/element/mml/optable/MiscMathSymbolsB.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/element/mml/optable/MiscSymbolsAndArrows.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/element/mml/optable/MiscTechnical.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/element/mml/optable/SpacingModLetters.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/element/mml/optable/SuppMathOperators.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/element/mml/optable/SupplementalArrowsA.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/element/mml/optable/SupplementalArrowsB.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/input/TeX/config.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/input/TeX/jax.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/autoload/annotation-xml.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/autoload/maction.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/autoload/menclose.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/autoload/mglyph.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/autoload/mmultiscripts.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/autoload/ms.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/autoload/mtable.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/autoload/multiline.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/blank.gif
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/config.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/fontdata-extra.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/fontdata.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/imageFonts.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/HTML-CSS/jax.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/PreviewHTML/config.js
%%DATADIR%%/plugins/python/helpers/MathJax/jax/output/PreviewHTML/jax.js
%%DATADIR%%/plugins/python/helpers/check_all_test_suite.py
%%DATADIR%%/plugins/python/helpers/conda_packaging_tool.py
%%DATADIR%%/plugins/python/helpers/coverage_runner/__init__.py
%%DATADIR%%/plugins/python/helpers/coverage_runner/run_coverage.py
%%DATADIR%%/plugins/python/helpers/coveragepy/__init__.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/__init__.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/__main__.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/annotate.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/backunittest.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/backward.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/bytecode.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/cmdline.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/collector.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/config.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/control.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/data.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/debug.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/env.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/execfile.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/files.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/html.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/misc.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/multiproc.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/parser.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/phystokens.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/pickle2json.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/plugin.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/plugin_support.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/python.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/pytracer.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/report.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/results.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/summary.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/templite.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/version.py
%%DATADIR%%/plugins/python/helpers/coveragepy/coverage/xmlreport.py
%%DATADIR%%/plugins/python/helpers/docstring_formatter.py
%%DATADIR%%/plugins/python/helpers/docutils/__init__.py
%%DATADIR%%/plugins/python/helpers/docutils/_compat.py
%%DATADIR%%/plugins/python/helpers/docutils/core.py
%%DATADIR%%/plugins/python/helpers/docutils/docutils.conf
%%DATADIR%%/plugins/python/helpers/docutils/examples.py
%%DATADIR%%/plugins/python/helpers/docutils/frontend.py
%%DATADIR%%/plugins/python/helpers/docutils/io.py
%%DATADIR%%/plugins/python/helpers/docutils/languages/__init__.py
%%DATADIR%%/plugins/python/helpers/docutils/languages/af.py
%%DATADIR%%/plugins/python/helpers/docutils/languages/ca.py
%%DATADIR%%/plugins/python/helpers/docutils/languages/cs.py
%%DATADIR%%/plugins/python/helpers/docutils/languages/da.py
%%DATADIR%%/plugins/python/helpers/docutils/languages/de.py
%%DATADIR%%/plugins/python/helpers/docutils/languages/en.py
%%DATADIR%%/plugins/python/helpers/docutils/languages/eo.py
%%DATADIR%%/plugins/python/helpers/docutils/languages/es.py
%%DATADIR%%/plugins/python/helpers/docutils/languages/fi.py
%%DATADIR%%/plugins/python/helpers/docutils/languages/fr.py
%%DATADIR%%/plugins/python/helpers/docutils/languages/gl.py
%%DATADIR%%/plugins/python/helpers/docutils/languages/he.py
%%DATADIR%%/plugins/python/helpers/docutils/languages/it.py
%%DATADIR%%/plugins/python/helpers/docutils/languages/ja.py
%%DATADIR%%/plugins/python/helpers/docutils/languages/lt.py
%%DATADIR%%/plugins/python/helpers/docutils/languages/nl.py
%%DATADIR%%/plugins/python/helpers/docutils/languages/pl.py
%%DATADIR%%/plugins/python/helpers/docutils/languages/pt_br.py
%%DATADIR%%/plugins/python/helpers/docutils/languages/ru.py
%%DATADIR%%/plugins/python/helpers/docutils/languages/sk.py
%%DATADIR%%/plugins/python/helpers/docutils/languages/sv.py
%%DATADIR%%/plugins/python/helpers/docutils/languages/zh_cn.py
%%DATADIR%%/plugins/python/helpers/docutils/languages/zh_tw.py
%%DATADIR%%/plugins/python/helpers/docutils/nodes.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/__init__.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/null.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/__init__.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/directives/__init__.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/directives/admonitions.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/directives/body.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/directives/html.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/directives/images.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/directives/misc.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/directives/parts.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/directives/references.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/directives/tables.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/README.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/isoamsa.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/isoamsb.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/isoamsc.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/isoamsn.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/isoamso.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/isoamsr.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/isobox.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/isocyr1.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/isocyr2.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/isodia.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/isogrk1.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/isogrk2.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/isogrk3.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/isogrk4-wide.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/isogrk4.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/isolat1.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/isolat2.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/isomfrk-wide.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/isomfrk.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/isomopf-wide.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/isomopf.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/isomscr-wide.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/isomscr.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/isonum.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/isopub.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/isotech.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/mmlalias.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/mmlextra-wide.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/mmlextra.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/s5defs.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/xhtml1-lat1.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/xhtml1-special.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/include/xhtml1-symbol.txt
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/languages/__init__.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/languages/af.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/languages/ca.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/languages/cs.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/languages/da.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/languages/de.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/languages/en.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/languages/eo.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/languages/es.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/languages/fi.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/languages/fr.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/languages/gl.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/languages/he.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/languages/it.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/languages/ja.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/languages/lt.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/languages/nl.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/languages/pl.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/languages/pt_br.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/languages/ru.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/languages/sk.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/languages/sv.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/languages/zh_cn.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/languages/zh_tw.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/roles.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/states.py
%%DATADIR%%/plugins/python/helpers/docutils/parsers/rst/tableparser.py
%%DATADIR%%/plugins/python/helpers/docutils/readers/__init__.py
%%DATADIR%%/plugins/python/helpers/docutils/readers/doctree.py
%%DATADIR%%/plugins/python/helpers/docutils/readers/pep.py
%%DATADIR%%/plugins/python/helpers/docutils/readers/standalone.py
%%DATADIR%%/plugins/python/helpers/docutils/statemachine.py
%%DATADIR%%/plugins/python/helpers/docutils/transforms/__init__.py
%%DATADIR%%/plugins/python/helpers/docutils/transforms/components.py
%%DATADIR%%/plugins/python/helpers/docutils/transforms/frontmatter.py
%%DATADIR%%/plugins/python/helpers/docutils/transforms/misc.py
%%DATADIR%%/plugins/python/helpers/docutils/transforms/parts.py
%%DATADIR%%/plugins/python/helpers/docutils/transforms/peps.py
%%DATADIR%%/plugins/python/helpers/docutils/transforms/references.py
%%DATADIR%%/plugins/python/helpers/docutils/transforms/universal.py
%%DATADIR%%/plugins/python/helpers/docutils/transforms/writer_aux.py
%%DATADIR%%/plugins/python/helpers/docutils/utils/__init__.py
%%DATADIR%%/plugins/python/helpers/docutils/utils/code_analyzer.py
%%DATADIR%%/plugins/python/helpers/docutils/utils/error_reporting.py
%%DATADIR%%/plugins/python/helpers/docutils/utils/math/__init__.py
%%DATADIR%%/plugins/python/helpers/docutils/utils/math/latex2mathml.py
%%DATADIR%%/plugins/python/helpers/docutils/utils/math/math2html.py
%%DATADIR%%/plugins/python/helpers/docutils/utils/math/tex2unichar.py
%%DATADIR%%/plugins/python/helpers/docutils/utils/math/unichar2tex.py
%%DATADIR%%/plugins/python/helpers/docutils/utils/punctuation_chars.py
%%DATADIR%%/plugins/python/helpers/docutils/utils/roman.py
%%DATADIR%%/plugins/python/helpers/docutils/utils/smartquotes.py
%%DATADIR%%/plugins/python/helpers/docutils/utils/urischemes.py
%%DATADIR%%/plugins/python/helpers/docutils/writers/__init__.py
%%DATADIR%%/plugins/python/helpers/docutils/writers/docutils_xml.py
%%DATADIR%%/plugins/python/helpers/docutils/writers/html4css1/__init__.py
%%DATADIR%%/plugins/python/helpers/docutils/writers/html4css1/html4css1.css
%%DATADIR%%/plugins/python/helpers/docutils/writers/html4css1/math.css
%%DATADIR%%/plugins/python/helpers/docutils/writers/html4css1/template.txt
%%DATADIR%%/plugins/python/helpers/docutils/writers/latex2e/__init__.py
%%DATADIR%%/plugins/python/helpers/docutils/writers/latex2e/default.tex
%%DATADIR%%/plugins/python/helpers/docutils/writers/latex2e/docutils-05-compat.sty
%%DATADIR%%/plugins/python/helpers/docutils/writers/latex2e/titlepage.tex
%%DATADIR%%/plugins/python/helpers/docutils/writers/latex2e/xelatex.tex
%%DATADIR%%/plugins/python/helpers/docutils/writers/manpage.py
%%DATADIR%%/plugins/python/helpers/docutils/writers/null.py
%%DATADIR%%/plugins/python/helpers/docutils/writers/odf_odt/__init__.py
%%DATADIR%%/plugins/python/helpers/docutils/writers/odf_odt/pygmentsformatter.py
%%DATADIR%%/plugins/python/helpers/docutils/writers/odf_odt/styles.odt
%%DATADIR%%/plugins/python/helpers/docutils/writers/pep_html/__init__.py
%%DATADIR%%/plugins/python/helpers/docutils/writers/pep_html/pep.css
%%DATADIR%%/plugins/python/helpers/docutils/writers/pep_html/template.txt
%%DATADIR%%/plugins/python/helpers/docutils/writers/pseudoxml.py
%%DATADIR%%/plugins/python/helpers/docutils/writers/s5_html/__init__.py
%%DATADIR%%/plugins/python/helpers/docutils/writers/s5_html/themes/README.txt
%%DATADIR%%/plugins/python/helpers/docutils/writers/s5_html/themes/big-black/__base__
%%DATADIR%%/plugins/python/helpers/docutils/writers/s5_html/themes/big-black/framing.css
%%DATADIR%%/plugins/python/helpers/docutils/writers/s5_html/themes/big-black/pretty.css
%%DATADIR%%/plugins/python/helpers/docutils/writers/s5_html/themes/big-white/framing.css
%%DATADIR%%/plugins/python/helpers/docutils/writers/s5_html/themes/big-white/pretty.css
%%DATADIR%%/plugins/python/helpers/docutils/writers/s5_html/themes/default/blank.gif
%%DATADIR%%/plugins/python/helpers/docutils/writers/s5_html/themes/default/framing.css
%%DATADIR%%/plugins/python/helpers/docutils/writers/s5_html/themes/default/iepngfix.htc
%%DATADIR%%/plugins/python/helpers/docutils/writers/s5_html/themes/default/opera.css
%%DATADIR%%/plugins/python/helpers/docutils/writers/s5_html/themes/default/outline.css
%%DATADIR%%/plugins/python/helpers/docutils/writers/s5_html/themes/default/pretty.css
%%DATADIR%%/plugins/python/helpers/docutils/writers/s5_html/themes/default/print.css
%%DATADIR%%/plugins/python/helpers/docutils/writers/s5_html/themes/default/s5-core.css
%%DATADIR%%/plugins/python/helpers/docutils/writers/s5_html/themes/default/slides.css
%%DATADIR%%/plugins/python/helpers/docutils/writers/s5_html/themes/default/slides.js
%%DATADIR%%/plugins/python/helpers/docutils/writers/s5_html/themes/medium-black/__base__
%%DATADIR%%/plugins/python/helpers/docutils/writers/s5_html/themes/medium-black/pretty.css
%%DATADIR%%/plugins/python/helpers/docutils/writers/s5_html/themes/medium-white/framing.css
%%DATADIR%%/plugins/python/helpers/docutils/writers/s5_html/themes/medium-white/pretty.css
%%DATADIR%%/plugins/python/helpers/docutils/writers/s5_html/themes/small-black/__base__
%%DATADIR%%/plugins/python/helpers/docutils/writers/s5_html/themes/small-black/pretty.css
%%DATADIR%%/plugins/python/helpers/docutils/writers/s5_html/themes/small-white/framing.css
%%DATADIR%%/plugins/python/helpers/docutils/writers/s5_html/themes/small-white/pretty.css
%%DATADIR%%/plugins/python/helpers/docutils/writers/xetex/__init__.py
%%DATADIR%%/plugins/python/helpers/epydoc/__init__.py
%%DATADIR%%/plugins/python/helpers/epydoc/apidoc.py
%%DATADIR%%/plugins/python/helpers/epydoc/checker.py
%%DATADIR%%/plugins/python/helpers/epydoc/cli.py
%%DATADIR%%/plugins/python/helpers/epydoc/compat.py
%%DATADIR%%/plugins/python/helpers/epydoc/docbuilder.py
%%DATADIR%%/plugins/python/helpers/epydoc/docintrospecter.py
%%DATADIR%%/plugins/python/helpers/epydoc/docparser.py
%%DATADIR%%/plugins/python/helpers/epydoc/docstringparser.py
%%DATADIR%%/plugins/python/helpers/epydoc/docwriter/__init__.py
%%DATADIR%%/plugins/python/helpers/epydoc/docwriter/dotgraph.py
%%DATADIR%%/plugins/python/helpers/epydoc/docwriter/html.py
%%DATADIR%%/plugins/python/helpers/epydoc/docwriter/html_colorize.py
%%DATADIR%%/plugins/python/helpers/epydoc/docwriter/html_css.py
%%DATADIR%%/plugins/python/helpers/epydoc/docwriter/html_help.py
%%DATADIR%%/plugins/python/helpers/epydoc/docwriter/latex.py
%%DATADIR%%/plugins/python/helpers/epydoc/docwriter/plaintext.py
%%DATADIR%%/plugins/python/helpers/epydoc/docwriter/xlink.py
%%DATADIR%%/plugins/python/helpers/epydoc/gui.py
%%DATADIR%%/plugins/python/helpers/epydoc/log.py
%%DATADIR%%/plugins/python/helpers/epydoc/markup/__init__.py
%%DATADIR%%/plugins/python/helpers/epydoc/markup/doctest.py
%%DATADIR%%/plugins/python/helpers/epydoc/markup/epytext.py
%%DATADIR%%/plugins/python/helpers/epydoc/markup/javadoc.py
%%DATADIR%%/plugins/python/helpers/epydoc/markup/plaintext.py
%%DATADIR%%/plugins/python/helpers/epydoc/markup/pyval_repr.py
%%DATADIR%%/plugins/python/helpers/epydoc/markup/restructuredtext.py
%%DATADIR%%/plugins/python/helpers/epydoc/util.py
%%DATADIR%%/plugins/python/helpers/extra_syspath.py
%%DATADIR%%/plugins/python/helpers/generator3.py
%%DATADIR%%/plugins/python/helpers/icon-robots.txt
%%DATADIR%%/plugins/python/helpers/idle.py
%%DATADIR%%/plugins/python/helpers/packaging_tool.py
%%DATADIR%%/plugins/python/helpers/pip-19.0.3.tar.gz
%%DATADIR%%/plugins/python/helpers/pockets/__init__.py
%%DATADIR%%/plugins/python/helpers/pockets/_version.py
%%DATADIR%%/plugins/python/helpers/pockets/collections.py
%%DATADIR%%/plugins/python/helpers/pockets/inspect.py
%%DATADIR%%/plugins/python/helpers/pockets/iterators.py
%%DATADIR%%/plugins/python/helpers/pockets/string.py
%%DATADIR%%/plugins/python/helpers/profiler/__init__.py
%%DATADIR%%/plugins/python/helpers/profiler/_imps/__init__.py
%%DATADIR%%/plugins/python/helpers/profiler/_imps/_pydev_pkgutil_old.py
%%DATADIR%%/plugins/python/helpers/profiler/_prof_imports.py
%%DATADIR%%/plugins/python/helpers/profiler/load_pstat.py
%%DATADIR%%/plugins/python/helpers/profiler/prof_io.py
%%DATADIR%%/plugins/python/helpers/profiler/prof_six.py
%%DATADIR%%/plugins/python/helpers/profiler/prof_util.py
%%DATADIR%%/plugins/python/helpers/profiler/profiler.thrift
%%DATADIR%%/plugins/python/helpers/profiler/run_profiler.py
%%DATADIR%%/plugins/python/helpers/profiler/vmprof_profiler.py
%%DATADIR%%/plugins/python/helpers/profiler/yappi_profiler.py
%%DATADIR%%/plugins/python/helpers/py2ipnb_converter.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/__init__.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/_compat.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/core.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/docutils.conf
%%DATADIR%%/plugins/python/helpers/py2only/docutils/examples.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/frontend.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/io.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/languages/__init__.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/languages/af.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/languages/ca.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/languages/cs.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/languages/da.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/languages/de.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/languages/en.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/languages/eo.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/languages/es.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/languages/fi.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/languages/fr.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/languages/gl.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/languages/he.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/languages/it.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/languages/ja.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/languages/lt.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/languages/nl.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/languages/pl.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/languages/pt_br.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/languages/ru.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/languages/sk.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/languages/sv.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/languages/zh_cn.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/languages/zh_tw.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/nodes.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/__init__.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/null.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/__init__.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/directives/__init__.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/directives/admonitions.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/directives/body.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/directives/html.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/directives/images.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/directives/misc.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/directives/parts.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/directives/references.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/directives/tables.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/README.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/isoamsa.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/isoamsb.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/isoamsc.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/isoamsn.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/isoamso.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/isoamsr.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/isobox.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/isocyr1.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/isocyr2.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/isodia.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/isogrk1.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/isogrk2.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/isogrk3.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/isogrk4-wide.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/isogrk4.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/isolat1.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/isolat2.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/isomfrk-wide.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/isomfrk.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/isomopf-wide.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/isomopf.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/isomscr-wide.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/isomscr.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/isonum.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/isopub.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/isotech.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/mmlalias.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/mmlextra-wide.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/mmlextra.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/s5defs.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/xhtml1-lat1.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/xhtml1-special.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/include/xhtml1-symbol.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/languages/__init__.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/languages/af.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/languages/ca.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/languages/cs.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/languages/da.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/languages/de.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/languages/en.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/languages/eo.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/languages/es.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/languages/fi.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/languages/fr.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/languages/gl.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/languages/he.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/languages/it.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/languages/ja.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/languages/lt.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/languages/nl.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/languages/pl.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/languages/pt_br.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/languages/ru.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/languages/sk.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/languages/sv.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/languages/zh_cn.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/languages/zh_tw.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/roles.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/states.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/parsers/rst/tableparser.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/readers/__init__.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/readers/doctree.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/readers/pep.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/readers/standalone.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/statemachine.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/transforms/__init__.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/transforms/components.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/transforms/frontmatter.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/transforms/misc.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/transforms/parts.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/transforms/peps.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/transforms/references.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/transforms/universal.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/transforms/writer_aux.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/utils/__init__.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/utils/code_analyzer.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/utils/error_reporting.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/utils/math/__init__.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/utils/math/latex2mathml.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/utils/math/math2html.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/utils/math/tex2unichar.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/utils/math/unichar2tex.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/utils/punctuation_chars.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/utils/roman.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/utils/smartquotes.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/utils/urischemes.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/__init__.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/docutils_xml.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/html4css1/__init__.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/html4css1/html4css1.css
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/html4css1/math.css
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/html4css1/template.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/latex2e/__init__.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/latex2e/default.tex
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/latex2e/docutils-05-compat.sty
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/latex2e/titlepage.tex
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/latex2e/xelatex.tex
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/manpage.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/null.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/odf_odt/__init__.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/odf_odt/pygmentsformatter.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/odf_odt/styles.odt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/pep_html/__init__.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/pep_html/pep.css
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/pep_html/template.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/pseudoxml.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/s5_html/__init__.py
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/README.txt
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/big-black/__base__
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/big-black/framing.css
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/big-black/pretty.css
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/big-white/framing.css
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/big-white/pretty.css
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/default/blank.gif
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/default/framing.css
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/default/iepngfix.htc
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/default/opera.css
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/default/outline.css
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/default/pretty.css
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/default/print.css
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/default/s5-core.css
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/default/slides.css
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/default/slides.js
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/medium-black/__base__
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/medium-black/pretty.css
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/medium-white/framing.css
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/medium-white/pretty.css
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/small-black/__base__
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/small-black/pretty.css
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/small-white/framing.css
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/s5_html/themes/small-white/pretty.css
%%DATADIR%%/plugins/python/helpers/py2only/docutils/writers/xetex/__init__.py
%%DATADIR%%/plugins/python/helpers/py2only/roman.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/__init__.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/_compat.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/core.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/examples.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/frontend.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/io.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/languages/__init__.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/languages/af.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/languages/ca.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/languages/cs.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/languages/da.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/languages/de.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/languages/en.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/languages/eo.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/languages/es.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/languages/fi.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/languages/fr.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/languages/gl.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/languages/he.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/languages/it.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/languages/ja.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/languages/lt.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/languages/nl.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/languages/pl.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/languages/pt_br.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/languages/ru.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/languages/sk.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/languages/sv.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/languages/zh_cn.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/languages/zh_tw.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/nodes.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/__init__.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/null.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/__init__.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/directives/__init__.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/directives/admonitions.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/directives/body.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/directives/html.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/directives/images.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/directives/misc.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/directives/parts.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/directives/references.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/directives/tables.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/README.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/isoamsa.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/isoamsb.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/isoamsc.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/isoamsn.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/isoamso.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/isoamsr.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/isobox.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/isocyr1.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/isocyr2.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/isodia.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/isogrk1.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/isogrk2.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/isogrk3.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/isogrk4-wide.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/isogrk4.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/isolat1.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/isolat2.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/isomfrk-wide.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/isomfrk.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/isomopf-wide.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/isomopf.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/isomscr-wide.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/isomscr.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/isonum.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/isopub.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/isotech.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/mmlalias.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/mmlextra-wide.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/mmlextra.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/s5defs.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/xhtml1-lat1.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/xhtml1-special.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/include/xhtml1-symbol.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/languages/__init__.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/languages/af.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/languages/ca.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/languages/cs.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/languages/da.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/languages/de.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/languages/en.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/languages/eo.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/languages/es.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/languages/fi.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/languages/fr.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/languages/gl.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/languages/he.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/languages/it.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/languages/ja.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/languages/lt.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/languages/nl.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/languages/pl.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/languages/pt_br.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/languages/ru.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/languages/sk.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/languages/sv.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/languages/zh_cn.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/languages/zh_tw.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/roles.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/states.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/parsers/rst/tableparser.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/readers/__init__.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/readers/doctree.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/readers/pep.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/readers/standalone.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/statemachine.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/transforms/__init__.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/transforms/components.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/transforms/frontmatter.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/transforms/misc.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/transforms/parts.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/transforms/peps.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/transforms/references.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/transforms/universal.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/transforms/writer_aux.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/utils/__init__.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/utils/code_analyzer.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/utils/error_reporting.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/utils/math/__init__.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/utils/math/latex2mathml.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/utils/math/math2html.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/utils/math/tex2unichar.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/utils/math/unichar2tex.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/utils/punctuation_chars.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/utils/roman.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/utils/smartquotes.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/utils/urischemes.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/__init__.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/docutils_xml.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/html4css1/__init__.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/html4css1/html4css1.css
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/html4css1/math.css
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/html4css1/template.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/latex2e/__init__.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/latex2e/default.tex
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/latex2e/titlepage.tex
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/latex2e/xelatex.tex
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/manpage.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/null.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/odf_odt/__init__.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/odf_odt/pygmentsformatter.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/odf_odt/styles.odt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/pep_html/__init__.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/pep_html/pep.css
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/pep_html/template.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/pseudoxml.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/s5_html/__init__.py
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/README.txt
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/big-black/__base__
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/big-black/framing.css
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/big-black/pretty.css
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/big-white/framing.css
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/big-white/pretty.css
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/default/blank.gif
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/default/framing.css
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/default/iepngfix.htc
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/default/opera.css
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/default/outline.css
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/default/pretty.css
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/default/print.css
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/default/s5-core.css
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/default/slides.css
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/default/slides.js
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/medium-black/__base__
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/medium-black/pretty.css
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/medium-white/framing.css
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/medium-white/pretty.css
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/small-black/__base__
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/small-black/pretty.css
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/small-white/framing.css
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/s5_html/themes/small-white/pretty.css
%%DATADIR%%/plugins/python/helpers/py3only/docutils/writers/xetex/__init__.py
%%DATADIR%%/plugins/python/helpers/pycharm/__init__.py
%%DATADIR%%/plugins/python/helpers/pycharm/__jb.for_twisted/twisted/plugins/README.txt
%%DATADIR%%/plugins/python/helpers/pycharm/__jb.for_twisted/twisted/plugins/teamcity_plugin.py
%%DATADIR%%/plugins/python/helpers/pycharm/_bdd_utils.py
%%DATADIR%%/plugins/python/helpers/pycharm/_jb_create_folder.py
%%DATADIR%%/plugins/python/helpers/pycharm/_jb_django_behave.py
%%DATADIR%%/plugins/python/helpers/pycharm/_jb_django_project_creator.py
%%DATADIR%%/plugins/python/helpers/pycharm/_jb_find_best_place.py
%%DATADIR%%/plugins/python/helpers/pycharm/_jb_manage_tasks_provider.py
%%DATADIR%%/plugins/python/helpers/pycharm/_jb_nosetest_runner.py
%%DATADIR%%/plugins/python/helpers/pycharm/_jb_parallel_tree_manager.py
%%DATADIR%%/plugins/python/helpers/pycharm/_jb_pytest_runner.py
%%DATADIR%%/plugins/python/helpers/pycharm/_jb_runner_tools.py
%%DATADIR%%/plugins/python/helpers/pycharm/_jb_serial_tree_manager.py
%%DATADIR%%/plugins/python/helpers/pycharm/_jb_tox_runner.py
%%DATADIR%%/plugins/python/helpers/pycharm/_jb_trialtest_runner.py
%%DATADIR%%/plugins/python/helpers/pycharm/_jb_unittest_runner.py
%%DATADIR%%/plugins/python/helpers/pycharm/_jb_utils.py
%%DATADIR%%/plugins/python/helpers/pycharm/appcfg_fetcher.py
%%DATADIR%%/plugins/python/helpers/pycharm/attestrunner.py
%%DATADIR%%/plugins/python/helpers/pycharm/behave_runner.py
%%DATADIR%%/plugins/python/helpers/pycharm/buildout_engulfer.py
%%DATADIR%%/plugins/python/helpers/pycharm/django_manage.py
%%DATADIR%%/plugins/python/helpers/pycharm/django_manage_commands_provider/__init__.py
%%DATADIR%%/plugins/python/helpers/pycharm/django_manage_commands_provider/_parser/__init__.py
%%DATADIR%%/plugins/python/helpers/pycharm/django_manage_commands_provider/_parser/_argparse.py
%%DATADIR%%/plugins/python/helpers/pycharm/django_manage_commands_provider/_parser/_optparse.py
%%DATADIR%%/plugins/python/helpers/pycharm/django_manage_commands_provider/_parser/_utils.py
%%DATADIR%%/plugins/python/helpers/pycharm/django_manage_commands_provider/_parser/parser.py
%%DATADIR%%/plugins/python/helpers/pycharm/django_manage_commands_provider/_xml.py
%%DATADIR%%/plugins/python/helpers/pycharm/django_manage_commands_provider/readme.txt
%%DATADIR%%/plugins/python/helpers/pycharm/django_manage_shell.py
%%DATADIR%%/plugins/python/helpers/pycharm/django_test_manage.py
%%DATADIR%%/plugins/python/helpers/pycharm/django_test_runner.py
%%DATADIR%%/plugins/python/helpers/pycharm/docrunner.py
%%DATADIR%%/plugins/python/helpers/pycharm/fix_getpass.py
%%DATADIR%%/plugins/python/helpers/pycharm/lettuce_runner.py
%%DATADIR%%/plugins/python/helpers/pycharm/nose_helper/_2.py
%%DATADIR%%/plugins/python/helpers/pycharm/nose_helper/_3.py
%%DATADIR%%/plugins/python/helpers/pycharm/nose_helper/__init__.py
%%DATADIR%%/plugins/python/helpers/pycharm/nose_helper/case.py
%%DATADIR%%/plugins/python/helpers/pycharm/nose_helper/config.py
%%DATADIR%%/plugins/python/helpers/pycharm/nose_helper/failure.py
%%DATADIR%%/plugins/python/helpers/pycharm/nose_helper/loader.py
%%DATADIR%%/plugins/python/helpers/pycharm/nose_helper/raise_compat.py
%%DATADIR%%/plugins/python/helpers/pycharm/nose_helper/selector.py
%%DATADIR%%/plugins/python/helpers/pycharm/nose_helper/suite.py
%%DATADIR%%/plugins/python/helpers/pycharm/nose_helper/util.py
%%DATADIR%%/plugins/python/helpers/pycharm/nose_utils.py
%%DATADIR%%/plugins/python/helpers/pycharm/noserunner.py
%%DATADIR%%/plugins/python/helpers/pycharm/pycharm_commands/__init__.py
%%DATADIR%%/plugins/python/helpers/pycharm/pycharm_commands/pycharm_test.py
%%DATADIR%%/plugins/python/helpers/pycharm/pycharm_load_entry_point.py
%%DATADIR%%/plugins/python/helpers/pycharm/pycharm_run_utils.py
%%DATADIR%%/plugins/python/helpers/pycharm/pycharm_setup_runner.py
%%DATADIR%%/plugins/python/helpers/pycharm/pytest_teamcity.py
%%DATADIR%%/plugins/python/helpers/pycharm/pytestrunner.py
%%DATADIR%%/plugins/python/helpers/pycharm/runpy_compat.py
%%DATADIR%%/plugins/python/helpers/pycharm/tcmessages.py
%%DATADIR%%/plugins/python/helpers/pycharm/tcunittest.py
%%DATADIR%%/plugins/python/helpers/pycharm/teamcity/README.txt
%%DATADIR%%/plugins/python/helpers/pycharm/teamcity/__init__.py
%%DATADIR%%/plugins/python/helpers/pycharm/teamcity/common.py
%%DATADIR%%/plugins/python/helpers/pycharm/teamcity/context_managers.py
%%DATADIR%%/plugins/python/helpers/pycharm/teamcity/diff_tools.py
%%DATADIR%%/plugins/python/helpers/pycharm/teamcity/django.py
%%DATADIR%%/plugins/python/helpers/pycharm/teamcity/flake8_plugin.py
%%DATADIR%%/plugins/python/helpers/pycharm/teamcity/flake8_v2_plugin.py
%%DATADIR%%/plugins/python/helpers/pycharm/teamcity/flake8_v3_plugin.py
%%DATADIR%%/plugins/python/helpers/pycharm/teamcity/jb_behave_formatter.py
%%DATADIR%%/plugins/python/helpers/pycharm/teamcity/messages.py
%%DATADIR%%/plugins/python/helpers/pycharm/teamcity/nose_report.py
%%DATADIR%%/plugins/python/helpers/pycharm/teamcity/pytest_plugin.py
%%DATADIR%%/plugins/python/helpers/pycharm/teamcity/unittestpy.py
%%DATADIR%%/plugins/python/helpers/pycharm/utrunner.py
%%DATADIR%%/plugins/python/helpers/pycharm_display/datalore/__init__.py
%%DATADIR%%/plugins/python/helpers/pycharm_display/datalore/display/__init__.py
%%DATADIR%%/plugins/python/helpers/pycharm_display/datalore/display/display_.py
%%DATADIR%%/plugins/python/helpers/pycharm_display/datalore/display/supported_data_type.py
%%DATADIR%%/plugins/python/helpers/pycharm_display/tests/display/test_supported_data_type.py
%%DATADIR%%/plugins/python/helpers/pycharm_generator_utils/__init__.py
%%DATADIR%%/plugins/python/helpers/pycharm_generator_utils/clr_tools.py
%%DATADIR%%/plugins/python/helpers/pycharm_generator_utils/constants.py
%%DATADIR%%/plugins/python/helpers/pycharm_generator_utils/module_redeclarator.py
%%DATADIR%%/plugins/python/helpers/pycharm_generator_utils/pyparsing_py2.py
%%DATADIR%%/plugins/python/helpers/pycharm_generator_utils/pyparsing_py3.py
%%DATADIR%%/plugins/python/helpers/pycharm_generator_utils/util_methods.py
%%DATADIR%%/plugins/python/helpers/pycharm_matplotlib_backend/__init__.py
%%DATADIR%%/plugins/python/helpers/pycharm_matplotlib_backend/backend_interagg.py
%%DATADIR%%/plugins/python/helpers/pycharm_matplotlib_backend/sitecustomize.py
%%DATADIR%%/plugins/python/helpers/pycodestyle.py
%%DATADIR%%/plugins/python/helpers/pydev/LICENSE
%%DATADIR%%/plugins/python/helpers/pydev/MANIFEST.in
%%DATADIR%%/plugins/python/helpers/pydev/README.rst
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/_pydev_calltip_util.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/_pydev_completer.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/_pydev_filesystem_encoding.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/_pydev_getopt.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/_pydev_imports_tipper.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/_pydev_jy_imports_tipper.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/_pydev_log.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/_pydev_tipper_common.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/fix_getpass.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/pydev_code_executor.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/pydev_console_commands.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/pydev_console_types.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/pydev_console_utils.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/pydev_import_hook.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/pydev_imports.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/pydev_ipython_code_executor.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/pydev_ipython_console.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/pydev_ipython_console_011.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/pydev_is_thread_alive.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/pydev_localhost.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/pydev_log.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/pydev_monkey.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/pydev_monkey_qt.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/pydev_override.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/pydev_stdin.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/pydev_umd.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_bundle/pydev_versioncheck.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_comm/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_comm/pydev_io.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_comm/pydev_rpc.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_comm/pydev_server.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_comm/pydev_transport.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_imps/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_imps/_pydev_BaseHTTPServer.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_imps/_pydev_SimpleXMLRPCServer.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_imps/_pydev_SocketServer.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_imps/_pydev_execfile.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_imps/_pydev_inspect.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_imps/_pydev_pkgutil_old.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_imps/_pydev_saved_modules.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_imps/_pydev_sys_patch.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_imps/_pydev_xmlrpclib.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_runfiles/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_runfiles/pydev_runfiles.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_runfiles/pydev_runfiles_coverage.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_runfiles/pydev_runfiles_nose.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_runfiles/pydev_runfiles_parallel.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_runfiles/pydev_runfiles_parallel_client.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_runfiles/pydev_runfiles_pytest2.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydev_runfiles/pydev_runfiles_xml_rpc.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevconsole_code_for_ironpython.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info_regular.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_breakpointhook.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_breakpoints.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_collect_try_except_info.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm_constants.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_command_line_handling.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_console.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_console_integration.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_console_pytest.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_constants.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_custom_frames.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython.c
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython.pxd
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython.pyx
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_35_32.cp35-win32.pyd
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_35_64.cp35-win_amd64.pyd
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_32.cp36-win32.pyd
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_64.cp36-win_amd64.pyd
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_37_32.cp37-win32.pyd
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_37_64.cp37-win_amd64.pyd
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_cython_wrapper.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_dont_trace.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_dont_trace_files.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_exec.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_exec2.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_extension_api.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_extension_utils.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_frame.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_frame_utils.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_import_class.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_io.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_kill_all_pydevd_threads.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_plugin_utils.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_process_net_command.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_referrers.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_reload.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_resolver.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_save_locals.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_signature.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_stackless.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_thrift.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_trace_api.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_trace_dispatch.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_trace_dispatch_regular.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_traceproperty.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_utils.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_vars.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_vm_type.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_xml.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_main.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.c
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.pxd
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.pyx
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_64.cp36-win_amd64.pyd
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_32.cp37-win32.pyd
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_64.cp37-win_amd64.pyd
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_frame_tracing.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/pydevd_modify_bytecode.py
%%DATADIR%%/plugins/python/helpers/pydev/_pydevd_frame_eval/release_mem.h
%%DATADIR%%/plugins/python/helpers/pydev/build_tools/build.py
%%DATADIR%%/plugins/python/helpers/pydev/build_tools/build_binaries_osx.py
%%DATADIR%%/plugins/python/helpers/pydev/build_tools/build_binaries_windows.py
%%DATADIR%%/plugins/python/helpers/pydev/build_tools/generate_code.py
%%DATADIR%%/plugins/python/helpers/pydev/build_tools/names_to_rename.py
%%DATADIR%%/plugins/python/helpers/pydev/build_tools/pydevd_release_process.txt
%%DATADIR%%/plugins/python/helpers/pydev/build_tools/rename_pep8.py
%%DATADIR%%/plugins/python/helpers/pydev/interpreterInfo.py
%%DATADIR%%/plugins/python/helpers/pydev/jython_test_deps/ant.jar
%%DATADIR%%/plugins/python/helpers/pydev/jython_test_deps/junit.jar
%%DATADIR%%/plugins/python/helpers/pydev/merge_pydev_pycharm.txt
%%DATADIR%%/plugins/python/helpers/pydev/pycharm-readme.txt
%%DATADIR%%/plugins/python/helpers/pydev/pycompletionserver.py
%%DATADIR%%/plugins/python/helpers/pydev/pydev_app_engine_debug_startup.py
%%DATADIR%%/plugins/python/helpers/pydev/pydev_console/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/pydev_console/console.thrift
%%DATADIR%%/plugins/python/helpers/pydev/pydev_console/protocol.py
%%DATADIR%%/plugins/python/helpers/pydev/pydev_coverage.py
%%DATADIR%%/plugins/python/helpers/pydev/pydev_ipython/README
%%DATADIR%%/plugins/python/helpers/pydev/pydev_ipython/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/pydev_ipython/inputhook.py
%%DATADIR%%/plugins/python/helpers/pydev/pydev_ipython/inputhookglut.py
%%DATADIR%%/plugins/python/helpers/pydev/pydev_ipython/inputhookgtk.py
%%DATADIR%%/plugins/python/helpers/pydev/pydev_ipython/inputhookgtk3.py
%%DATADIR%%/plugins/python/helpers/pydev/pydev_ipython/inputhookpyglet.py
%%DATADIR%%/plugins/python/helpers/pydev/pydev_ipython/inputhookqt4.py
%%DATADIR%%/plugins/python/helpers/pydev/pydev_ipython/inputhookqt5.py
%%DATADIR%%/plugins/python/helpers/pydev/pydev_ipython/inputhooktk.py
%%DATADIR%%/plugins/python/helpers/pydev/pydev_ipython/inputhookwx.py
%%DATADIR%%/plugins/python/helpers/pydev/pydev_ipython/matplotlibtools.py
%%DATADIR%%/plugins/python/helpers/pydev/pydev_ipython/qt.py
%%DATADIR%%/plugins/python/helpers/pydev/pydev_ipython/qt_for_kernel.py
%%DATADIR%%/plugins/python/helpers/pydev/pydev_ipython/qt_loaders.py
%%DATADIR%%/plugins/python/helpers/pydev/pydev_ipython/version.py
%%DATADIR%%/plugins/python/helpers/pydev/pydev_pysrc.py
%%DATADIR%%/plugins/python/helpers/pydev/pydev_sitecustomize/__not_in_default_pythonpath.txt
%%DATADIR%%/plugins/python/helpers/pydev/pydev_sitecustomize/sitecustomize.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevconsole.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/README.txt
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/_always_live_program.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/_check.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/_test_attach_to_process.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/_test_attach_to_process_linux.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/add_code_to_python_process.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/attach_pydevd.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/attach_script.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/dll/attach.cpp
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/dll/attach.h
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/dll/compile_dll.bat
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/dll/python.h
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/dll/stdafx.cpp
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/dll/stdafx.h
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/dll/targetver.h
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/linux/Makefile
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/linux/attach_linux.c
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/linux/compile_mac.sh
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/linux/compile_so.sh
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/linux/gdb_threads_settrace.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/linux/lldb_prepare.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/linux/lldb_threads_settrace.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/linux/python.h
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/breakpoint.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/compat.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/crash.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/debug.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/disasm.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/event.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/interactive.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/module.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/README
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/do_example.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/do_exchain.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/do_exploitable.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/plugins/do_symfix.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/process.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/registry.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/search.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/sql.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/system.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/textio.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/thread.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/util.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/advapi32.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/context_amd64.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/context_i386.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/dbghelp.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/defines.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/gdi32.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/kernel32.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/ntdll.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/peb_teb.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/psapi.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/shell32.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/shlwapi.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/user32.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/version.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/wtsapi32.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/window.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_concurrency_analyser/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_concurrency_analyser/pydevd_concurrency_logger.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_concurrency_analyser/pydevd_thread_wrappers.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_file_utils.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_plugins/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_plugins/django_debug.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_plugins/extensions/README.md
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_plugins/extensions/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_plugins/extensions/types/README.md
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_plugins/extensions/types/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_plugins/extensions/types/pydevd_helpers.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_plugins/extensions/types/pydevd_plugin_numpy_types.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_plugins/extensions/types/pydevd_plugins_django_form_str.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_plugins/jinja2_debug.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_pycharm.py
%%DATADIR%%/plugins/python/helpers/pydev/pydevd_tracing.py
%%DATADIR%%/plugins/python/helpers/pydev/pytest.ini
%%DATADIR%%/plugins/python/helpers/pydev/runfiles.py
%%DATADIR%%/plugins/python/helpers/pydev/setup.py
%%DATADIR%%/plugins/python/helpers/pydev/setup_cython.py
%%DATADIR%%/plugins/python/helpers/pydev/stubs/_django_manager_body.py
%%DATADIR%%/plugins/python/helpers/pydev/stubs/_get_tips.py
%%DATADIR%%/plugins/python/helpers/pydev/stubs/pycompletion.py
%%DATADIR%%/plugins/python/helpers/pydev/test_pydevd_reload/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/test_pydevd_reload/test_pydevd_reload.py
%%DATADIR%%/plugins/python/helpers/pydev/tests/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/tests/test_check_pydevconsole.py
%%DATADIR%%/plugins/python/helpers/pydev/tests/test_get_referrers.py
%%DATADIR%%/plugins/python/helpers/pydev/tests/test_jyserver.py
%%DATADIR%%/plugins/python/helpers/pydev/tests/test_jysimpleTipper.py
%%DATADIR%%/plugins/python/helpers/pydev/tests/test_pydev_ipython_011.py
%%DATADIR%%/plugins/python/helpers/pydev/tests/test_pydevconsole.py
%%DATADIR%%/plugins/python/helpers/pydev/tests/test_pyserver.py
%%DATADIR%%/plugins/python/helpers/pydev/tests/test_signature.py
%%DATADIR%%/plugins/python/helpers/pydev/tests/test_simpleTipper.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/README
%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/gui-glut.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/gui-gtk.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/gui-gtk3.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/gui-pyglet.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/gui-qt.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/gui-tk.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_mainloop/gui-wx.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/_debugger_case20.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/_debugger_case_breakpoint.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/_debugger_case_breakpoint2.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/debug_constants.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/debugger_fixtures.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/debugger_unittest.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/flask1/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/flask1/app.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/flask1/templates/hello.html
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/manage.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/admin.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/forms.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/models.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/templates/my_app/index.html
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/templates/my_app/name.html
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/tests.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/urls.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_app/views.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_django_proj_17/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_django_proj_17/settings.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_django_proj_17/urls.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_17/my_django_proj_17/wsgi.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/manage.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/admin.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/apps.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/forms.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/migrations/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/models.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/templates/my_app/index.html
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/templates/my_app/name.html
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/urls.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_app/views.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_django_proj_21/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_django_proj_21/settings.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_django_proj_21/urls.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_django_proj_21/my_django_proj_21/wsgi.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_extensions/pydevd_plugins/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_extensions/pydevd_plugins/extensions/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_extensions/pydevd_plugins/extensions/pydevd_plugin_test_events.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/my_extensions/pydevd_plugins/extensions/pydevd_plugin_test_exttype.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/performance_check.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/regression_check.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_bytecode_many_names_example.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_bytecode_overflow_example.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case1.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case13.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case14.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case15.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case15_execfile.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case16.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case17.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case17a.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case18.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case19.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case2.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case20.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case3.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case4.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case56.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case7.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case89.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_breakpoint.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_breakpoint2.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_breakpoint_condition_exc.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_breakpoint_remote.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_breakpoint_remote_no_import.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_change_breaks.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_check_tracer.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_event_ext.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_exceptions.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_frame_eval.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_generator_py2.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_generator_py3.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_get_next_statement_targets.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_get_thread_stack.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_import_imported.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_import_main.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_lamda.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_m_switch.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_m_switch_2.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_module_entry_point.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_multiple_threads.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_multiprocessing.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_path_translation.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_print.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_qthread1.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_qthread2.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_qthread3.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_qthread4.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_redirect.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_remote.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_remote_1.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_remote_2.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_remote_unhandled_exceptions.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_remote_unhandled_exceptions2.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_return_value.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_scapy.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_set_next_statement.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_settrace.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_simple_calls.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_skip_breakpoint_in_exceptions.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_suspend_all.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_suspend_policy.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_thread_creation_deadlock.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_trace_dispatch.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_type_ext.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_unhandled_exception_get_stack.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_unhandled_exceptions.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_unhandled_exceptions_on_top_level.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_unhandled_exceptions_on_top_level2.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_debugger_case_zip_files.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_performance_1.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_performance_2.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_performance_3.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_pydev_coverage_cyrillic_encoding_py2.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_pydev_coverage_cyrillic_encoding_py3.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/_pydev_coverage_syntax_error.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/launch/foo/__main__.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/resources/launch/foo/bar.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_additional_thread_info.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_bytecode_modification.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_collect_try_except_info.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_collect_try_except_info/test_collect_try_except_info.json
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_collect_try_except_info/test_iter_bytecode.py26.json
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_collect_try_except_info/test_iter_bytecode.py27.json
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_collect_try_except_info/test_iter_bytecode.py36.json
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_collect_try_except_info/test_iter_bytecode.py37.json
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_convert_utilities.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_debugger.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_dump_threads.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_frame_eval_and_tracing.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_frame_evaluator.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_in_project_roots.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_null.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_process_command_line.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_pydev_monkey.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_pydevcoverage.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_pydevd_io.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_save_locals.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_tracing_gotchas.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/test_tracing_on_top_level.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_python/tests_single_notification.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/not_in_default_pythonpath.txt
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/nested2/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/nested2/deep_nest_test.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/nested2/non_test_file.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/nested3/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/nested3/junk.txt
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/nested3/non_test_file.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/non_test_file.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/nested_dir/simple4_test.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/non_test_file.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/not_in_default_pythonpath.txt
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/simple2_test.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/simple3_test.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/simpleClass_test.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/simpleModule_test.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/samples/simple_test.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/test_pydevd_property.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/test_pydevdio.py
%%DATADIR%%/plugins/python/helpers/pydev/tests_runfiles/test_runfiles.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/isort_container/isort/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/isort_container/isort/__main__.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/isort_container/isort/hooks.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/isort_container/isort/isort.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/isort_container/isort/main.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/isort_container/isort/natural.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/isort_container/isort/pie_slice.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/isort_container/isort/pylama_isort.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/isort_container/isort/settings.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/autopep8.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/Grammar.txt
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/PatternGrammar.txt
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/__main__.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/btm_matcher.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/btm_utils.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixer_base.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixer_util.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_apply.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_basestring.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_buffer.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_callable.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_dict.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_except.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_exec.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_execfile.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_exitfunc.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_filter.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_funcattrs.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_future.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_getcwdu.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_has_key.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_idioms.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_import.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_imports.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_imports2.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_input.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_intern.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_isinstance.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_itertools.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_itertools_imports.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_long.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_map.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_metaclass.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_methodattrs.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_ne.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_next.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_nonzero.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_numliterals.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_operator.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_paren.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_print.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_raise.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_raw_input.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_reduce.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_renames.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_repr.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_set_literal.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_standarderror.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_sys_exc.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_throw.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_tuple_params.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_types.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_unicode.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_urllib.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_ws_comma.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_xrange.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_xreadlines.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_zip.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/main.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/patcomp.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/conv.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/driver.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/grammar.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/literals.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/parse.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/pgen.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/token.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/tokenize.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pygram.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pytree.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/refactor.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/pep8/pycodestyle.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_endian.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/ctypes-README.txt
%%DATADIR%%/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/__init__.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/dyld.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/dylib.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/framework.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/util.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/wintypes.py
%%DATADIR%%/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/not_in_default_pythonpath.txt
%%DATADIR%%/plugins/python/helpers/python-skeletons/AUTHORS.txt
%%DATADIR%%/plugins/python/helpers/python-skeletons/LICENSE.txt
%%DATADIR%%/plugins/python/helpers/python-skeletons/README.md
%%DATADIR%%/plugins/python/helpers/python-skeletons/StringIO.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/_csv.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/_pytest/__init__.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/_pytest/mark/__init__.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/_pytest/mark/structures.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/alembic.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/asyncio/__init__.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/asyncio/events.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/behave.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/cStringIO.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/copy.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/decimal.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/django/__init__.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/django/core/__init__.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/django/core/mail.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/django/db/__init__.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/django/db/models/__init__.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/django/db/models/query.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/django/forms/__init__.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/django/forms/forms.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/django/forms/formsets.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/django/forms/models.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/django/views/__init__.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/django/views/generic/__init__.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/django/views/generic/base.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/lettuce/__init__.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/lettuce/terrain.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/logging.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/multiprocessing/__init__.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/multiprocessing/managers.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/nose/__init__.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/nose/tools/__init__.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/numpy/__init__.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/numpy/core/__init__.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/numpy/core/multiarray.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/os/__init__.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/os/path.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/pickle.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/py/__init__.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/py/error.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/py/path/__init__.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/pytest/__init__.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/struct.py
%%DATADIR%%/plugins/python/helpers/python-skeletons/sys.py
%%DATADIR%%/plugins/python/helpers/required_gen_version
%%DATADIR%%/plugins/python/helpers/rest_runners/rst2smth.py
%%DATADIR%%/plugins/python/helpers/rest_runners/sphinx_runner.py
%%DATADIR%%/plugins/python/helpers/roman.py
%%DATADIR%%/plugins/python/helpers/setuptools-40.8.0.tar.gz
%%DATADIR%%/plugins/python/helpers/six.py
%%DATADIR%%/plugins/python/helpers/sphinxcontrib/__init__.py
%%DATADIR%%/plugins/python/helpers/sphinxcontrib/napoleon/__init__.py
%%DATADIR%%/plugins/python/helpers/sphinxcontrib/napoleon/_version.py
%%DATADIR%%/plugins/python/helpers/sphinxcontrib/napoleon/docstring.py
%%DATADIR%%/plugins/python/helpers/syspath.py
%%DATADIR%%/plugins/python/helpers/tests/__main__.py
%%DATADIR%%/plugins/python/helpers/tests/build.gradle
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_file_creating_dir_structure/after/baz.txt
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_file_creating_dir_structure/after/foo/bar/baz.txt
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_file_creating_dir_structure/before/baz.txt
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_several_skeletons/dst/after/common.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_several_skeletons/dst/after/foo.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_several_skeletons/dst/before/common.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_several_skeletons/dst/before/foo.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_several_skeletons/src/common.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_several_skeletons/src/foo.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/dst/after/foo/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/dst/after/foo/bar/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/dst/after/foo/bar/another.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/dst/after/foo/bar/baz.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/dst/before/foo/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/dst/before/foo/bar/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/dst/before/foo/bar/another.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/dst/before/foo/bar/baz.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/src/foo/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/src/foo/bar/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced/src/foo/bar/baz.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/after/foo/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/after/foo/bar/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/after/foo/bar/another.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/after/foo/bar/baz/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/before/foo/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/before/foo/bar/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/before/foo/bar/another.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/before/foo/bar/baz.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/src/foo/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/src/foo/bar/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_module_replaced_with_package/src/foo/bar/baz/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/dst/after/foo/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/dst/after/foo/bar/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/dst/after/foo/bar/baz.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/dst/before/foo/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/dst/before/foo/bar/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/dst/before/foo/bar/baz.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/src/foo/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/src/foo/bar/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_origin_stamp_updated/src/foo/bar/baz.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/dst/after/foo/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/dst/after/foo/bar/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/dst/after/foo/bar/another.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/dst/after/foo/bar/baz/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/dst/before/foo/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/dst/before/foo/bar/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/dst/before/foo/bar/another.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/dst/before/foo/bar/baz/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/src/foo/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/src/foo/bar/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced/src/foo/bar/baz/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/after/foo/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/after/foo/bar/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/after/foo/bar/another.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/after/foo/bar/baz.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/before/foo/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/before/foo/bar/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/before/foo/bar/another.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/before/foo/bar/baz/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/src/foo/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/src/foo/bar/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeleton_package_replaced_with_module/src/foo/bar/baz.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeletons_failed_version_stamps_ignored/dst/after/existing.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeletons_failed_version_stamps_ignored/dst/after/generated.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeletons_failed_version_stamps_ignored/dst/before/existing.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeletons_failed_version_stamps_ignored/src/.failed__mod
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/copy_skeletons_failed_version_stamps_ignored/src/generated.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/delete_with_absent_file/after/content
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/delete_with_absent_file/before/content
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/mkdir_with_existing_dir/after/existing/content
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/mkdir_with_existing_dir/before/existing/content
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/FileSystemUtil/mkdir_with_exiting_file/before/existing
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_extra_module_that_fails/after/cache/bd21c4de4d/.failed__extra
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_extra_module_that_fails/after/cache/bd21c4de4d/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_extra_module_that_fails/after/sdk_skeletons/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_extra_module_that_fails/lib.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_extra_module_that_fails/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/_bar.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/_foo.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/after/cache/c41f8e38c3/bar.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/after/cache/c41f8e38c3/foo.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/after/cache/c41f8e38c3/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/after/sdk_skeletons/bar.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/after/sdk_skeletons/foo.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/after/sdk_skeletons/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/binary_declares_multiple_modules/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_not_updated_when_sdk_skeleton_is_up_to_date/after/sdk_skeletons/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_not_updated_when_sdk_skeleton_is_up_to_date/before/sdk_skeletons/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_not_updated_when_sdk_skeleton_is_up_to_date/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_not_updated_when_sdk_skeleton_is_up_to_date/required_gen_version
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_generated_and_reused_when_sdk_skeleton_is_outdated/after/cache/e3b0c44298/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_generated_and_reused_when_sdk_skeleton_is_outdated/after/sdk_skeletons/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_generated_and_reused_when_sdk_skeleton_is_outdated/before/sdk_skeletons/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_generated_and_reused_when_sdk_skeleton_is_outdated/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_generated_and_reused_when_sdk_skeleton_is_outdated/required_gen_version
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_not_regenerated_when_sdk_skeleton_generation_failed_for_same_version_and_same_binary/after/sdk_skeletons/.blacklist
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_not_regenerated_when_sdk_skeleton_generation_failed_for_same_version_and_same_binary/before/sdk_skeletons/.blacklist
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_not_regenerated_when_sdk_skeleton_generation_failed_for_same_version_and_same_binary/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_not_regenerated_when_sdk_skeleton_generation_failed_for_same_version_and_same_binary/required_gen_version
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_regenerated_when_sdk_skeleton_generation_failed_for_modified_binary/after/cache/e3b0c44298/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_regenerated_when_sdk_skeleton_generation_failed_for_modified_binary/after/sdk_skeletons/.blacklist
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_regenerated_when_sdk_skeleton_generation_failed_for_modified_binary/after/sdk_skeletons/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_regenerated_when_sdk_skeleton_generation_failed_for_modified_binary/before/sdk_skeletons/.blacklist
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_regenerated_when_sdk_skeleton_generation_failed_for_modified_binary/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_regenerated_when_sdk_skeleton_generation_failed_for_modified_binary/required_gen_version
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_generation_failed/after/cache/e3b0c44298/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_generation_failed/after/sdk_skeletons/.blacklist
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_generation_failed/after/sdk_skeletons/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_generation_failed/before/cache/e3b0c44298/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_generation_failed/before/sdk_skeletons/.blacklist
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_generation_failed/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_generation_failed/required_gen_version
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_missing/after/cache/e3b0c44298/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_missing/after/sdk_skeletons/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_missing/before/cache/e3b0c44298/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_missing/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_missing/required_gen_version
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_outdated/after/cache/e3b0c44298/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_outdated/after/sdk_skeletons/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_outdated/before/cache/e3b0c44298/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_outdated/before/sdk_skeletons/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_outdated/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/cache_skeleton_reused_when_sdk_skeleton_is_outdated/required_gen_version
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/inaccessible_class_attribute_py2/after/cache/407ff51bdd/.failed__mod
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/inaccessible_class_attribute_py2/after/sdk_skeletons/existing.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/inaccessible_class_attribute_py2/before/sdk_skeletons/existing.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/inaccessible_class_attribute_py2/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/inaccessible_class_attribute_py3/after/cache/12b1e3ccd3/.failed__mod
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/inaccessible_class_attribute_py3/after/sdk_skeletons/existing.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/inaccessible_class_attribute_py3/before/sdk_skeletons/existing.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/inaccessible_class_attribute_py3/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/layout_for_physical_module_inside_package/pkg/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/layout_for_physical_module_inside_package/pkg/subpkg/__init__.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/layout_for_physical_module_inside_package/pkg/subpkg/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/layout_for_toplevel_physical_module/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/origin_stamp_in_skeleton_header_is_updated_on_copying/after/cache/e3b0c44298/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/origin_stamp_in_skeleton_header_is_updated_on_copying/after/sdk_skeletons/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/origin_stamp_in_skeleton_header_is_updated_on_copying/before/cache/e3b0c44298/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/origin_stamp_in_skeleton_header_is_updated_on_copying/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/pregenerated_skeletons_mode/after/cache/e3b0c44298/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/pregenerated_skeletons_mode/after/sdk_skeletons/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/pregenerated_skeletons_mode/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/segmentation_fault_handling/after/cache/7f2e78ed6f/.failed__sigsegv
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/segmentation_fault_handling/sigsegv.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_failed_module_on_same_generator_version/after/cache/c69566d6cd/.failed__failing
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_failed_module_on_same_generator_version/after/sdk_skeletons/another.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_failed_module_on_same_generator_version/before/cache/c69566d6cd/.failed__failing
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_failed_module_on_same_generator_version/before/sdk_skeletons/another.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_failed_module_on_same_generator_version/failing.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_with_earlier_update_stamp/after/cache/e3b0c44298/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_with_earlier_update_stamp/after/sdk_skeletons/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_with_earlier_update_stamp/before/cache/e3b0c44298/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_with_earlier_update_stamp/before/sdk_skeletons/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_with_earlier_update_stamp/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_with_earlier_update_stamp/required_gen_version
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_without_explicit_version_stamp/after/cache/e3b0c44298/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_without_explicit_version_stamp/after/sdk_skeletons/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_without_explicit_version_stamp/before/cache/e3b0c44298/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_without_explicit_version_stamp/before/sdk_skeletons/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_without_explicit_version_stamp/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_not_regenerated_for_upgraded_generator_without_explicit_version_stamp/required_gen_version
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_changed_module/after/cache/436f6de287/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_changed_module/after/cache/9ce58f4a1c/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_changed_module/after/sdk_skeletons/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_changed_module/before/cache/9ce58f4a1c/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_changed_module/before/sdk_skeletons/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_changed_module/versions/v1/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_changed_module/versions/v2/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_failed_module_on_generator_upgrade/after/cache/4428cf7959/failing.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_failed_module_on_generator_upgrade/after/sdk_skeletons/failing.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_failed_module_on_generator_upgrade/before/cache/4428cf7959/.failed
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_failed_module_on_generator_upgrade/failing.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_upgraded_generator_with_explicit_update_stamp/after/cache/e3b0c44298/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_upgraded_generator_with_explicit_update_stamp/after/sdk_skeletons/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_upgraded_generator_with_explicit_update_stamp/before/cache/e3b0c44298/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_upgraded_generator_with_explicit_update_stamp/before/sdk_skeletons/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_upgraded_generator_with_explicit_update_stamp/mod.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/skeleton_regenerated_for_upgraded_generator_with_explicit_update_stamp/required_gen_version
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/version_stamp_put_in_cache_directory_for_failed_module/after/cache/4428cf7959/.failed__failing
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/data/SkeletonCaching/version_stamp_put_in_cache_directory_for_failed_module/failing.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/test_generation.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/test_redeclarator.py
%%DATADIR%%/plugins/python/helpers/tests/generator3_tests/test_utils.py
%%DATADIR%%/plugins/python/helpers/tests/intellij.python.helpers.tests.iml
%%DATADIR%%/plugins/python/helpers/tests/tox.ini
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/README.md
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_ply/__init__.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_ply/cpp.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_ply/ctokens.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_ply/lex.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_ply/yacc.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_ply/ygen.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/__init__.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/_compat.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/__init__.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/tracking/__init__.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/tracking/tracker.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/tracking/tracking.thrift
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/hook.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/parser/__init__.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/parser/exc.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/parser/lexer.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/parser/parser.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/__init__.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/binary.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/compact.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/cybin/cybin.pyx
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/cybin/endian_port.h
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/exc.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/json.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/multiplex.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/rpc.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/server.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/thrift.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/tornado.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/transport/__init__.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/transport/_ssl.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/transport/buffered/__init__.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/transport/buffered/cybuffered.pyx
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/transport/cybase.pxd
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/transport/cybase.pyx
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/transport/framed/__init__.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/transport/framed/cyframed.pyx
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/transport/memory/__init__.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/transport/memory/cymemory.pyx
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/transport/socket.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/transport/sslsocket.py
%%DATADIR%%/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/utils.py
%%DATADIR%%/plugins/python/helpers/tools/class_method_versions.xml
%%DATADIR%%/plugins/python/helpers/tools/packages
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/False
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/None
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/True
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/__debug__
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/and
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/as
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/assert
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/break
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/class
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/continue
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/def
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/del
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/elif
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/else
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/except
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/exec
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/finally
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/for
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/from
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/global
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/if
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/import
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/in
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/is
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/lambda
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/nonlocal
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/not
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/or
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/pass
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/raise
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/return
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/try
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/while
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/with
%%DATADIR%%/plugins/python/helpers/tools/python_keywords/yield
%%DATADIR%%/plugins/python/helpers/tools/stdlib_packages.txt
%%DATADIR%%/plugins/python/helpers/tools/versions.xml
%%DATADIR%%/plugins/python/helpers/typeshed/.flake8
%%DATADIR%%/plugins/python/helpers/typeshed/.travis.yml
%%DATADIR%%/plugins/python/helpers/typeshed/CONTRIBUTING.md
%%DATADIR%%/plugins/python/helpers/typeshed/LICENSE
%%DATADIR%%/plugins/python/helpers/typeshed/README.md
%%DATADIR%%/plugins/python/helpers/typeshed/requirements-tests-py3.txt
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/__builtin__.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/_io.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/builtins.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/collections.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/exceptions.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/functools.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/io.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/itertools.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/multiprocessing/__init__.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/multiprocessing/dummy/__init__.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/multiprocessing/dummy/connection.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/multiprocessing/pool.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/multiprocessing/process.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/multiprocessing/util.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/re.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/signal.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/subprocess.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/types.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/typing.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2/unittest.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/argparse.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/ctypes/__init__.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/ctypes/util.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/ctypes/wintypes.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/datetime.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/math.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/shutil.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/socket.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/sqlite3/__init__.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/sqlite3/dbapi2.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/ssl.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/threading.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/time.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/2and3/uuid.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/_importlib_modulespec.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/asyncio/__init__.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/asyncio/base_events.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/asyncio/coroutines.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/asyncio/events.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/asyncio/futures.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/asyncio/locks.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/asyncio/protocols.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/asyncio/queues.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/asyncio/runners.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/asyncio/streams.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/asyncio/subprocess.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/asyncio/tasks.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/asyncio/transports.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/builtins.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/collections/__init__.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/collections/abc.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/functools.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/io.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/itertools.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/__init__.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/connection.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/context.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/dummy/__init__.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/dummy/connection.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/managers.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/pool.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/process.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/queues.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/spawn.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/multiprocessing/synchronize.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/pathlib.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/queue.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/re.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/signal.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/subprocess.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/types.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/typing.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/__init__.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/case.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/loader.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/mock.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/result.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/runner.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/signals.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/stdlib/3/unittest/suite.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/tests/check_consistent.py
%%DATADIR%%/plugins/python/helpers/typeshed/tests/mypy_blacklist.txt
%%DATADIR%%/plugins/python/helpers/typeshed/tests/mypy_selftest.py
%%DATADIR%%/plugins/python/helpers/typeshed/tests/mypy_test.py
%%DATADIR%%/plugins/python/helpers/typeshed/tests/pytype_blacklist.txt
%%DATADIR%%/plugins/python/helpers/typeshed/tests/pytype_test.py
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/__init__.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/BaseHTTPServer.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/SimpleHTTPServer.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/__init__.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/_dummy_thread.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/_thread.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/cPickle.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/configparser.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/email_mime_base.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/email_mime_multipart.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/email_mime_nonmultipart.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/email_mime_text.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/html_entities.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/html_parser.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/http_client.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/http_cookiejar.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/http_cookies.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/queue.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/reprlib.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/socketserver.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib/__init__.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib/error.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib/parse.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib/request.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib/response.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib/robotparser.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib_error.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib_parse.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib_request.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib_response.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/urllib_robotparser.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2/six/moves/xmlrpc_client.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/attr/__init__.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/attr/converters.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/attr/exceptions.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/attr/filters.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/attr/validators.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/mock.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/2and3/typing_extensions.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/__init__.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/BaseHTTPServer.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/CGIHTTPServer.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/SimpleHTTPServer.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/__init__.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/_dummy_thread.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/_thread.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/builtins.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/cPickle.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/configparser.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/email_mime_base.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/email_mime_multipart.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/email_mime_nonmultipart.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/email_mime_text.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/html_entities.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/html_parser.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/http_client.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/http_cookiejar.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/http_cookies.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/queue.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/reprlib.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/socketserver.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/tkinter.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/tkinter_commondialog.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/tkinter_constants.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/tkinter_dialog.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/tkinter_filedialog.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/tkinter_tkfiledialog.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/tkinter_ttk.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib/__init__.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib/error.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib/parse.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib/request.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib/response.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib/robotparser.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib_error.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib_parse.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib_request.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib_response.pyi
%%DATADIR%%/plugins/python/helpers/typeshed/third_party/3/six/moves/urllib_robotparser.pyi
%%DATADIR%%/plugins/python/helpers/virtualenv-16.4.3.tar.gz
%%DATADIR%%/plugins/python/lib/python.jar
%%DATADIR%%/plugins/python/lib/resources_en.jar
%%DATADIR%%/plugins/remote-run/lib/remote-run.jar
%%DATADIR%%/plugins/remote-run/lib/resources_en.jar
%%DATADIR%%/plugins/restClient/lib/resources_en.jar
%%DATADIR%%/plugins/restClient/lib/restClient.jar
%%DATADIR%%/plugins/sass/lib/jrubyparser-0.5.4.jar
%%DATADIR%%/plugins/sass/lib/resources_en.jar
%%DATADIR%%/plugins/sass/lib/sass.jar
%%DATADIR%%/plugins/settings-repository/lib/jgit.jar
%%DATADIR%%/plugins/settings-repository/lib/resources_en.jar
%%DATADIR%%/plugins/settings-repository/lib/settings-repository.jar
%%DATADIR%%/plugins/sh/lib/resources_en.jar
%%DATADIR%%/plugins/sh/lib/sh.jar
%%DATADIR%%/plugins/stylus/lib/resources_en.jar
%%DATADIR%%/plugins/stylus/lib/stylus.jar
%%DATADIR%%/plugins/svn4idea/lib/resources_en.jar
%%DATADIR%%/plugins/svn4idea/lib/sqlite-jdbc-3.20.1.jar
%%DATADIR%%/plugins/svn4idea/lib/svn4idea.jar
%%DATADIR%%/plugins/tasks-time-tracking/lib/tasks-time-tracking.jar
%%DATADIR%%/plugins/tasks/lib/axis-1.4.jar
%%DATADIR%%/plugins/tasks/lib/axis-jaxrpc-1.4.jar
%%DATADIR%%/plugins/tasks/lib/axis-saaj-1.3.jar
%%DATADIR%%/plugins/tasks/lib/commons-discovery-0.4.jar
%%DATADIR%%/plugins/tasks/lib/jira.jar
%%DATADIR%%/plugins/tasks/lib/json-path-0.8.0.jar
%%DATADIR%%/plugins/tasks/lib/json-smart-1.1.1.jar
%%DATADIR%%/plugins/tasks/lib/tasks-api.jar
%%DATADIR%%/plugins/tasks/lib/tasks-compatibility.jar
%%DATADIR%%/plugins/tasks/lib/tasks-core.jar
%%DATADIR%%/plugins/tasks/lib/tasks-java.jar
%%DATADIR%%/plugins/tasks/lib/wsdl4j-1.4.jar
%%DATADIR%%/plugins/terminal/.zshrc
%%DATADIR%%/plugins/terminal/fish/config.fish
%%DATADIR%%/plugins/terminal/jediterm-bash.in
%%DATADIR%%/plugins/terminal/lib/resources_en.jar
%%DATADIR%%/plugins/terminal/lib/terminal.jar
%%DATADIR%%/plugins/textmate/lib/bundles/bat/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/bat/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/bat/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/bat/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/bat/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/bat/snippets/batchfile.snippets.json
%%DATADIR%%/plugins/textmate/lib/bundles/bat/syntaxes/batchfile.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/clojure/syntaxes/clojure.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/snippets/coffeescript.snippets.json
%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/syntaxes/coffeescript.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/snippets/c.json
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/snippets/cpp.json
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/c.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cpp.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/platform.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/csharp/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/csharp/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/csharp/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/csharp/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/csharp/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/csharp/snippets/csharp.json
%%DATADIR%%/plugins/textmate/lib/bundles/csharp/syntaxes/csharp.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/css/.vscode/launch.json
%%DATADIR%%/plugins/textmate/lib/bundles/css/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/css/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/css/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/css/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/css/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/css/syntaxes/css.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/docker/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/docker/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/docker/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/docker/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/docker/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/docker/syntaxes/docker.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/snippets/fsharp.json
%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/syntaxes/fsharp.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/git/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/git/README.md
%%DATADIR%%/plugins/textmate/lib/bundles/git/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/git/extension.webpack.config.js
%%DATADIR%%/plugins/textmate/lib/bundles/git/languages/diff.language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/git/languages/git-commit.language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/git/languages/git-rebase.language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/git/languages/ignore.language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/git/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/git/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/api/api1.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/api/extension.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/api/git.d.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/askpass-empty.sh
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/askpass-main.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/askpass.sh
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/askpass.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/autofetch.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/commands.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/contentProvider.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/decorationProvider.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/decorators.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/encoding.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/git.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/main.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/model.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/protocolHandler.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/repository.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/staging.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/statusbar.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/test/git.test.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/typings/jschardet.d.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/typings/refs.d.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/uri.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/src/util.ts
%%DATADIR%%/plugins/textmate/lib/bundles/git/syntaxes/diff.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/git/syntaxes/git-commit.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/git/syntaxes/git-rebase.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/git/syntaxes/ignore.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/git/tsconfig.json
%%DATADIR%%/plugins/textmate/lib/bundles/git/yarn.lock
%%DATADIR%%/plugins/textmate/lib/bundles/go/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/go/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/go/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/go/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/go/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/go/syntaxes/go.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/groovy/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/groovy/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/groovy/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/groovy/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/groovy/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/groovy/snippets/groovy.json
%%DATADIR%%/plugins/textmate/lib/bundles/groovy/syntaxes/groovy.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/syntaxes/Handlebars.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/syntaxes/hlsl.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/html/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/html/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/html/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/html/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/html/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/html/syntaxes/html-derivative.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/html/syntaxes/html.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/ini/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/ini/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/ini/ini.language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/ini/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/ini/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/ini/properties.language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/ini/syntaxes/ini.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/java/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/java/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/java/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/java/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/java/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/java/snippets/java.snippets.json
%%DATADIR%%/plugins/textmate/lib/bundles/java/syntaxes/java.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/javascript-language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/schemas/jsconfig.schema.json
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/snippets/javascript.json
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScript.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScriptReact.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/Readme.md
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/Regular Expressions (JavaScript).tmLanguage
%%DATADIR%%/plugins/textmate/lib/bundles/javascript/tags-language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/json/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/json/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/json/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/json/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/json/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSON.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONC.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/less/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/less/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/less/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/less/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/less/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/less/syntaxes/less.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/log/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/log/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/log/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/log/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/log/syntaxes/log.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/lua/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/lua/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/lua/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/lua/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/lua/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/lua/syntaxes/lua.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/make/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/make/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/make/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/make/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/make/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/make/syntaxes/make.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/snippets/markdown.json
%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/syntaxes/markdown.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/cpp.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c++.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/perl/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/perl/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/perl/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/perl/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/perl/perl.language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/perl/perl6.language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/perl/syntaxes/perl.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/perl/syntaxes/perl6.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscode/launch.json
%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscode/tasks.json
%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/php/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/php/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/php/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/php/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/php/snippets/php.snippets.json
%%DATADIR%%/plugins/textmate/lib/bundles/php/syntaxes/html.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/php/syntaxes/php.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/powershell/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/powershell/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/powershell/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/powershell/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/powershell/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/powershell/snippets/powershell.json
%%DATADIR%%/plugins/textmate/lib/bundles/powershell/syntaxes/powershell.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/pug/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/pug/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/pug/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/pug/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/pug/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/pug/syntaxes/pug.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscode/launch.json
%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscode/tasks.json
%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/python/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/python/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/python/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/python/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/python/src/pythonMain.ts
%%DATADIR%%/plugins/textmate/lib/bundles/python/src/typings/ref.d.ts
%%DATADIR%%/plugins/textmate/lib/bundles/python/syntaxes/MagicPython.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/python/syntaxes/MagicRegExp.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/python/tsconfig.json
%%DATADIR%%/plugins/textmate/lib/bundles/r/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/r/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/r/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/r/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/r/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/r/syntaxes/r.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/razor/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/razor/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/razor/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/razor/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/razor/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/razor/syntaxes/cshtml.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/ruby/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/ruby/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/ruby/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/ruby/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/ruby/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/ruby/syntaxes/ruby.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/rust/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/rust/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/rust/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/rust/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/rust/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/rust/syntaxes/rust.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/scss/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/scss/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/scss/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/scss/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/scss/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/sassdoc.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/scss.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/syntaxes/shaderlab.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/syntaxes/shell-unix-bash.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/sql/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/sql/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/sql/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/sql/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/sql/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/sql/syntaxes/sql.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/swift/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/swift/LICENSE.md
%%DATADIR%%/plugins/textmate/lib/bundles/swift/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/swift/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/swift/snippets/swift.json
%%DATADIR%%/plugins/textmate/lib/bundles/swift/syntaxes/swift.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/schemas/tsconfig.schema.json
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/snippets/typescript.json
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/Readme.md
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScript.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScriptReact.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.injection.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/vb/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/vb/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/vb/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/vb/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/vb/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/vb/snippets/vb.json
%%DATADIR%%/plugins/textmate/lib/bundles/vb/syntaxes/asp-vb-net.tmlanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/xml/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/xml/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/xml/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/xml/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/xml/syntaxes/xml.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/xml/syntaxes/xsl.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/bundles/xml/xml.language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/xml/xsl.language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/yaml/.vscodeignore
%%DATADIR%%/plugins/textmate/lib/bundles/yaml/cgmanifest.json
%%DATADIR%%/plugins/textmate/lib/bundles/yaml/language-configuration.json
%%DATADIR%%/plugins/textmate/lib/bundles/yaml/package.json
%%DATADIR%%/plugins/textmate/lib/bundles/yaml/package.nls.json
%%DATADIR%%/plugins/textmate/lib/bundles/yaml/syntaxes/yaml.tmLanguage.json
%%DATADIR%%/plugins/textmate/lib/jcodings-1.0.44.jar
%%DATADIR%%/plugins/textmate/lib/joni-2.1.29.jar
%%DATADIR%%/plugins/textmate/lib/resources_en.jar
%%DATADIR%%/plugins/textmate/lib/textmate.jar
%%DATADIR%%/plugins/textmate/lib/themes/All Hallow's Eve.tmTheme
%%DATADIR%%/plugins/textmate/lib/themes/Blackboard.tmTheme
%%DATADIR%%/plugins/textmate/lib/themes/Cobalt.tmTheme
%%DATADIR%%/plugins/textmate/lib/themes/Darcula.tmTheme
%%DATADIR%%/plugins/textmate/lib/themes/Github.tmTheme
%%DATADIR%%/plugins/textmate/lib/themes/IR_Black.tmTheme
%%DATADIR%%/plugins/textmate/lib/themes/Monokai.tmTheme
%%DATADIR%%/plugins/textmate/lib/themes/RailsCasts.tmTheme
%%DATADIR%%/plugins/textmate/lib/themes/Twilight.tmTheme
%%DATADIR%%/plugins/textmate/lib/themes/VibrantInk.tmTheme
%%DATADIR%%/plugins/textmate/lib/themes/default.tmTheme
%%DATADIR%%/plugins/tslint/js/convert-tslint-config.js
%%DATADIR%%/plugins/tslint/js/languageService/tslint-plugin-provider.js
%%DATADIR%%/plugins/tslint/js/languageService/tslint-plugin.js
%%DATADIR%%/plugins/tslint/js/utils.js
%%DATADIR%%/plugins/tslint/lib/resources_en.jar
%%DATADIR%%/plugins/tslint/lib/tslint.jar
%%DATADIR%%/plugins/uml/lib/diagram-api.jar
%%DATADIR%%/plugins/uml/lib/uml-support.jar
%%DATADIR%%/plugins/vcs-changeReminder/lib/resources_en.jar
%%DATADIR%%/plugins/vcs-changeReminder/lib/vcs-changeReminder.jar
%%DATADIR%%/plugins/webDeployment/lib/commons-vfs2-2.2.1.5.jar
%%DATADIR%%/plugins/webDeployment/lib/resources_en.jar
%%DATADIR%%/plugins/webDeployment/lib/webDeployment.jar
%%DATADIR%%/plugins/xpath/lib/resources_en.jar
%%DATADIR%%/plugins/xpath/lib/rt/xslt-rt.jar
%%DATADIR%%/plugins/xpath/lib/xpath.jar
%%DATADIR%%/plugins/yaml/lib/resources_en.jar
%%DATADIR%%/plugins/yaml/lib/yaml.jar
%%DATADIR%%/product-info.json