From 532045c68c6325fa90d74572b6c035c666470849 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sun, 27 Mar 2016 22:14:47 -0400 Subject: Import order flake8 plugin. Fix lots of import order errors discovered by the new plugin. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5791d0c7c..94d56af43 100644 --- a/setup.py +++ b/setup.py @@ -101,7 +101,7 @@ case second `m'. Any other spelling is incorrect.""", include_package_data = True, entry_points = { 'console_scripts' : list(scripts), - 'flake8.extension': ['MM40 = mailman.testing.flake8:ImportOrder'], + 'flake8.extension': ['B40 = mailman.testing.flake8:ImportOrder'], }, install_requires = [ 'alembic', -- cgit v1.2.3-70-g09d2