summaryrefslogtreecommitdiff
path: root/tools/run-pyflakes
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2016-06-15 21:11:44 -0400
committerScott Moser <smoser@ubuntu.com>2016-06-15 21:11:44 -0400
commit8311e8f7a2d4ad782015c0eb4d22efd0c5a8af0f (patch)
tree88dea04a2a8579ffdca779834ed7b70cb1cb0836 /tools/run-pyflakes
parent946b0f5542ffb43149f60b5dd50b2fb450d23713 (diff)
parentb77f11b35bf0978247fc88d0f4239c5bd4f65d66 (diff)
downloadvyos-cloud-init-8311e8f7a2d4ad782015c0eb4d22efd0c5a8af0f.tar.gz
vyos-cloud-init-8311e8f7a2d4ad782015c0eb4d22efd0c5a8af0f.zip
move 'main' into cloudinit/cmd/ for easier testing
This moves bin/cloud-init's content into cloudinit/cmd/main.py, and then fixes the pep8/flake8 issues with that. The end result is easier testing of main.
Diffstat (limited to 'tools/run-pyflakes')
-rwxr-xr-xtools/run-pyflakes2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run-pyflakes b/tools/run-pyflakes
index 4bea17f4..b3759a94 100755
--- a/tools/run-pyflakes
+++ b/tools/run-pyflakes
@@ -3,7 +3,7 @@
PYTHON_VERSION=${PYTHON_VERSION:-2}
CR="
"
-pycheck_dirs=( "cloudinit/" "bin/" "tests/" "tools/" )
+pycheck_dirs=( "cloudinit/" "tests/" "tools/" )
set -f
if [ $# -eq 0 ]; then