summaryrefslogtreecommitdiff
path: root/table.py
diff options
context:
space:
mode:
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.