diff options
author | Emile Anclin <emile.anclin@logilab.fr> | 2010-03-22 18:20:33 +0100 |
---|---|---|
committer | Emile Anclin <emile.anclin@logilab.fr> | 2010-03-22 18:20:33 +0100 |
commit | 2c23ddd29f07d8afb0c892bcde19ed5074e90700 (patch) | |
tree | 6a28a80be6ffbabf10b8cc8f34e16ed46a3fbb66 /patchcomptransformer.py | |
parent | b83ef46aad8e892c2dc8e38ea6cb81480f42d8fd (diff) | |
download | astroid-git-2c23ddd29f07d8afb0c892bcde19ed5074e90700.tar.gz |
prepare 0.20.0 release
Diffstat (limited to 'patchcomptransformer.py')
-rw-r--r-- | patchcomptransformer.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patchcomptransformer.py b/patchcomptransformer.py index 8744a781..ede8289c 100644 --- a/patchcomptransformer.py +++ b/patchcomptransformer.py @@ -13,9 +13,9 @@ """Monkey patch compiler.transformer to fix line numbering bugs :author: Sylvain Thenault -:copyright: 2003-2009 LOGILAB S.A. (Paris, FRANCE) +:copyright: 2003-2010 LOGILAB S.A. (Paris, FRANCE) :contact: http://www.logilab.fr/ -- mailto:python-projects@logilab.org -:copyright: 2003-2009 Sylvain Thenault +:copyright: 2003-2010 Sylvain Thenault :contact: mailto:thenault@gmail.com """ # TODO : move this module to _nodes_compiler |