summaryrefslogtreecommitdiff
path: root/net/py-celery/PLIST
blob: c91014f873ff7575ccb9c5331f612f022b2de0e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
@comment $NetBSD: PLIST,v 1.1 2014/04/19 17:57:31 rodent Exp $
bin/celery${PYVERSSUFFIX}
bin/celerybeat${PYVERSSUFFIX}
bin/celeryd${PYVERSSUFFIX}
bin/celeryd-multi${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/celery/__init__.py
${PYSITELIB}/celery/__init__.pyc
${PYSITELIB}/celery/__init__.pyo
${PYSITELIB}/celery/__main__.py
${PYSITELIB}/celery/__main__.pyc
${PYSITELIB}/celery/__main__.pyo
${PYSITELIB}/celery/_state.py
${PYSITELIB}/celery/_state.pyc
${PYSITELIB}/celery/_state.pyo
${PYSITELIB}/celery/app/__init__.py
${PYSITELIB}/celery/app/__init__.pyc
${PYSITELIB}/celery/app/__init__.pyo
${PYSITELIB}/celery/app/amqp.py
${PYSITELIB}/celery/app/amqp.pyc
${PYSITELIB}/celery/app/amqp.pyo
${PYSITELIB}/celery/app/annotations.py
${PYSITELIB}/celery/app/annotations.pyc
${PYSITELIB}/celery/app/annotations.pyo
${PYSITELIB}/celery/app/base.py
${PYSITELIB}/celery/app/base.pyc
${PYSITELIB}/celery/app/base.pyo
${PYSITELIB}/celery/app/builtins.py
${PYSITELIB}/celery/app/builtins.pyc
${PYSITELIB}/celery/app/builtins.pyo
${PYSITELIB}/celery/app/control.py
${PYSITELIB}/celery/app/control.pyc
${PYSITELIB}/celery/app/control.pyo
${PYSITELIB}/celery/app/defaults.py
${PYSITELIB}/celery/app/defaults.pyc
${PYSITELIB}/celery/app/defaults.pyo
${PYSITELIB}/celery/app/log.py
${PYSITELIB}/celery/app/log.pyc
${PYSITELIB}/celery/app/log.pyo
${PYSITELIB}/celery/app/registry.py
${PYSITELIB}/celery/app/registry.pyc
${PYSITELIB}/celery/app/registry.pyo
${PYSITELIB}/celery/app/routes.py
${PYSITELIB}/celery/app/routes.pyc
${PYSITELIB}/celery/app/routes.pyo
${PYSITELIB}/celery/app/task.py
${PYSITELIB}/celery/app/task.pyc
${PYSITELIB}/celery/app/task.pyo
${PYSITELIB}/celery/app/trace.py
${PYSITELIB}/celery/app/trace.pyc
${PYSITELIB}/celery/app/trace.pyo
${PYSITELIB}/celery/app/utils.py
${PYSITELIB}/celery/app/utils.pyc
${PYSITELIB}/celery/app/utils.pyo
${PYSITELIB}/celery/apps/__init__.py
${PYSITELIB}/celery/apps/__init__.pyc
${PYSITELIB}/celery/apps/__init__.pyo
${PYSITELIB}/celery/apps/beat.py
${PYSITELIB}/celery/apps/beat.pyc
${PYSITELIB}/celery/apps/beat.pyo
${PYSITELIB}/celery/apps/worker.py
${PYSITELIB}/celery/apps/worker.pyc
${PYSITELIB}/celery/apps/worker.pyo
${PYSITELIB}/celery/backends/__init__.py
${PYSITELIB}/celery/backends/__init__.pyc
${PYSITELIB}/celery/backends/__init__.pyo
${PYSITELIB}/celery/backends/amqp.py
${PYSITELIB}/celery/backends/amqp.pyc
${PYSITELIB}/celery/backends/amqp.pyo
${PYSITELIB}/celery/backends/base.py
${PYSITELIB}/celery/backends/base.pyc
${PYSITELIB}/celery/backends/base.pyo
${PYSITELIB}/celery/backends/cache.py
${PYSITELIB}/celery/backends/cache.pyc
${PYSITELIB}/celery/backends/cache.pyo
${PYSITELIB}/celery/backends/cassandra.py
${PYSITELIB}/celery/backends/cassandra.pyc
${PYSITELIB}/celery/backends/cassandra.pyo
${PYSITELIB}/celery/backends/couchbase.py
${PYSITELIB}/celery/backends/couchbase.pyc
${PYSITELIB}/celery/backends/couchbase.pyo
${PYSITELIB}/celery/backends/database/__init__.py
${PYSITELIB}/celery/backends/database/__init__.pyc
${PYSITELIB}/celery/backends/database/__init__.pyo
${PYSITELIB}/celery/backends/database/models.py
${PYSITELIB}/celery/backends/database/models.pyc
${PYSITELIB}/celery/backends/database/models.pyo
${PYSITELIB}/celery/backends/database/session.py
${PYSITELIB}/celery/backends/database/session.pyc
${PYSITELIB}/celery/backends/database/session.pyo
${PYSITELIB}/celery/backends/mongodb.py
${PYSITELIB}/celery/backends/mongodb.pyc
${PYSITELIB}/celery/backends/mongodb.pyo
${PYSITELIB}/celery/backends/redis.py
${PYSITELIB}/celery/backends/redis.pyc
${PYSITELIB}/celery/backends/redis.pyo
${PYSITELIB}/celery/backends/rpc.py
${PYSITELIB}/celery/backends/rpc.pyc
${PYSITELIB}/celery/backends/rpc.pyo
${PYSITELIB}/celery/beat.py
${PYSITELIB}/celery/beat.pyc
${PYSITELIB}/celery/beat.pyo
${PYSITELIB}/celery/bin/__init__.py
${PYSITELIB}/celery/bin/__init__.pyc
${PYSITELIB}/celery/bin/__init__.pyo
${PYSITELIB}/celery/bin/amqp.py
${PYSITELIB}/celery/bin/amqp.pyc
${PYSITELIB}/celery/bin/amqp.pyo
${PYSITELIB}/celery/bin/base.py
${PYSITELIB}/celery/bin/base.pyc
${PYSITELIB}/celery/bin/base.pyo
${PYSITELIB}/celery/bin/beat.py
${PYSITELIB}/celery/bin/beat.pyc
${PYSITELIB}/celery/bin/beat.pyo
${PYSITELIB}/celery/bin/celery.py
${PYSITELIB}/celery/bin/celery.pyc
${PYSITELIB}/celery/bin/celery.pyo
${PYSITELIB}/celery/bin/celeryd_detach.py
${PYSITELIB}/celery/bin/celeryd_detach.pyc
${PYSITELIB}/celery/bin/celeryd_detach.pyo
${PYSITELIB}/celery/bin/events.py
${PYSITELIB}/celery/bin/events.pyc
${PYSITELIB}/celery/bin/events.pyo
${PYSITELIB}/celery/bin/graph.py
${PYSITELIB}/celery/bin/graph.pyc
${PYSITELIB}/celery/bin/graph.pyo
${PYSITELIB}/celery/bin/multi.py
${PYSITELIB}/celery/bin/multi.pyc
${PYSITELIB}/celery/bin/multi.pyo
${PYSITELIB}/celery/bin/worker.py
${PYSITELIB}/celery/bin/worker.pyc
${PYSITELIB}/celery/bin/worker.pyo
${PYSITELIB}/celery/bootsteps.py
${PYSITELIB}/celery/bootsteps.pyc
${PYSITELIB}/celery/bootsteps.pyo
${PYSITELIB}/celery/canvas.py
${PYSITELIB}/celery/canvas.pyc
${PYSITELIB}/celery/canvas.pyo
${PYSITELIB}/celery/concurrency/__init__.py
${PYSITELIB}/celery/concurrency/__init__.pyc
${PYSITELIB}/celery/concurrency/__init__.pyo
${PYSITELIB}/celery/concurrency/asynpool.py
${PYSITELIB}/celery/concurrency/asynpool.pyc
${PYSITELIB}/celery/concurrency/asynpool.pyo
${PYSITELIB}/celery/concurrency/base.py
${PYSITELIB}/celery/concurrency/base.pyc
${PYSITELIB}/celery/concurrency/base.pyo
${PYSITELIB}/celery/concurrency/eventlet.py
${PYSITELIB}/celery/concurrency/eventlet.pyc
${PYSITELIB}/celery/concurrency/eventlet.pyo
${PYSITELIB}/celery/concurrency/gevent.py
${PYSITELIB}/celery/concurrency/gevent.pyc
${PYSITELIB}/celery/concurrency/gevent.pyo
${PYSITELIB}/celery/concurrency/prefork.py
${PYSITELIB}/celery/concurrency/prefork.pyc
${PYSITELIB}/celery/concurrency/prefork.pyo
${PYSITELIB}/celery/concurrency/solo.py
${PYSITELIB}/celery/concurrency/solo.pyc
${PYSITELIB}/celery/concurrency/solo.pyo
${PYSITELIB}/celery/concurrency/threads.py
${PYSITELIB}/celery/concurrency/threads.pyc
${PYSITELIB}/celery/concurrency/threads.pyo
${PYSITELIB}/celery/contrib/__init__.py
${PYSITELIB}/celery/contrib/__init__.pyc
${PYSITELIB}/celery/contrib/__init__.pyo
${PYSITELIB}/celery/contrib/abortable.py
${PYSITELIB}/celery/contrib/abortable.pyc
${PYSITELIB}/celery/contrib/abortable.pyo
${PYSITELIB}/celery/contrib/batches.py
${PYSITELIB}/celery/contrib/batches.pyc
${PYSITELIB}/celery/contrib/batches.pyo
${PYSITELIB}/celery/contrib/methods.py
${PYSITELIB}/celery/contrib/methods.pyc
${PYSITELIB}/celery/contrib/methods.pyo
${PYSITELIB}/celery/contrib/migrate.py
${PYSITELIB}/celery/contrib/migrate.pyc
${PYSITELIB}/celery/contrib/migrate.pyo
${PYSITELIB}/celery/contrib/rdb.py
${PYSITELIB}/celery/contrib/rdb.pyc
${PYSITELIB}/celery/contrib/rdb.pyo
${PYSITELIB}/celery/contrib/sphinx.py
${PYSITELIB}/celery/contrib/sphinx.pyc
${PYSITELIB}/celery/contrib/sphinx.pyo
${PYSITELIB}/celery/datastructures.py
${PYSITELIB}/celery/datastructures.pyc
${PYSITELIB}/celery/datastructures.pyo
${PYSITELIB}/celery/events/__init__.py
${PYSITELIB}/celery/events/__init__.pyc
${PYSITELIB}/celery/events/__init__.pyo
${PYSITELIB}/celery/events/cursesmon.py
${PYSITELIB}/celery/events/cursesmon.pyc
${PYSITELIB}/celery/events/cursesmon.pyo
${PYSITELIB}/celery/events/dumper.py
${PYSITELIB}/celery/events/dumper.pyc
${PYSITELIB}/celery/events/dumper.pyo
${PYSITELIB}/celery/events/snapshot.py
${PYSITELIB}/celery/events/snapshot.pyc
${PYSITELIB}/celery/events/snapshot.pyo
${PYSITELIB}/celery/events/state.py
${PYSITELIB}/celery/events/state.pyc
${PYSITELIB}/celery/events/state.pyo
${PYSITELIB}/celery/exceptions.py
${PYSITELIB}/celery/exceptions.pyc
${PYSITELIB}/celery/exceptions.pyo
${PYSITELIB}/celery/five.py
${PYSITELIB}/celery/five.pyc
${PYSITELIB}/celery/five.pyo
${PYSITELIB}/celery/fixups/__init__.py
${PYSITELIB}/celery/fixups/__init__.pyc
${PYSITELIB}/celery/fixups/__init__.pyo
${PYSITELIB}/celery/fixups/django.py
${PYSITELIB}/celery/fixups/django.pyc
${PYSITELIB}/celery/fixups/django.pyo
${PYSITELIB}/celery/loaders/__init__.py
${PYSITELIB}/celery/loaders/__init__.pyc
${PYSITELIB}/celery/loaders/__init__.pyo
${PYSITELIB}/celery/loaders/app.py
${PYSITELIB}/celery/loaders/app.pyc
${PYSITELIB}/celery/loaders/app.pyo
${PYSITELIB}/celery/loaders/base.py
${PYSITELIB}/celery/loaders/base.pyc
${PYSITELIB}/celery/loaders/base.pyo
${PYSITELIB}/celery/loaders/default.py
${PYSITELIB}/celery/loaders/default.pyc
${PYSITELIB}/celery/loaders/default.pyo
${PYSITELIB}/celery/local.py
${PYSITELIB}/celery/local.pyc
${PYSITELIB}/celery/local.pyo
${PYSITELIB}/celery/platforms.py
${PYSITELIB}/celery/platforms.pyc
${PYSITELIB}/celery/platforms.pyo
${PYSITELIB}/celery/result.py
${PYSITELIB}/celery/result.pyc
${PYSITELIB}/celery/result.pyo
${PYSITELIB}/celery/schedules.py
${PYSITELIB}/celery/schedules.pyc
${PYSITELIB}/celery/schedules.pyo
${PYSITELIB}/celery/security/__init__.py
${PYSITELIB}/celery/security/__init__.pyc
${PYSITELIB}/celery/security/__init__.pyo
${PYSITELIB}/celery/security/certificate.py
${PYSITELIB}/celery/security/certificate.pyc
${PYSITELIB}/celery/security/certificate.pyo
${PYSITELIB}/celery/security/key.py
${PYSITELIB}/celery/security/key.pyc
${PYSITELIB}/celery/security/key.pyo
${PYSITELIB}/celery/security/serialization.py
${PYSITELIB}/celery/security/serialization.pyc
${PYSITELIB}/celery/security/serialization.pyo
${PYSITELIB}/celery/security/utils.py
${PYSITELIB}/celery/security/utils.pyc
${PYSITELIB}/celery/security/utils.pyo
${PYSITELIB}/celery/signals.py
${PYSITELIB}/celery/signals.pyc
${PYSITELIB}/celery/signals.pyo
${PYSITELIB}/celery/states.py
${PYSITELIB}/celery/states.pyc
${PYSITELIB}/celery/states.pyo
${PYSITELIB}/celery/task/__init__.py
${PYSITELIB}/celery/task/__init__.pyc
${PYSITELIB}/celery/task/__init__.pyo
${PYSITELIB}/celery/task/base.py
${PYSITELIB}/celery/task/base.pyc
${PYSITELIB}/celery/task/base.pyo
${PYSITELIB}/celery/task/http.py
${PYSITELIB}/celery/task/http.pyc
${PYSITELIB}/celery/task/http.pyo
${PYSITELIB}/celery/task/sets.py
${PYSITELIB}/celery/task/sets.pyc
${PYSITELIB}/celery/task/sets.pyo
${PYSITELIB}/celery/task/trace.py
${PYSITELIB}/celery/task/trace.pyc
${PYSITELIB}/celery/task/trace.pyo
${PYSITELIB}/celery/tests/__init__.py
${PYSITELIB}/celery/tests/__init__.pyc
${PYSITELIB}/celery/tests/__init__.pyo
${PYSITELIB}/celery/tests/app/__init__.py
${PYSITELIB}/celery/tests/app/__init__.pyc
${PYSITELIB}/celery/tests/app/__init__.pyo
${PYSITELIB}/celery/tests/app/test_amqp.py
${PYSITELIB}/celery/tests/app/test_amqp.pyc
${PYSITELIB}/celery/tests/app/test_amqp.pyo
${PYSITELIB}/celery/tests/app/test_annotations.py
${PYSITELIB}/celery/tests/app/test_annotations.pyc
${PYSITELIB}/celery/tests/app/test_annotations.pyo
${PYSITELIB}/celery/tests/app/test_app.py
${PYSITELIB}/celery/tests/app/test_app.pyc
${PYSITELIB}/celery/tests/app/test_app.pyo
${PYSITELIB}/celery/tests/app/test_beat.py
${PYSITELIB}/celery/tests/app/test_beat.pyc
${PYSITELIB}/celery/tests/app/test_beat.pyo
${PYSITELIB}/celery/tests/app/test_builtins.py
${PYSITELIB}/celery/tests/app/test_builtins.pyc
${PYSITELIB}/celery/tests/app/test_builtins.pyo
${PYSITELIB}/celery/tests/app/test_celery.py
${PYSITELIB}/celery/tests/app/test_celery.pyc
${PYSITELIB}/celery/tests/app/test_celery.pyo
${PYSITELIB}/celery/tests/app/test_control.py
${PYSITELIB}/celery/tests/app/test_control.pyc
${PYSITELIB}/celery/tests/app/test_control.pyo
${PYSITELIB}/celery/tests/app/test_defaults.py
${PYSITELIB}/celery/tests/app/test_defaults.pyc
${PYSITELIB}/celery/tests/app/test_defaults.pyo
${PYSITELIB}/celery/tests/app/test_exceptions.py
${PYSITELIB}/celery/tests/app/test_exceptions.pyc
${PYSITELIB}/celery/tests/app/test_exceptions.pyo
${PYSITELIB}/celery/tests/app/test_loaders.py
${PYSITELIB}/celery/tests/app/test_loaders.pyc
${PYSITELIB}/celery/tests/app/test_loaders.pyo
${PYSITELIB}/celery/tests/app/test_log.py
${PYSITELIB}/celery/tests/app/test_log.pyc
${PYSITELIB}/celery/tests/app/test_log.pyo
${PYSITELIB}/celery/tests/app/test_registry.py
${PYSITELIB}/celery/tests/app/test_registry.pyc
${PYSITELIB}/celery/tests/app/test_registry.pyo
${PYSITELIB}/celery/tests/app/test_routes.py
${PYSITELIB}/celery/tests/app/test_routes.pyc
${PYSITELIB}/celery/tests/app/test_routes.pyo
${PYSITELIB}/celery/tests/app/test_schedules.py
${PYSITELIB}/celery/tests/app/test_schedules.pyc
${PYSITELIB}/celery/tests/app/test_schedules.pyo
${PYSITELIB}/celery/tests/app/test_utils.py
${PYSITELIB}/celery/tests/app/test_utils.pyc
${PYSITELIB}/celery/tests/app/test_utils.pyo
${PYSITELIB}/celery/tests/backends/__init__.py
${PYSITELIB}/celery/tests/backends/__init__.pyc
${PYSITELIB}/celery/tests/backends/__init__.pyo
${PYSITELIB}/celery/tests/backends/test_amqp.py
${PYSITELIB}/celery/tests/backends/test_amqp.pyc
${PYSITELIB}/celery/tests/backends/test_amqp.pyo
${PYSITELIB}/celery/tests/backends/test_backends.py
${PYSITELIB}/celery/tests/backends/test_backends.pyc
${PYSITELIB}/celery/tests/backends/test_backends.pyo
${PYSITELIB}/celery/tests/backends/test_base.py
${PYSITELIB}/celery/tests/backends/test_base.pyc
${PYSITELIB}/celery/tests/backends/test_base.pyo
${PYSITELIB}/celery/tests/backends/test_cache.py
${PYSITELIB}/celery/tests/backends/test_cache.pyc
${PYSITELIB}/celery/tests/backends/test_cache.pyo
${PYSITELIB}/celery/tests/backends/test_cassandra.py
${PYSITELIB}/celery/tests/backends/test_cassandra.pyc
${PYSITELIB}/celery/tests/backends/test_cassandra.pyo
${PYSITELIB}/celery/tests/backends/test_couchbase.py
${PYSITELIB}/celery/tests/backends/test_couchbase.pyc
${PYSITELIB}/celery/tests/backends/test_couchbase.pyo
${PYSITELIB}/celery/tests/backends/test_database.py
${PYSITELIB}/celery/tests/backends/test_database.pyc
${PYSITELIB}/celery/tests/backends/test_database.pyo
${PYSITELIB}/celery/tests/backends/test_mongodb.py
${PYSITELIB}/celery/tests/backends/test_mongodb.pyc
${PYSITELIB}/celery/tests/backends/test_mongodb.pyo
${PYSITELIB}/celery/tests/backends/test_redis.py
${PYSITELIB}/celery/tests/backends/test_redis.pyc
${PYSITELIB}/celery/tests/backends/test_redis.pyo
${PYSITELIB}/celery/tests/backends/test_rpc.py
${PYSITELIB}/celery/tests/backends/test_rpc.pyc
${PYSITELIB}/celery/tests/backends/test_rpc.pyo
${PYSITELIB}/celery/tests/bin/__init__.py
${PYSITELIB}/celery/tests/bin/__init__.pyc
${PYSITELIB}/celery/tests/bin/__init__.pyo
${PYSITELIB}/celery/tests/bin/proj/__init__.py
${PYSITELIB}/celery/tests/bin/proj/__init__.pyc
${PYSITELIB}/celery/tests/bin/proj/__init__.pyo
${PYSITELIB}/celery/tests/bin/proj/app.py
${PYSITELIB}/celery/tests/bin/proj/app.pyc
${PYSITELIB}/celery/tests/bin/proj/app.pyo
${PYSITELIB}/celery/tests/bin/test_amqp.py
${PYSITELIB}/celery/tests/bin/test_amqp.pyc
${PYSITELIB}/celery/tests/bin/test_amqp.pyo
${PYSITELIB}/celery/tests/bin/test_base.py
${PYSITELIB}/celery/tests/bin/test_base.pyc
${PYSITELIB}/celery/tests/bin/test_base.pyo
${PYSITELIB}/celery/tests/bin/test_beat.py
${PYSITELIB}/celery/tests/bin/test_beat.pyc
${PYSITELIB}/celery/tests/bin/test_beat.pyo
${PYSITELIB}/celery/tests/bin/test_celery.py
${PYSITELIB}/celery/tests/bin/test_celery.pyc
${PYSITELIB}/celery/tests/bin/test_celery.pyo
${PYSITELIB}/celery/tests/bin/test_celeryd_detach.py
${PYSITELIB}/celery/tests/bin/test_celeryd_detach.pyc
${PYSITELIB}/celery/tests/bin/test_celeryd_detach.pyo
${PYSITELIB}/celery/tests/bin/test_celeryevdump.py
${PYSITELIB}/celery/tests/bin/test_celeryevdump.pyc
${PYSITELIB}/celery/tests/bin/test_celeryevdump.pyo
${PYSITELIB}/celery/tests/bin/test_events.py
${PYSITELIB}/celery/tests/bin/test_events.pyc
${PYSITELIB}/celery/tests/bin/test_events.pyo
${PYSITELIB}/celery/tests/bin/test_multi.py
${PYSITELIB}/celery/tests/bin/test_multi.pyc
${PYSITELIB}/celery/tests/bin/test_multi.pyo
${PYSITELIB}/celery/tests/bin/test_worker.py
${PYSITELIB}/celery/tests/bin/test_worker.pyc
${PYSITELIB}/celery/tests/bin/test_worker.pyo
${PYSITELIB}/celery/tests/case.py
${PYSITELIB}/celery/tests/case.pyc
${PYSITELIB}/celery/tests/case.pyo
${PYSITELIB}/celery/tests/compat_modules/__init__.py
${PYSITELIB}/celery/tests/compat_modules/__init__.pyc
${PYSITELIB}/celery/tests/compat_modules/__init__.pyo
${PYSITELIB}/celery/tests/compat_modules/test_compat.py
${PYSITELIB}/celery/tests/compat_modules/test_compat.pyc
${PYSITELIB}/celery/tests/compat_modules/test_compat.pyo
${PYSITELIB}/celery/tests/compat_modules/test_compat_utils.py
${PYSITELIB}/celery/tests/compat_modules/test_compat_utils.pyc
${PYSITELIB}/celery/tests/compat_modules/test_compat_utils.pyo
${PYSITELIB}/celery/tests/compat_modules/test_decorators.py
${PYSITELIB}/celery/tests/compat_modules/test_decorators.pyc
${PYSITELIB}/celery/tests/compat_modules/test_decorators.pyo
${PYSITELIB}/celery/tests/compat_modules/test_http.py
${PYSITELIB}/celery/tests/compat_modules/test_http.pyc
${PYSITELIB}/celery/tests/compat_modules/test_http.pyo
${PYSITELIB}/celery/tests/compat_modules/test_messaging.py
${PYSITELIB}/celery/tests/compat_modules/test_messaging.pyc
${PYSITELIB}/celery/tests/compat_modules/test_messaging.pyo
${PYSITELIB}/celery/tests/compat_modules/test_sets.py
${PYSITELIB}/celery/tests/compat_modules/test_sets.pyc
${PYSITELIB}/celery/tests/compat_modules/test_sets.pyo
${PYSITELIB}/celery/tests/concurrency/__init__.py
${PYSITELIB}/celery/tests/concurrency/__init__.pyc
${PYSITELIB}/celery/tests/concurrency/__init__.pyo
${PYSITELIB}/celery/tests/concurrency/test_concurrency.py
${PYSITELIB}/celery/tests/concurrency/test_concurrency.pyc
${PYSITELIB}/celery/tests/concurrency/test_concurrency.pyo
${PYSITELIB}/celery/tests/concurrency/test_eventlet.py
${PYSITELIB}/celery/tests/concurrency/test_eventlet.pyc
${PYSITELIB}/celery/tests/concurrency/test_eventlet.pyo
${PYSITELIB}/celery/tests/concurrency/test_gevent.py
${PYSITELIB}/celery/tests/concurrency/test_gevent.pyc
${PYSITELIB}/celery/tests/concurrency/test_gevent.pyo
${PYSITELIB}/celery/tests/concurrency/test_pool.py
${PYSITELIB}/celery/tests/concurrency/test_pool.pyc
${PYSITELIB}/celery/tests/concurrency/test_pool.pyo
${PYSITELIB}/celery/tests/concurrency/test_prefork.py
${PYSITELIB}/celery/tests/concurrency/test_prefork.pyc
${PYSITELIB}/celery/tests/concurrency/test_prefork.pyo
${PYSITELIB}/celery/tests/concurrency/test_solo.py
${PYSITELIB}/celery/tests/concurrency/test_solo.pyc
${PYSITELIB}/celery/tests/concurrency/test_solo.pyo
${PYSITELIB}/celery/tests/concurrency/test_threads.py
${PYSITELIB}/celery/tests/concurrency/test_threads.pyc
${PYSITELIB}/celery/tests/concurrency/test_threads.pyo
${PYSITELIB}/celery/tests/contrib/__init__.py
${PYSITELIB}/celery/tests/contrib/__init__.pyc
${PYSITELIB}/celery/tests/contrib/__init__.pyo
${PYSITELIB}/celery/tests/contrib/test_abortable.py
${PYSITELIB}/celery/tests/contrib/test_abortable.pyc
${PYSITELIB}/celery/tests/contrib/test_abortable.pyo
${PYSITELIB}/celery/tests/contrib/test_methods.py
${PYSITELIB}/celery/tests/contrib/test_methods.pyc
${PYSITELIB}/celery/tests/contrib/test_methods.pyo
${PYSITELIB}/celery/tests/contrib/test_migrate.py
${PYSITELIB}/celery/tests/contrib/test_migrate.pyc
${PYSITELIB}/celery/tests/contrib/test_migrate.pyo
${PYSITELIB}/celery/tests/contrib/test_rdb.py
${PYSITELIB}/celery/tests/contrib/test_rdb.pyc
${PYSITELIB}/celery/tests/contrib/test_rdb.pyo
${PYSITELIB}/celery/tests/events/__init__.py
${PYSITELIB}/celery/tests/events/__init__.pyc
${PYSITELIB}/celery/tests/events/__init__.pyo
${PYSITELIB}/celery/tests/events/test_cursesmon.py
${PYSITELIB}/celery/tests/events/test_cursesmon.pyc
${PYSITELIB}/celery/tests/events/test_cursesmon.pyo
${PYSITELIB}/celery/tests/events/test_events.py
${PYSITELIB}/celery/tests/events/test_events.pyc
${PYSITELIB}/celery/tests/events/test_events.pyo
${PYSITELIB}/celery/tests/events/test_snapshot.py
${PYSITELIB}/celery/tests/events/test_snapshot.pyc
${PYSITELIB}/celery/tests/events/test_snapshot.pyo
${PYSITELIB}/celery/tests/events/test_state.py
${PYSITELIB}/celery/tests/events/test_state.pyc
${PYSITELIB}/celery/tests/events/test_state.pyo
${PYSITELIB}/celery/tests/fixups/__init__.py
${PYSITELIB}/celery/tests/fixups/__init__.pyc
${PYSITELIB}/celery/tests/fixups/__init__.pyo
${PYSITELIB}/celery/tests/fixups/test_django.py
${PYSITELIB}/celery/tests/fixups/test_django.pyc
${PYSITELIB}/celery/tests/fixups/test_django.pyo
${PYSITELIB}/celery/tests/functional/__init__.py
${PYSITELIB}/celery/tests/functional/__init__.pyc
${PYSITELIB}/celery/tests/functional/__init__.pyo
${PYSITELIB}/celery/tests/functional/case.py
${PYSITELIB}/celery/tests/functional/case.pyc
${PYSITELIB}/celery/tests/functional/case.pyo
${PYSITELIB}/celery/tests/functional/tasks.py
${PYSITELIB}/celery/tests/functional/tasks.pyc
${PYSITELIB}/celery/tests/functional/tasks.pyo
${PYSITELIB}/celery/tests/security/__init__.py
${PYSITELIB}/celery/tests/security/__init__.pyc
${PYSITELIB}/celery/tests/security/__init__.pyo
${PYSITELIB}/celery/tests/security/case.py
${PYSITELIB}/celery/tests/security/case.pyc
${PYSITELIB}/celery/tests/security/case.pyo
${PYSITELIB}/celery/tests/security/test_certificate.py
${PYSITELIB}/celery/tests/security/test_certificate.pyc
${PYSITELIB}/celery/tests/security/test_certificate.pyo
${PYSITELIB}/celery/tests/security/test_key.py
${PYSITELIB}/celery/tests/security/test_key.pyc
${PYSITELIB}/celery/tests/security/test_key.pyo
${PYSITELIB}/celery/tests/security/test_security.py
${PYSITELIB}/celery/tests/security/test_security.pyc
${PYSITELIB}/celery/tests/security/test_security.pyo
${PYSITELIB}/celery/tests/security/test_serialization.py
${PYSITELIB}/celery/tests/security/test_serialization.pyc
${PYSITELIB}/celery/tests/security/test_serialization.pyo
${PYSITELIB}/celery/tests/slow/__init__.py
${PYSITELIB}/celery/tests/slow/__init__.pyc
${PYSITELIB}/celery/tests/slow/__init__.pyo
${PYSITELIB}/celery/tests/tasks/__init__.py
${PYSITELIB}/celery/tests/tasks/__init__.pyc
${PYSITELIB}/celery/tests/tasks/__init__.pyo
${PYSITELIB}/celery/tests/tasks/test_canvas.py
${PYSITELIB}/celery/tests/tasks/test_canvas.pyc
${PYSITELIB}/celery/tests/tasks/test_canvas.pyo
${PYSITELIB}/celery/tests/tasks/test_chord.py
${PYSITELIB}/celery/tests/tasks/test_chord.pyc
${PYSITELIB}/celery/tests/tasks/test_chord.pyo
${PYSITELIB}/celery/tests/tasks/test_context.py
${PYSITELIB}/celery/tests/tasks/test_context.pyc
${PYSITELIB}/celery/tests/tasks/test_context.pyo
${PYSITELIB}/celery/tests/tasks/test_result.py
${PYSITELIB}/celery/tests/tasks/test_result.pyc
${PYSITELIB}/celery/tests/tasks/test_result.pyo
${PYSITELIB}/celery/tests/tasks/test_states.py
${PYSITELIB}/celery/tests/tasks/test_states.pyc
${PYSITELIB}/celery/tests/tasks/test_states.pyo
${PYSITELIB}/celery/tests/tasks/test_tasks.py
${PYSITELIB}/celery/tests/tasks/test_tasks.pyc
${PYSITELIB}/celery/tests/tasks/test_tasks.pyo
${PYSITELIB}/celery/tests/tasks/test_trace.py
${PYSITELIB}/celery/tests/tasks/test_trace.pyc
${PYSITELIB}/celery/tests/tasks/test_trace.pyo
${PYSITELIB}/celery/tests/utils/__init__.py
${PYSITELIB}/celery/tests/utils/__init__.pyc
${PYSITELIB}/celery/tests/utils/__init__.pyo
${PYSITELIB}/celery/tests/utils/test_datastructures.py
${PYSITELIB}/celery/tests/utils/test_datastructures.pyc
${PYSITELIB}/celery/tests/utils/test_datastructures.pyo
${PYSITELIB}/celery/tests/utils/test_dispatcher.py
${PYSITELIB}/celery/tests/utils/test_dispatcher.pyc
${PYSITELIB}/celery/tests/utils/test_dispatcher.pyo
${PYSITELIB}/celery/tests/utils/test_encoding.py
${PYSITELIB}/celery/tests/utils/test_encoding.pyc
${PYSITELIB}/celery/tests/utils/test_encoding.pyo
${PYSITELIB}/celery/tests/utils/test_functional.py
${PYSITELIB}/celery/tests/utils/test_functional.pyc
${PYSITELIB}/celery/tests/utils/test_functional.pyo
${PYSITELIB}/celery/tests/utils/test_imports.py
${PYSITELIB}/celery/tests/utils/test_imports.pyc
${PYSITELIB}/celery/tests/utils/test_imports.pyo
${PYSITELIB}/celery/tests/utils/test_local.py
${PYSITELIB}/celery/tests/utils/test_local.pyc
${PYSITELIB}/celery/tests/utils/test_local.pyo
${PYSITELIB}/celery/tests/utils/test_mail.py
${PYSITELIB}/celery/tests/utils/test_mail.pyc
${PYSITELIB}/celery/tests/utils/test_mail.pyo
${PYSITELIB}/celery/tests/utils/test_pickle.py
${PYSITELIB}/celery/tests/utils/test_pickle.pyc
${PYSITELIB}/celery/tests/utils/test_pickle.pyo
${PYSITELIB}/celery/tests/utils/test_platforms.py
${PYSITELIB}/celery/tests/utils/test_platforms.pyc
${PYSITELIB}/celery/tests/utils/test_platforms.pyo
${PYSITELIB}/celery/tests/utils/test_saferef.py
${PYSITELIB}/celery/tests/utils/test_saferef.pyc
${PYSITELIB}/celery/tests/utils/test_saferef.pyo
${PYSITELIB}/celery/tests/utils/test_serialization.py
${PYSITELIB}/celery/tests/utils/test_serialization.pyc
${PYSITELIB}/celery/tests/utils/test_serialization.pyo
${PYSITELIB}/celery/tests/utils/test_sysinfo.py
${PYSITELIB}/celery/tests/utils/test_sysinfo.pyc
${PYSITELIB}/celery/tests/utils/test_sysinfo.pyo
${PYSITELIB}/celery/tests/utils/test_term.py
${PYSITELIB}/celery/tests/utils/test_term.pyc
${PYSITELIB}/celery/tests/utils/test_term.pyo
${PYSITELIB}/celery/tests/utils/test_text.py
${PYSITELIB}/celery/tests/utils/test_text.pyc
${PYSITELIB}/celery/tests/utils/test_text.pyo
${PYSITELIB}/celery/tests/utils/test_threads.py
${PYSITELIB}/celery/tests/utils/test_threads.pyc
${PYSITELIB}/celery/tests/utils/test_threads.pyo
${PYSITELIB}/celery/tests/utils/test_timer2.py
${PYSITELIB}/celery/tests/utils/test_timer2.pyc
${PYSITELIB}/celery/tests/utils/test_timer2.pyo
${PYSITELIB}/celery/tests/utils/test_timeutils.py
${PYSITELIB}/celery/tests/utils/test_timeutils.pyc
${PYSITELIB}/celery/tests/utils/test_timeutils.pyo
${PYSITELIB}/celery/tests/utils/test_utils.py
${PYSITELIB}/celery/tests/utils/test_utils.pyc
${PYSITELIB}/celery/tests/utils/test_utils.pyo
${PYSITELIB}/celery/tests/worker/__init__.py
${PYSITELIB}/celery/tests/worker/__init__.pyc
${PYSITELIB}/celery/tests/worker/__init__.pyo
${PYSITELIB}/celery/tests/worker/test_autoreload.py
${PYSITELIB}/celery/tests/worker/test_autoreload.pyc
${PYSITELIB}/celery/tests/worker/test_autoreload.pyo
${PYSITELIB}/celery/tests/worker/test_autoscale.py
${PYSITELIB}/celery/tests/worker/test_autoscale.pyc
${PYSITELIB}/celery/tests/worker/test_autoscale.pyo
${PYSITELIB}/celery/tests/worker/test_bootsteps.py
${PYSITELIB}/celery/tests/worker/test_bootsteps.pyc
${PYSITELIB}/celery/tests/worker/test_bootsteps.pyo
${PYSITELIB}/celery/tests/worker/test_components.py
${PYSITELIB}/celery/tests/worker/test_components.pyc
${PYSITELIB}/celery/tests/worker/test_components.pyo
${PYSITELIB}/celery/tests/worker/test_consumer.py
${PYSITELIB}/celery/tests/worker/test_consumer.pyc
${PYSITELIB}/celery/tests/worker/test_consumer.pyo
${PYSITELIB}/celery/tests/worker/test_control.py
${PYSITELIB}/celery/tests/worker/test_control.pyc
${PYSITELIB}/celery/tests/worker/test_control.pyo
${PYSITELIB}/celery/tests/worker/test_heartbeat.py
${PYSITELIB}/celery/tests/worker/test_heartbeat.pyc
${PYSITELIB}/celery/tests/worker/test_heartbeat.pyo
${PYSITELIB}/celery/tests/worker/test_hub.py
${PYSITELIB}/celery/tests/worker/test_hub.pyc
${PYSITELIB}/celery/tests/worker/test_hub.pyo
${PYSITELIB}/celery/tests/worker/test_loops.py
${PYSITELIB}/celery/tests/worker/test_loops.pyc
${PYSITELIB}/celery/tests/worker/test_loops.pyo
${PYSITELIB}/celery/tests/worker/test_request.py
${PYSITELIB}/celery/tests/worker/test_request.pyc
${PYSITELIB}/celery/tests/worker/test_request.pyo
${PYSITELIB}/celery/tests/worker/test_revoke.py
${PYSITELIB}/celery/tests/worker/test_revoke.pyc
${PYSITELIB}/celery/tests/worker/test_revoke.pyo
${PYSITELIB}/celery/tests/worker/test_state.py
${PYSITELIB}/celery/tests/worker/test_state.pyc
${PYSITELIB}/celery/tests/worker/test_state.pyo
${PYSITELIB}/celery/tests/worker/test_strategy.py
${PYSITELIB}/celery/tests/worker/test_strategy.pyc
${PYSITELIB}/celery/tests/worker/test_strategy.pyo
${PYSITELIB}/celery/tests/worker/test_worker.py
${PYSITELIB}/celery/tests/worker/test_worker.pyc
${PYSITELIB}/celery/tests/worker/test_worker.pyo
${PYSITELIB}/celery/utils/__init__.py
${PYSITELIB}/celery/utils/__init__.pyc
${PYSITELIB}/celery/utils/__init__.pyo
${PYSITELIB}/celery/utils/compat.py
${PYSITELIB}/celery/utils/compat.pyc
${PYSITELIB}/celery/utils/compat.pyo
${PYSITELIB}/celery/utils/debug.py
${PYSITELIB}/celery/utils/debug.pyc
${PYSITELIB}/celery/utils/debug.pyo
${PYSITELIB}/celery/utils/dispatch/__init__.py
${PYSITELIB}/celery/utils/dispatch/__init__.pyc
${PYSITELIB}/celery/utils/dispatch/__init__.pyo
${PYSITELIB}/celery/utils/dispatch/saferef.py
${PYSITELIB}/celery/utils/dispatch/saferef.pyc
${PYSITELIB}/celery/utils/dispatch/saferef.pyo
${PYSITELIB}/celery/utils/dispatch/signal.py
${PYSITELIB}/celery/utils/dispatch/signal.pyc
${PYSITELIB}/celery/utils/dispatch/signal.pyo
${PYSITELIB}/celery/utils/encoding.py
${PYSITELIB}/celery/utils/encoding.pyc
${PYSITELIB}/celery/utils/encoding.pyo
${PYSITELIB}/celery/utils/functional.py
${PYSITELIB}/celery/utils/functional.pyc
${PYSITELIB}/celery/utils/functional.pyo
${PYSITELIB}/celery/utils/imports.py
${PYSITELIB}/celery/utils/imports.pyc
${PYSITELIB}/celery/utils/imports.pyo
${PYSITELIB}/celery/utils/iso8601.py
${PYSITELIB}/celery/utils/iso8601.pyc
${PYSITELIB}/celery/utils/iso8601.pyo
${PYSITELIB}/celery/utils/log.py
${PYSITELIB}/celery/utils/log.pyc
${PYSITELIB}/celery/utils/log.pyo
${PYSITELIB}/celery/utils/mail.py
${PYSITELIB}/celery/utils/mail.pyc
${PYSITELIB}/celery/utils/mail.pyo
${PYSITELIB}/celery/utils/objects.py
${PYSITELIB}/celery/utils/objects.pyc
${PYSITELIB}/celery/utils/objects.pyo
${PYSITELIB}/celery/utils/serialization.py
${PYSITELIB}/celery/utils/serialization.pyc
${PYSITELIB}/celery/utils/serialization.pyo
${PYSITELIB}/celery/utils/sysinfo.py
${PYSITELIB}/celery/utils/sysinfo.pyc
${PYSITELIB}/celery/utils/sysinfo.pyo
${PYSITELIB}/celery/utils/term.py
${PYSITELIB}/celery/utils/term.pyc
${PYSITELIB}/celery/utils/term.pyo
${PYSITELIB}/celery/utils/text.py
${PYSITELIB}/celery/utils/text.pyc
${PYSITELIB}/celery/utils/text.pyo
${PYSITELIB}/celery/utils/threads.py
${PYSITELIB}/celery/utils/threads.pyc
${PYSITELIB}/celery/utils/threads.pyo
${PYSITELIB}/celery/utils/timer2.py
${PYSITELIB}/celery/utils/timer2.pyc
${PYSITELIB}/celery/utils/timer2.pyo
${PYSITELIB}/celery/utils/timeutils.py
${PYSITELIB}/celery/utils/timeutils.pyc
${PYSITELIB}/celery/utils/timeutils.pyo
${PYSITELIB}/celery/worker/__init__.py
${PYSITELIB}/celery/worker/__init__.pyc
${PYSITELIB}/celery/worker/__init__.pyo
${PYSITELIB}/celery/worker/autoreload.py
${PYSITELIB}/celery/worker/autoreload.pyc
${PYSITELIB}/celery/worker/autoreload.pyo
${PYSITELIB}/celery/worker/autoscale.py
${PYSITELIB}/celery/worker/autoscale.pyc
${PYSITELIB}/celery/worker/autoscale.pyo
${PYSITELIB}/celery/worker/components.py
${PYSITELIB}/celery/worker/components.pyc
${PYSITELIB}/celery/worker/components.pyo
${PYSITELIB}/celery/worker/consumer.py
${PYSITELIB}/celery/worker/consumer.pyc
${PYSITELIB}/celery/worker/consumer.pyo
${PYSITELIB}/celery/worker/control.py
${PYSITELIB}/celery/worker/control.pyc
${PYSITELIB}/celery/worker/control.pyo
${PYSITELIB}/celery/worker/heartbeat.py
${PYSITELIB}/celery/worker/heartbeat.pyc
${PYSITELIB}/celery/worker/heartbeat.pyo
${PYSITELIB}/celery/worker/job.py
${PYSITELIB}/celery/worker/job.pyc
${PYSITELIB}/celery/worker/job.pyo
${PYSITELIB}/celery/worker/loops.py
${PYSITELIB}/celery/worker/loops.pyc
${PYSITELIB}/celery/worker/loops.pyo
${PYSITELIB}/celery/worker/pidbox.py
${PYSITELIB}/celery/worker/pidbox.pyc
${PYSITELIB}/celery/worker/pidbox.pyo
${PYSITELIB}/celery/worker/state.py
${PYSITELIB}/celery/worker/state.pyc
${PYSITELIB}/celery/worker/state.pyo
${PYSITELIB}/celery/worker/strategy.py
${PYSITELIB}/celery/worker/strategy.pyc
${PYSITELIB}/celery/worker/strategy.pyo