summaryrefslogtreecommitdiff
path: root/table.py
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2010-11-22 14:12:13 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2010-11-22 14:12:13 +0100
commit48540947f58122096757482dbac9695278f11bb2 (patch)
tree2944749009f27d63c5fb94633488fcc9b016f8ea /table.py
parentd01526c2cc31b2096536cfa5abffdbc9002c2c9a (diff)
downloadlogilab-common-48540947f58122096757482dbac9695278f11bb2.tar.gz
cleanup: remove deprecated compat imports
Diffstat (limited to 'table.py')
-rw-r--r--table.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/table.py b/table.py
index 398f1fc..31184b6 100644
--- a/table.py
+++ b/table.py
@@ -18,7 +18,6 @@
"""Table management module."""
__docformat__ = "restructuredtext en"
-from logilab.common.compat import set
class Table(object):
"""Table defines a data table with column and row names.