diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2017-04-12 11:49:36 +0200 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2017-04-12 11:49:36 +0200 |
commit | 78f70ac702412468f3786176ad799cb6af3f4e40 (patch) | |
tree | eacaabe6b600019377f6dbbd5dcf32156189eccc | |
parent | c2b8235b0e3506d0d36ac626c5df84edd7c58740 (diff) | |
download | dmarcpipe-78f70ac702412468f3786176ad799cb6af3f4e40.tar.gz dmarcpipe-78f70ac702412468f3786176ad799cb6af3f4e40.tar.xz dmarcpipe-78f70ac702412468f3786176ad799cb6af3f4e40.zip |
dmarcstats: remove pygal import
-rwxr-xr-x | dmarcstats.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dmarcstats.py b/dmarcstats.py index 67f9fdf..2478ccb 100755 --- a/dmarcstats.py +++ b/dmarcstats.py @@ -5,9 +5,6 @@ from flask import Flask, g, render_template, request, Markup, url_for from datetime import datetime from multiprocessing.pool import ThreadPool from socket import getfqdn -import pygal - -rg_style = pygal.style.Style(colors=('#00ff00', '#ff0000')) sv = Flask(__name__) sv.config.from_object(__name__) |