[Python-modules-commits] [python-mplexporter] 106/135: Added a `pass` keyword in methods that are to be reimplemented in base.
Wolfgang Borgert
debacle at moszumanska.debian.org
Tue Sep 23 21:19:09 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 489658cda81483333f4f9f76cefdd9571e6421f8
Author: theengineear <andseier at gmail.com>
Date: Tue Mar 18 13:42:56 2014 -0700
Added a `pass` keyword in methods that are to be reimplemented in base.
---
mplexporter/renderers/base.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/mplexporter/renderers/base.py b/mplexporter/renderers/base.py
index 11ff029..88e6d39 100644
--- a/mplexporter/renderers/base.py
+++ b/mplexporter/renderers/base.py
@@ -128,6 +128,7 @@ class Renderer(object):
props : dictionary
The dictionary of legend properties
"""
+ pass
def close_legend(self, legend):
"""
@@ -138,6 +139,7 @@ class Renderer(object):
legend : matplotlib.legend.Legend
The Legend which is finished being drawn
"""
+ pass
def draw_marked_line(self, data, coordinates, linestyle, markerstyle,
label, mplobj=None):
--
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