summaryrefslogtreecommitdiff
path: root/test/test_interface.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_interface.py')
-rw-r--r--test/test_interface.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_interface.py b/test/test_interface.py
index a3c20bf..62447b6 100644
--- a/test/test_interface.py
+++ b/test/test_interface.py
@@ -16,7 +16,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/>.
from logilab.common.testlib import TestCase, unittest_main
-from logilab.common.interface import *
+from logilab.common.interface import Interface, extend
class IFace1(Interface):