mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 12:08:31 +02:00
If template_explorer.py was imported in python2, it would fail because it uses unicode_literals which would ultimately cause passing an unicode string as the first argument to the 'type' built-in function. This commit fixes this by converting the unicode to string before it is passed to the 'type' function. Fixes #456 |
||
---|---|---|
.. | ||
plugins | ||
templates | ||
__init__.py | ||
__main__.py | ||
cli.py | ||
DayOneJournal.py | ||
EncryptedJournal.py | ||
Entry.py | ||
export.py | ||
install.py | ||
Journal.py | ||
time.py | ||
upgrade.py | ||
util.py |