sean@11: #!/usr/bin/env python sean@11: sean@11: """ supplys the data needed to comunicate with the roundup-server, sean@11: and the sqlite database. Represents the types of errors used in roundup. sean@11: sean@11: author: Sascha L. Teichmann sean@11: author: Bernhard Reiter sean@11: author: Sean Engelhardt sean@11: sean@11: (c) 2010,2015 by Intevation GmbH sean@11: sean@11: This is Free Software unter the terms of the sean@11: GNU GENERAL PUBLIC LICENSE Version 3 or later. sean@11: See http://www.gnu.org/licenses/gpl-3.0.txt for details sean@11: """ sean@11: sean@11: import roundup_cc.display_issues as display sean@11: import roundup_cc.roundup_content_data as rcd sean@11: sean@11: def get_tech_intern_chart(): sean@11: return display.render_db_stats_as_html(rcd.DATABASE_TECH_INTERN, rcd.SELECT_ALL)