From 38fd37a36933409625f422cbd7b91740540e3172 Mon Sep 17 00:00:00 2001 From: Laura M?dioni Date: Tue, 10 Nov 2015 13:36:56 +0100 Subject: Check imports are located at the top of the module (right after docstring and comments) related to issue #692 --- pylint/__pkginfo__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pylint/__pkginfo__.py') diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py index edac893..2bb45bd 100644 --- a/pylint/__pkginfo__.py +++ b/pylint/__pkginfo__.py @@ -18,6 +18,7 @@ from __future__ import absolute_import import sys +from os.path import join modname = distname = 'pylint' @@ -72,7 +73,6 @@ long_desc = """\ Pylint is shipped with "pylint-gui", "pyreverse" (UML diagram generator) and "symilar" (an independent similarities checker).""" -from os.path import join scripts = [join('bin', filename) for filename in ('pylint', 'pylint-gui', "symilar", "epylint", "pyreverse")] -- cgit v1.2.1