diff options
author | Scott Moser <smoser@ubuntu.com> | 2014-01-24 14:47:28 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2014-01-24 14:47:28 -0500 |
commit | c92cd051a1d598f83de03c4135c800b17fd46a9a (patch) | |
tree | 29f0f5a19b933576c1962f86eeab27658639df46 /cloudinit/distros/freebsd.py | |
parent | b37125d7d33ee03b88ad65a0b6930c79c79e9a87 (diff) | |
download | vyos-cloud-init-c92cd051a1d598f83de03c4135c800b17fd46a9a.tar.gz vyos-cloud-init-c92cd051a1d598f83de03c4135c800b17fd46a9a.zip |
pep8/pylint fixes
tools/run-pep8 wasn't checking all python files.
tools/run-pylint wasnt checking bin/cloud-init
fixed resultant pep8 issues after finding them.
Diffstat (limited to 'cloudinit/distros/freebsd.py')
-rw-r--r-- | cloudinit/distros/freebsd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/distros/freebsd.py b/cloudinit/distros/freebsd.py index f1650a77..d28860eb 100644 --- a/cloudinit/distros/freebsd.py +++ b/cloudinit/distros/freebsd.py @@ -2,7 +2,7 @@ # # Copyright (C) 2014 Harm Weites # -# Author: Harm Weites <harm@weites.com> +# Author: Harm Weites <harm@weites.com> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License version 3, as |