jrnl/jrnl/plugins
Jonathan Wren c5c859d8de Remove __init__.py files (#1275)
Since we're implementing a plugin system that relies on implicit
namespacing, we should remove these files so that they don't confuse and
muddle our virtual envs (like the ones we use to run tests).

Also, they're not longer needed as of Python 3.3.

PEP 420 says:
Allowing implicit namespace packages means that the requirement to
provide an __init__.py file can be dropped completely...
2021-07-17 12:51:59 -07:00
..
exporter Remove __init__.py files (#1275) 2021-07-17 12:51:59 -07:00
importer Remove __init__.py files (#1275) 2021-07-17 12:51:59 -07:00
base.py Use implicit namespace plugins for import and export (#1216) 2021-07-17 12:47:33 -07:00
collector.py Use implicit namespace plugins for import and export (#1216) 2021-07-17 12:47:33 -07:00
util.py Use implicit namespace plugins for import and export (#1216) 2021-07-17 12:47:33 -07:00