Anki/pylib/anki/importing
Damien Elmes 7ac1fa17e6 move proto files into separate py_library in same namespace
Will allow importing the Protobuf without pulling in the rest of
the library. This is not a full PEP420 namespace, and the wheel still
bundles everything - it just makes things easier in a Bazel workspace.
I originally tried with PEP420, but it required more invasive changes,
and I ran into issues with mypy.
2021-07-11 14:51:25 +10:00
..
__init__.py move proto files into separate py_library in same namespace 2021-07-11 14:51:25 +10:00
anki2.py more friendly message for v2 import into v1 2021-07-08 10:32:27 +10:00
apkg.py fixed inability to import v1 into v1 2021-07-08 10:32:44 +10:00
base.py switch the Importers global to a callable for i18n 2021-03-26 13:28:21 +10:00
csvfile.py update TR references that crossed multiple lines 2021-03-26 14:38:15 +10:00
mnemo.py PEP8 models.py 2021-06-27 14:30:00 +10:00
noteimp.py PEP8 models.py 2021-06-27 14:30:00 +10:00
pauker.py PEP8 models.py 2021-06-27 14:30:00 +10:00
supermemo_xml.py enable some pylint convention tests in pylib 2021-06-26 10:11:05 +10:00