diff options
author | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2012-09-19 17:36:47 +0200 |
---|---|---|
committer | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2012-09-19 17:36:47 +0200 |
commit | d4d8fe742e8860df3a699a4999be133a1fc8db42 (patch) | |
tree | 0d616ccb2d84a926c1dba1f67c4181a3956cd27f /test/utils.py | |
parent | fcc1a91b50f564627716230ffc159381b241c07f (diff) | |
download | pylint-d4d8fe742e8860df3a699a4999be133a1fc8db42.tar.gz |
lint fixes
Diffstat (limited to 'test/utils.py')
-rw-r--r-- | test/utils.py | 5 |
1 files changed, 1 insertions, 4 deletions
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) |