diff options
author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2011-07-08 17:03:47 +0200 |
---|---|---|
committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2011-07-08 17:03:47 +0200 |
commit | d6944a6ed9f7e452b2eb079269d212816c6f2f10 (patch) | |
tree | 03274d4a1d6959fae32b4fa184824b96eab0f266 /protocols.py | |
parent | abab1061c29b5f1d803128392bf61768eabaf304 (diff) | |
download | astroid-git-d6944a6ed9f7e452b2eb079269d212816c6f2f10.tar.gz |
cleanups
Diffstat (limited to 'protocols.py')
-rw-r--r-- | protocols.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols.py b/protocols.py index 34bbe759..d8c02e38 100644 --- a/protocols.py +++ b/protocols.py @@ -1,4 +1,4 @@ -# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr # copyright 2003-2010 Sylvain Thenault, all rights reserved. # contact mailto:thenault@gmail.com |