diff options
author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2011-01-05 14:52:00 +0100 |
---|---|---|
committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2011-01-05 14:52:00 +0100 |
commit | 44c584702ed7ae46ac50a8accf55b5a2698505d3 (patch) | |
tree | 5a1a94cc1171ff6ed46638f8ded4e211ffc2b8ac /protocols.py | |
parent | ade1ff5ecd0365bd376001691b73ea7a594b0208 (diff) | |
download | astroid-git-44c584702ed7ae46ac50a8accf55b5a2698505d3.tar.gz |
remove some code no more necessary since we don't support anymore python < 2.5
Diffstat (limited to 'protocols.py')
-rw-r--r-- | protocols.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols.py b/protocols.py index dba1834e..6e7415d6 100644 --- a/protocols.py +++ b/protocols.py @@ -19,11 +19,8 @@ # with logilab-astng. If not, see <http://www.gnu.org/licenses/>. """this module contains a set of functions to handle python protocols for nodes where it makes sense. - """ -from __future__ import generators - __doctype__ = "restructuredtext en" from logilab.astng.exceptions import InferenceError, NoDefault |