summaryrefslogtreecommitdiff
path: root/table.py
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-08-26 09:15:43 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-08-26 09:15:43 +0200
commit3995a2da44fac63ee4ef16ab1054f5f7f4a05d71 (patch)
treeadc3b6bdbdc52b22957a404a30a87232c3ffa141 /table.py
parent7d0cd87c0bf2c2460a04975dc48d9e737598b824 (diff)
downloadlogilab-common-3995a2da44fac63ee4ef16ab1054f5f7f4a05d71.tar.gz
deprecates some modules
Diffstat (limited to 'table.py')
-rw-r--r--table.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/table.py b/table.py
index 22c7ba9..8efe911 100644
--- a/table.py
+++ b/table.py
@@ -15,12 +15,7 @@
#
# You should have received a copy of the GNU Lesser General Public License along
# with logilab-common. If not, see <http://www.gnu.org/licenses/>.
-"""Table management module.
-
-
-
-
-"""
+"""Table management module."""
__docformat__ = "restructuredtext en"
from logilab.common.compat import enumerate, sum, set