diff options
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 |