diff options
author | Josh Blum | 2009-09-03 15:46:07 -0700 |
---|---|---|
committer | Josh Blum | 2009-09-03 15:46:07 -0700 |
commit | 6b47cc3dc64d86cb19eb28ab4843a0f278db6d0a (patch) | |
tree | f7e40997de014d8734d27bfc14a5b0d032f7c1d3 /grc/base/Element.py | |
parent | 490b1195935007031759ec815b1d4a3046a5907a (diff) | |
download | gnuradio-6b47cc3dc64d86cb19eb28ab4843a0f278db6d0a.tar.gz gnuradio-6b47cc3dc64d86cb19eb28ab4843a0f278db6d0a.tar.bz2 gnuradio-6b47cc3dc64d86cb19eb28ab4843a0f278db6d0a.zip |
we dont use test() -> remove it
Diffstat (limited to 'grc/base/Element.py')
-rw-r--r-- | grc/base/Element.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/grc/base/Element.py b/grc/base/Element.py index 02b57df3a..43cee886c 100644 --- a/grc/base/Element.py +++ b/grc/base/Element.py @@ -22,13 +22,6 @@ class Element(object): def __init__(self, parent=None): self._parent = parent - def test(self): - """ - Test the element against failures. - Overload this method in sub-classes. - """ - pass - ################################################## # Element Validation API ################################################## |