summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMaru Newby <marun@redhat.com>2013-04-05 17:26:00 +0000
committerMaru Newby <marun@redhat.com>2013-04-05 17:27:04 +0000
commitd41d223e465dfdcb4c7d2a2f5dc55652bbf32bf7 (patch)
tree9fdd13f0e6522445d723c3f2a107e609c82488fb /setup.py
parent22fd45281c65a03fb75ceb0536fef1ee2fb182c9 (diff)
downloadpython-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.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index c3d851c..42b053f 100644
--- a/setup.py
+++ b/setup.py
@@ -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