diff options
| author | Scott Moser <smoser@ubuntu.com> | 2016-06-15 15:57:44 -0400 |
|---|---|---|
| committer | Scott Moser <smoser@ubuntu.com> | 2016-06-15 15:57:44 -0400 |
| commit | 412d5d34c424da0f5c291e9f9e706098c541017c (patch) | |
| tree | c8612cba956a3ac9c11059b5b3293119375d2042 /tools/run-pyflakes | |
| parent | 632d56a23a947a23e18fa234d675e34a1a119593 (diff) | |
| parent | b77f11b35bf0978247fc88d0f4239c5bd4f65d66 (diff) | |
| download | vyos-cloud-init-412d5d34c424da0f5c291e9f9e706098c541017c.tar.gz vyos-cloud-init-412d5d34c424da0f5c291e9f9e706098c541017c.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-x | tools/run-pyflakes | 2 |
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 |
