Anki/pylib/anki/importing
Arthur Milchior 08ad9f33b9
The importer list have a Hook (#1543)
* The importer list have a Hook

Previously, add-on 175027074 simply edited the list once. It became impossible
since the list became a function. Hence I need a filter to add the list here.

@kelciour (nice to meet you by the way), you may be interested by it too (at
least if I believe efb1ce46d4 )

I would have preferred to use `anki.importing.base.Importer` instead of
`Any`. However, this leads to
> Name "anki.importing.base.Importer" is not defined  [name-defined]
when I run test.

Helps to solve this would be welcomed

* mention the hook may not last too long (dae)
2021-12-09 11:20:29 +10:00
..
__init__.py The importer list have a Hook (#1543) 2021-12-09 11:20:29 +10:00
anki2.py PEP8 for rest of pylib (#1451) 2021-10-25 14:50:13 +10:00
apkg.py run pyupgrade over codebase [python upgrade required] 2021-10-04 15:05:48 +10:00
base.py Enable invalid-name globally in pylib (#1454) 2021-10-25 19:10:56 +10:00
csvfile.py Enable invalid-name globally in pylib (#1454) 2021-10-25 19:10:56 +10:00
mnemo.py PEP8 for rest of pylib (#1451) 2021-10-25 14:50:13 +10:00
noteimp.py convert invariant assertions to if statements 2021-11-25 17:47:50 +10:00
pauker.py Enable invalid-name globally in pylib (#1454) 2021-10-25 19:10:56 +10:00
supermemo_xml.py PEP8 for rest of pylib (#1451) 2021-10-25 14:50:13 +10:00