From d4d8fe742e8860df3a699a4999be133a1fc8db42 Mon Sep 17 00:00:00 2001 From: Sylvain Th?nault Date: Wed, 19 Sep 2012 17:36:47 +0200 Subject: lint fixes --- test/utils.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test/utils.py') diff --git a/test/utils.py b/test/utils.py index 4060625..3cf1699 100644 --- a/test/utils.py +++ b/test/utils.py @@ -1,17 +1,14 @@ """some pylint test utilities """ -# # # # # pyreverse unittest utilities # # # # # # - -from logilab.common.testlib import TestCase import os import sys from os.path import join, dirname, abspath +from logilab.common.testlib import TestCase from logilab.astng import MANAGER - def _astng_wrapper(func, modname): return func(modname) -- cgit v1.2.1