diff options
| author | Maru Newby <marun@redhat.com> | 2013-04-05 17:26:00 +0000 |
|---|---|---|
| committer | Maru Newby <marun@redhat.com> | 2013-04-05 17:27:04 +0000 |
| commit | d41d223e465dfdcb4c7d2a2f5dc55652bbf32bf7 (patch) | |
| tree | 9fdd13f0e6522445d723c3f2a107e609c82488fb /setup.py | |
| parent | 22fd45281c65a03fb75ceb0536fef1ee2fb182c9 (diff) | |
| download | python-neutronclient-d41d223e465dfdcb4c7d2a2f5dc55652bbf32bf7.tar.gz | |
Switch to flake8 from pep8.
* flake8 supports more checks than pep8 (e.g. detection of
unused imports and variables), and has an extension mechanism.
A plugin to support automatic HACKING validation is planned.
* See: http://flake8.readthedocs.org/
Change-Id: I1cba551fadf87f3dbc40a002736c1009e7b9d5b5
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -15,8 +15,6 @@ # License for the specific language governing permissions and limitations # under the License. -import os -import sys import setuptools from quantumclient.openstack.common import setup |
