[Python-modules-commits] [python-mplexporter] 116/135: Added an import warnings statement to utils.py.
Wolfgang Borgert
debacle at moszumanska.debian.org
Tue Sep 23 21:19:10 UTC 2014
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to branch master
in repository python-mplexporter.
commit 5d5e983294bb4e584497aa19019d1f54969c79d4
Author: theengineear <andseier at gmail.com>
Date: Wed Mar 26 17:58:45 2014 -0700
Added an import warnings statement to utils.py.
If a dasharray is not understood, a warning is raised in utils.py.
However, it is not imported in this module.
---
mplexporter/utils.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/mplexporter/utils.py b/mplexporter/utils.py
index 3ac3fa4..606898a 100644
--- a/mplexporter/utils.py
+++ b/mplexporter/utils.py
@@ -8,6 +8,8 @@ import base64
import numpy as np
+import warnings
+
import matplotlib
from matplotlib.colors import colorConverter
from matplotlib.path import Path
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mplexporter.git
More information about the Python-modules-commits
mailing list