summaryrefslogtreecommitdiff
path: root/cloudinit/distros
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-08-06 11:36:30 +0100
committerScott Moser <smoser@ubuntu.com>2013-08-06 11:36:30 +0100
commit2e4d57b867b71831270655956d06a8e14793a8f3 (patch)
treef173bcdc05d7dd5b41e32c8c537580ccf30ffc64 /cloudinit/distros
parent270341583ff0c83b4e10ec3d1040b95555f7232f (diff)
downloadvyos-cloud-init-2e4d57b867b71831270655956d06a8e14793a8f3.tar.gz
vyos-cloud-init-2e4d57b867b71831270655956d06a8e14793a8f3.zip
fix pep8 and pylint warnings
Diffstat (limited to 'cloudinit/distros')
-rw-r--r--cloudinit/distros/rhel.py2
-rw-r--r--cloudinit/distros/sles.py2
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