mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-18 21:33:07 +02:00
replace deprecated base64.decodestring
by base64.decodebytes
This commit is contained in:
parent
a2723a0136
commit
37f6201ef1
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ class CallbackSplitMixin(object):
|
|||
+ util.get_var('taskwiki_py') +
|
||||
"callback = {0}('');".format(self.__class__.__name__) +
|
||||
"orig_dict, selected_dict = pickle.loads("
|
||||
"base64.decodestring("
|
||||
"base64.decodebytes("
|
||||
"six.b(util.get_var('taskwiki_callback', "
|
||||
"vars_obj=vim.current.buffer.vars)))); "
|
||||
"callback.__dict__.update(orig_dict);"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue