mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-01 22:56:12 +02:00
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...
This commit is contained in:
parent
4392e29742
commit
be1da17ab9
19 changed files with 19 additions and 44 deletions
|
@ -18,7 +18,7 @@ import yaml
|
|||
from yaml.loader import SafeLoader
|
||||
|
||||
from jrnl import Journal
|
||||
from jrnl import __version__
|
||||
from jrnl.__version__ import __version__
|
||||
from jrnl import plugins
|
||||
from jrnl.args import parse_args
|
||||
from jrnl.behave_testing import _mock_getpass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue