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/distros/sles.py | |
parent | 270341583ff0c83b4e10ec3d1040b95555f7232f (diff) | |
download | vyos-cloud-init-2e4d57b867b71831270655956d06a8e14793a8f3.tar.gz vyos-cloud-init-2e4d57b867b71831270655956d06a8e14793a8f3.zip |
fix pep8 and pylint warnings
Diffstat (limited to 'cloudinit/distros/sles.py')
-rw-r--r-- | cloudinit/distros/sles.py | 2 |
1 files changed, 0 insertions, 2 deletions
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 |