]> git.ipfire.org Git - collecty.git/commit - src/collecty/plugins/base.py
Generate graphs in memory
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 27 May 2015 23:07:55 +0000 (23:07 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 27 May 2015 23:07:55 +0000 (23:07 +0000)
commit699e99fb2b79584279fac170f7926165f09495fc
treecd6aeb52061a967c1e62d73c645f81b537edd7d9
parent418174a4837a7d356732ee0b036496ea3cd8ff48
Generate graphs in memory

Remove Python 2 hack that created a temporary file on disk
in which the graph was written and then read the file content
back in. The Python 3 module allows us to write the graph
directly into a buffer.
src/collecty/plugins/base.py