jrnl/jrnl
Jonathan Wren e0536e7e5e
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-06-26 14:54:26 -07:00
..
contrib Use implicit namespace plugins for import and export (#1216) 2021-05-29 17:21:45 -07:00
plugins Remove __init__.py files (#1275) 2021-06-26 14:54:26 -07:00
__version__.py Increment version to v2.8.1 2021-04-24 18:07:52 +00:00
args.py Use implicit namespace plugins for import and export (#1216) 2021-05-29 17:21:45 -07:00
behave_testing.py Use implicit namespace plugins for import and export (#1216) 2021-05-29 17:21:45 -07:00
cli.py Notify user when config directory can't be created because there is already a file with the same name (#1134) 2021-01-02 15:19:44 -08:00
color.py Fix OS compatibility issues for editors with spaces, slashes, and quotes (#1153) 2021-01-16 15:19:11 -08:00
commands.py Remove __init__.py files (#1275) 2021-06-26 14:54:26 -07:00
config.py Remove __init__.py files (#1275) 2021-06-26 14:54:26 -07:00
DayOneJournal.py Remove __init__.py files (#1275) 2021-06-26 14:54:26 -07:00
editor.py Fix OS compatibility issues for editors with spaces, slashes, and quotes (#1153) 2021-01-16 15:19:11 -08:00
EncryptedJournal.py Fix keyring error handling (#1138) 2021-01-02 13:26:45 -08:00
Entry.py Support title splitting for fullwidth CJK terminals (#1163) 2021-01-23 15:29:43 -08:00
exception.py Bump black from 20.8b1 to 21.5b0 (#1241) 2021-05-08 12:39:00 -07:00
FolderJournal.py Comply with GPL by acknowledging all authors and including license info in each source file (#1121) 2020-12-19 22:28:22 -08:00
install.py Notify user when config directory can't be created because there is already a file with the same name (#1134) 2021-01-02 15:19:44 -08:00
Journal.py Add new -today-in-history, -month, -day, and -year search filters (#1145) 2021-01-16 14:55:27 -08:00
jrnl.py Use implicit namespace plugins for import and export (#1216) 2021-05-29 17:21:45 -07:00
os_compat.py Fix OS compatibility issues for editors with spaces, slashes, and quotes (#1153) 2021-01-16 15:19:11 -08:00
output.py Notify user when config directory can't be created because there is already a file with the same name (#1134) 2021-01-02 15:19:44 -08:00
override.py Allow runtime configuration overrides from the commandline (#1169) 2021-03-02 18:47:57 -08:00
prompt.py Comply with GPL by acknowledging all authors and including license info in each source file (#1121) 2020-12-19 22:28:22 -08:00
time.py Comply with GPL by acknowledging all authors and including license info in each source file (#1121) 2020-12-19 22:28:22 -08:00
upgrade.py Remove __init__.py files (#1275) 2021-06-26 14:54:26 -07:00