diff options
Diffstat (limited to '_exceptions.py')
-rw-r--r-- | _exceptions.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_exceptions.py b/_exceptions.py index 1c044cde..27cd16df 100644 --- a/_exceptions.py +++ b/_exceptions.py @@ -13,9 +13,9 @@ """this module contains exceptions used in the astng library :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 """ |