summaryrefslogtreecommitdiff
path: root/checkers/utils.py
diff options
context:
space:
mode:
authorSylvain <syt@logilab.fr>2007-02-15 19:35:47 +0100
committerSylvain <syt@logilab.fr>2007-02-15 19:35:47 +0100
commitb8dc4de1f0be78a04b01b863562cf8cd21db94ce (patch)
treecf751cd17e2f8bb36613f9ad4b34f354e3f85285 /checkers/utils.py
parentdb35f3af2688dbb2aa93204095ea78d3b4845203 (diff)
downloadpylint-b8dc4de1f0be78a04b01b863562cf8cd21db94ce.tar.gz
check multiple inheritance
Diffstat (limited to 'checkers/utils.py')
-rw-r--r--checkers/utils.py2
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