commit | 9e0512a6d26a63eb1aeabf56d1b2646803a798f0 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Mon Aug 10 14:51:59 2015 +0300 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Mon Aug 10 14:52:47 2015 +0300 |
tree | ef443a7c3259284d7bdfabbac85b22798d730013 | |
parent | 56782063e529072e4d2d135e514f3676afcd47bb [diff] [blame] |
fixes and move Dockerfile and install.sh to script. Make a package
diff --git a/wally/report.py b/wally/report.py index 8fc8400..424e1fa 100644 --- a/wally/report.py +++ b/wally/report.py
@@ -10,6 +10,7 @@ import numpy import scipy import matplotlib + matplotlib.use('svg') import matplotlib.pyplot as plt except ImportError: plt = None