]> git.phdru.name Git - sqlconvert.git/commitdiff
Explain Ignore: E402
authorOleg Broytman <phd@phdru.name>
Tue, 26 Jul 2016 19:47:05 +0000 (22:47 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 26 Jul 2016 19:47:05 +0000 (22:47 +0300)
setup.py

index 1d553f9d47f6912ea7acd334a0b920c4e9d54035..6ec1404dc2eca79bb7bf885589c193a16d46d730 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -21,6 +21,7 @@ if is_setuptools:
 
 versionpath = join(abspath(dirname(__file__)), 'mysql2sql', '__version__.py')
 load_source('mysql2sql_version', versionpath)
+# Ignore: E402 module level import not at top of file
 from mysql2sql_version import __version__  # noqa
 
 setup(name='mysql2sql',