summaryrefslogtreecommitdiff
path: root/adbh.py
diff options
context:
space:
mode:
authorSylvain <syt@logilab.fr>2008-01-22 15:49:24 +0100
committerSylvain <syt@logilab.fr>2008-01-22 15:49:24 +0100
commit7310c56f9c834088c8af6cfbef4588da26de6599 (patch)
treeee09774f32f7f86cb24b9377ec65026768d685cf /adbh.py
parenta62ff72dfae07ad1cf54bd7dda0bd1af570ca7e0 (diff)
downloadlogilab-common-7310c56f9c834088c8af6cfbef4588da26de6599.tar.gz
cleanup
Diffstat (limited to 'adbh.py')
-rw-r--r--adbh.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/adbh.py b/adbh.py
index 1502756..f18ba8b 100644
--- a/adbh.py
+++ b/adbh.py
@@ -1,6 +1,3 @@
-# Copyright (c) 2002-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
# the terms of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
@@ -17,7 +14,12 @@
functionalities
Helpers are provided for postgresql, mysql and sqlite.
+
+:author: Logilab
+:copyright: 2003-2008 LOGILAB S.A. (Paris, FRANCE)
+:contact: http://www.logilab.fr/ -- mailto:python-projects@logilab.org
"""
+__docformat__ = "restructuredtext en"
from logilab.common.deprecation import obsolete