mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
fstring wip Run pyupgrade fix broken pyupgrade fstring run pyupgrade on plugin dir fixup! remove py2 remnants and use mocks in tests small print bugfix The file=sys.stderr was part of the format(), so an error got printed to stdout Drop use of codecs package Use builtins.open() instead fixup! remove py2 remnants and use mocks in tests
6 lines
83 B
Python
6 lines
83 B
Python
#!/usr/bin/env python
|
|
from . import cli
|
|
|
|
|
|
if __name__ == "__main__":
|
|
cli.run()
|