Move testutils.py in its own package

This commit is contained in:
Pierre Sassoulas 2020-10-30 23:11:59 +01:00
parent bc8a6a3aca
commit 4764b49186

View File

@ -52,8 +52,6 @@ from pylint.lint import PyLinter
from pylint.reporters import BaseReporter
from pylint.utils import ASTWalker
# Utils
SYS_VERS_STR = "%d%d%d" % sys.version_info[:3]
TITLE_UNDERLINES = ["", "=", "-", "."]
PREFIX = abspath(dirname(__file__))