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