tridactyl/native
Michal Koutný 98df8fff8e
Fix native_main 'temp' command for python < 3.5.0
We are passing None value to mkstemp which is only possible since python
3.5.0 [1]. Let's use our own mask with empty string as the prefix when
None is given. That works with both python API versions.

[1]
ad577b938b
2018-05-17 17:33:36 +01:00
..
__init__.py Merge johnnbeard's and IsaacKhor's native messenger 2018-04-25 20:43:13 +01:00
install.sh Ours is not to reason why: fix #544 2018-05-17 13:54:56 +01:00
native_main.py Fix native_main 'temp' command for python < 3.5.0 2018-05-17 17:33:36 +01:00
tridactyl.json Give betas permission to use native messenger 2018-04-25 20:58:20 +01:00
win_install.ps1 Fix minor typo 2018-05-17 12:19:55 +01:00