no more ploting function filter in texenv

This commit is contained in:
Benjamin Bertrand 2017-03-10 08:22:09 +03:00
parent 37e9cdd27f
commit 8fa922d469
1 changed files with 0 additions and 7 deletions

View File

@ -31,13 +31,6 @@ texenv = jinja2.Environment(
from .filters import includegraphics
texenv.filters['includegraphics'] = includegraphics
from notes_tools.tools.marks_plottings import *
texenv.filters['radar_on'] = radar_on
texenv.filters['marks_hist'] = marks_hist
texenv.filters['parallele_on'] = parallele_on
texenv.filters['pie_skill_evaluation'] = pie_skill_evaluation
texenv.filters['pies_skills_level'] = pies_skills_level
def feed_template(target, datas, template):
""" Get the template and feed it to create reports