diff options
author | Sylvain <syt@logilab.fr> | 2007-02-15 19:35:47 +0100 |
---|---|---|
committer | Sylvain <syt@logilab.fr> | 2007-02-15 19:35:47 +0100 |
commit | b8dc4de1f0be78a04b01b863562cf8cd21db94ce (patch) | |
tree | cf751cd17e2f8bb36613f9ad4b34f354e3f85285 /checkers/utils.py | |
parent | db35f3af2688dbb2aa93204095ea78d3b4845203 (diff) | |
download | pylint-b8dc4de1f0be78a04b01b863562cf8cd21db94ce.tar.gz |
check multiple inheritance
Diffstat (limited to 'checkers/utils.py')
-rw-r--r-- | checkers/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkers/utils.py b/checkers/utils.py index 0f41631..580081a 100644 --- a/checkers/utils.py +++ b/checkers/utils.py @@ -1,6 +1,6 @@ # pylint: disable-msg=W0611 # -# Copyright (c) 2003-2006 LOGILAB S.A. (Paris, FRANCE). +# Copyright (c) 2003-2007 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # This program is free software; you can redistribute it and/or modify it under |