mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-13 09:58: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 |
||
---|---|---|
.. | ||
__init__.py | ||
jrnl_importer.py | ||
json_exporter.py | ||
markdown_exporter.py | ||
tag_exporter.py | ||
template.py | ||
template_exporter.py | ||
text_exporter.py | ||
util.py | ||
xml_exporter.py | ||
yaml_exporter.py |