diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-03 08:42:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-03 09:37:35 +0200 |
commit | aacf1c95aced54e84cf6243b494a429efad319d6 (patch) | |
tree | 31ad8fe70c3f81bce2b41a82347823eda9c0d009 /dev-python/matplotlib/files/matplotlib-1.5.1-test-fix-backport-2.patch | |
parent | d0367df28a8c5941c2ac8dd74ca117e551b9cd06 (diff) | |
download | gentoo-aacf1c95aced54e84cf6243b494a429efad319d6.tar.gz gentoo-aacf1c95aced54e84cf6243b494a429efad319d6.tar.xz |
dev-python/matplotlib: Clean old versions up
Diffstat (limited to 'dev-python/matplotlib/files/matplotlib-1.5.1-test-fix-backport-2.patch')
-rw-r--r-- | dev-python/matplotlib/files/matplotlib-1.5.1-test-fix-backport-2.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/matplotlib/files/matplotlib-1.5.1-test-fix-backport-2.patch b/dev-python/matplotlib/files/matplotlib-1.5.1-test-fix-backport-2.patch deleted file mode 100644 index c850d090f79..00000000000 --- a/dev-python/matplotlib/files/matplotlib-1.5.1-test-fix-backport-2.patch +++ /dev/null @@ -1,22 +0,0 @@ -From c28e1b0aebe19b7db292eb7c1b6deba8af6754e0 Mon Sep 17 00:00:00 2001 -From: Jens Hedegaard Nielsen <jens.nielsen@ucl.ac.uk> -Date: Wed, 13 Jan 2016 13:48:06 +0000 -Subject: [PATCH] Fix new pep8 issue in legend_demo5 - ---- - examples/pylab_examples/legend_demo5.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/examples/pylab_examples/legend_demo5.py b/examples/pylab_examples/legend_demo5.py -index 699babe..5668966 100644 ---- a/examples/pylab_examples/legend_demo5.py -+++ b/examples/pylab_examples/legend_demo5.py -@@ -41,7 +41,7 @@ def create_artists(self, legend, orig_handle, - lw = orig_handle.get_linewidths()[i] - except IndexError: - lw = orig_handle.get_linewidths()[0] -- if dashes[0] != None: -+ if dashes[0] is not None: - legline.set_dashes(dashes[1]) - legline.set_color(color) - legline.set_transform(trans) |