summaryrefslogtreecommitdiff
path: root/test/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils.py')
-rw-r--r--test/utils.py5
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)