diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-08-06 11:36:30 +0100 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-08-06 11:36:30 +0100 |
commit | 2e4d57b867b71831270655956d06a8e14793a8f3 (patch) | |
tree | f173bcdc05d7dd5b41e32c8c537580ccf30ffc64 /cloudinit | |
parent | 270341583ff0c83b4e10ec3d1040b95555f7232f (diff) | |
download | vyos-cloud-init-2e4d57b867b71831270655956d06a8e14793a8f3.tar.gz vyos-cloud-init-2e4d57b867b71831270655956d06a8e14793a8f3.zip |
fix pep8 and pylint warnings
Diffstat (limited to 'cloudinit')
-rw-r--r-- | cloudinit/distros/rhel.py | 2 | ||||
-rw-r--r-- | cloudinit/distros/sles.py | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/cloudinit/distros/rhel.py b/cloudinit/distros/rhel.py index ece1a5ff..30195384 100644 --- a/cloudinit/distros/rhel.py +++ b/cloudinit/distros/rhel.py @@ -20,8 +20,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -import os - from cloudinit import distros from cloudinit import helpers from cloudinit import log as logging diff --git a/cloudinit/distros/sles.py b/cloudinit/distros/sles.py index 92a1c307..f2ac4efc 100644 --- a/cloudinit/distros/sles.py +++ b/cloudinit/distros/sles.py @@ -18,8 +18,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -import os - from cloudinit import distros from cloudinit.distros.parsers.hostname import HostnameConf |