jrnl/jrnl/plugins
Radomír Bosák ca2d9f072f Fix python2 error in template_explorer.py (#471)
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
2017-03-09 11:59:03 -08:00
..
__init__.py Template exporting FTW 2016-08-19 23:20:31 +00:00
jrnl_importer.py Template exporting FTW 2016-08-19 23:20:31 +00:00
json_exporter.py Export DayOne UUID in json 2015-04-05 03:26:52 +04:00
markdown_exporter.py Seperation of title and entry is now purely virtual. 2015-12-28 21:24:39 -08:00
tag_exporter.py Update Tag exporter code documentation. 2015-04-14 11:59:15 -06:00
template.py Template exporting FTW 2016-08-19 23:20:31 +00:00
template_exporter.py Fix python2 error in template_explorer.py (#471) 2017-03-09 11:59:03 -08:00
text_exporter.py Template exporting FTW 2016-08-19 23:20:31 +00:00
util.py Template exporting FTW 2016-08-19 23:20:31 +00:00
xml_exporter.py Fix XML export 2015-12-28 13:01:33 -08:00
yaml_exporter.py Colorize error and warning messages 2015-05-05 15:12:02 -06:00