summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--adbh.py3
-rw-r--r--deprecation.py2
2 files changed, 2 insertions, 3 deletions
diff --git a/adbh.py b/adbh.py
index 76d7605..fa842ee 100644
--- a/adbh.py
+++ b/adbh.py
@@ -3,7 +3,7 @@
Helpers are provided for postgresql, mysql and sqlite.
:copyright:
- 2000-2008 `LOGILAB S.A. <http://www.logilab.fr>`_ (Paris, FRANCE),
+ 2000-2009 `LOGILAB S.A. <http://www.logilab.fr>`_ (Paris, FRANCE),
all rights reserved.
:contact:
@@ -50,7 +50,6 @@ class FunctionDescr(object):
return self.name_mapping.get(backend, self.name)
backend_name = classmethod(backend_name)
- #@classmethod
def check_nbargs(cls, nbargs):
if cls.minargs is not None and \
nbargs < cls.minargs:
diff --git a/deprecation.py b/deprecation.py
index ef7dfa0..b2250ab 100644
--- a/deprecation.py
+++ b/deprecation.py
@@ -1,6 +1,6 @@
"""Deprecation utilities.
-:copyright: 2006-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+:copyright: 2006-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: General Public License version 2 - http://www.gnu.org/licenses
"""