TeamspeakStats/tsstats
Thor77 fe29b6f050 refactor template-loading
* use ChoiceLoader([PackageLoader, FileSystemLoader]) instead of FileSystemLoader
* add PackageLoader to allow template-access on egg-installations
* use correct way to get filesystem-path to package (dirname(__file__))
* remove superflous template_name-arg from tsstats.template.render_template
* bump version to 0.6.0
2016-06-07 17:51:28 +02:00
..
tests cover tsstats.log.parse_logs 2016-05-25 20:06:17 +02:00
__init__.py add source-encoding (utf-8) to all files 2016-06-07 17:42:53 +02:00
__main__.py add source-encoding (utf-8) to all files 2016-06-07 17:42:53 +02:00
client.py add source-encoding (utf-8) to all files 2016-06-07 17:42:53 +02:00
config.py add source-encoding (utf-8) to all files 2016-06-07 17:42:53 +02:00
exceptions.py add source-encoding (utf-8) to all files 2016-06-07 17:42:53 +02:00
log.py add source-encoding (utf-8) to all files 2016-06-07 17:42:53 +02:00
template.html split tsstats.py into package with multiple files 2016-05-08 21:32:37 +02:00
template.py refactor template-loading 2016-06-07 17:51:28 +02:00
utils.py add source-encoding (utf-8) to all files 2016-06-07 17:42:53 +02:00