diff options
author | Adrien Di Mascio <Adrien.DiMascio@logilab.fr> | 2007-11-09 15:32:21 +0100 |
---|---|---|
committer | Adrien Di Mascio <Adrien.DiMascio@logilab.fr> | 2007-11-09 15:32:21 +0100 |
commit | 1f8fab8ead2dccfc9857b5d9ecdebd71cfaaa334 (patch) | |
tree | 1259502f8827c9dfdcafb0cdb44d80a7d5d6d2df /logging_ext.py | |
parent | ed14fb826b0e4c0c237e703fe4d8d1abb6c28032 (diff) | |
download | logilab-common-1f8fab8ead2dccfc9857b5d9ecdebd71cfaaa334.tar.gz |
list_tables() should return a list of tablenames
Diffstat (limited to 'logging_ext.py')
-rw-r--r-- | logging_ext.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logging_ext.py b/logging_ext.py index dee73a6..a3624ae 100644 --- a/logging_ext.py +++ b/logging_ext.py @@ -1,5 +1,5 @@ # -*- coding: iso-8859-1 -*- -# Copyright (c) 2006 LOGILAB S.A. (Paris, FRANCE). +# Copyright (c) 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 |