FanFicFare/calibre-plugin
Eli Schwartz a2c558d864 python3: fix incorrect use of merging two dictionaries
In python2, this was inefficient, because it allocated *three* lists of
tuples, before finally generating a dict based on them. In python3, it
fails because you cannot combine the dict_items() type.

Moreover, retval was always a function-local dictionary used purely for
returning the value, so dict1.update(dict2) will always yield the
correct result, and we don't even need to create a copy to avoid
mutating the original dictionary.
2019-12-17 10:44:06 -06:00
..
.tx Add transifex.com config file 2015-04-05 10:32:07 -05:00
images Change FFF icon more (green) 2015-04-09 21:46:04 -05:00
translations Update translations. 2019-12-01 10:39:53 -06:00
__init__.py Bump Release Version 3.14.0 2019-12-16 13:38:44 -06:00
about.html Update PI about box. 2015-04-16 13:30:13 -05:00
basicinihighlighter.py python3: enforce use of absolute imports 2019-12-17 10:44:06 -06:00
common_utils.py Refactor busy_cursor, busy cursor around saving rejects & settings, bump copyright years. 2018-11-11 09:58:07 -06:00
config.py Add plugin option for toolbar button to pop menu. 2019-11-22 21:41:29 -06:00
dialogs.py python3: fix incorrect use of merging two dictionaries 2019-12-17 10:44:06 -06:00
fff_plugin.py python3: use modern exception syntax 2019-12-17 10:44:06 -06:00
fff_util.py Replace leading TABs with spaces (#316) 2018-07-08 22:08:02 -05:00
inihighlighter.py python3: enforce use of absolute imports 2019-12-17 10:44:06 -06:00
jobs.py Closes #466 - Remove feature to save cookiejar between downloads and BG jobs--causes some obscure problems with QQ at least. 2019-11-17 11:36:07 -06:00
plugin-defaults.ini Update adapter_fictionmaniatv to use HTML versions vs text by default. 2019-12-02 13:58:47 -06:00
plugin-example.ini Remove defunct sites. 2015-04-12 17:27:36 -05:00
plugin-import-name-fanficfare_plugin.txt Re-org file structure, make PI work with it, CLI & web service currently broken. 2015-04-05 17:10:31 -05:00
prefs.py Add plugin option for toolbar button to pop menu. 2019-11-22 21:41:29 -06:00
wordcount.py Adding Word Count post-processing option, like Smarten Punct. 2016-01-29 22:34:07 -06:00