diff options
author | Sylvain <syt@logilab.fr> | 2008-01-22 15:49:24 +0100 |
---|---|---|
committer | Sylvain <syt@logilab.fr> | 2008-01-22 15:49:24 +0100 |
commit | 7310c56f9c834088c8af6cfbef4588da26de6599 (patch) | |
tree | ee09774f32f7f86cb24b9377ec65026768d685cf /adbh.py | |
parent | a62ff72dfae07ad1cf54bd7dda0bd1af570ca7e0 (diff) | |
download | logilab-common-7310c56f9c834088c8af6cfbef4588da26de6599.tar.gz |
cleanup
Diffstat (limited to 'adbh.py')
-rw-r--r-- | adbh.py | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |