summaryrefslogtreecommitdiff
path: root/test
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 /test
parentd01526c2cc31b2096536cfa5abffdbc9002c2c9a (diff)
downloadlogilab-common-48540947f58122096757482dbac9695278f11bb2.tar.gz
cleanup: remove deprecated compat imports
Diffstat (limited to 'test')
-rw-r--r--test/unittest_table.py1
-rw-r--r--test/unittest_testlib.py2
2 files changed, 0 insertions, 3 deletions
diff --git a/test/unittest_table.py b/test/unittest_table.py
index 0ad6cb9..dda2ad6 100644
--- a/test/unittest_table.py
+++ b/test/unittest_table.py
@@ -28,7 +28,6 @@ from cStringIO import StringIO
from logilab.common.testlib import TestCase, unittest_main
from logilab.common.table import Table, TableStyleSheet, DocbookTableWriter, \
DocbookRenderer, TableStyle, TableWriter, TableCellRenderer
-from logilab.common.compat import set
class TableTC(TestCase):
"""Table TestCase class"""
diff --git a/test/unittest_testlib.py b/test/unittest_testlib.py
index 34f0caf..b506a7b 100644
--- a/test/unittest_testlib.py
+++ b/test/unittest_testlib.py
@@ -24,8 +24,6 @@ from cStringIO import StringIO
import tempfile
import shutil
-from logilab.common.compat import sorted
-
try:
__file__
except NameError: