tridactyl/native
Lars Kellogg-Stedman e23e972da4 native_main.py: close file desciptor returned by mkstemp
Python's tempfile.mkstemp method returns an open file descriptor, but
native_main.py was ignoring that and re-opening the file.  This commit
modifies the code to use os.fdopen so that the file descriptor is
closed when exiting the 'with ...' context manager.
2018-05-11 09:49:40 -04:00
..
__init__.py Merge johnnbeard's and IsaacKhor's native messenger 2018-04-25 20:43:13 +01:00
install.sh Depip installer 2018-05-09 13:46:51 +01:00
native_main.py native_main.py: close file desciptor returned by mkstemp 2018-05-11 09:49:40 -04:00
tridactyl.json Give betas permission to use native messenger 2018-04-25 20:58:20 +01:00