diff options
author | Emile Anclin <emile.anclin@logilab.fr> | 2009-03-04 16:38:26 +0100 |
---|---|---|
committer | Emile Anclin <emile.anclin@logilab.fr> | 2009-03-04 16:38:26 +0100 |
commit | c8a6fbc58a5f0b7f9db5eb0290f099ea1d4a38c6 (patch) | |
tree | a8035f018cddee44b08a3fc73aef2c71499beae5 /patchcomptransformer.py | |
parent | cbe90eb90cec7de08e37bc0e79253fc70d2abbea (diff) | |
download | astroid-git-c8a6fbc58a5f0b7f9db5eb0290f099ea1d4a38c6.tar.gz |
licence, date, typos
--HG--
branch : _ast_compat
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 d060b68c..7e8183c5 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-2008 LOGILAB S.A. (Paris, FRANCE) +:copyright: 2003-2009 LOGILAB S.A. (Paris, FRANCE) :contact: http://www.logilab.fr/ -- mailto:python-projects@logilab.org -:copyright: 2003-2008 Sylvain Thenault +:copyright: 2003-2009 Sylvain Thenault :contact: mailto:thenault@gmail.com """ |