summaryrefslogtreecommitdiff
path: root/cloudinit/helpers.py
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-11-10 22:27:49 -0500
committerScott Moser <smoser@ubuntu.com>2012-11-10 22:27:49 -0500
commitd7a42777c83668111d9bb496f581605b33a0b4f2 (patch)
tree38215e5d97f47bfb509c7cb33324d48803b0efb8 /cloudinit/helpers.py
parentcec15471c0fc7008cad607da222dd3c177e764b6 (diff)
downloadvyos-cloud-init-d7a42777c83668111d9bb496f581605b33a0b4f2.tar.gz
vyos-cloud-init-d7a42777c83668111d9bb496f581605b33a0b4f2.zip
1 pep8 and 1 pylint fix
Diffstat (limited to 'cloudinit/helpers.py')
-rw-r--r--cloudinit/helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/helpers.py b/cloudinit/helpers.py
index d26625a0..794f00ec 100644
--- a/cloudinit/helpers.py
+++ b/cloudinit/helpers.py
@@ -76,7 +76,7 @@ def canon_sem_name(name):
class FileSemaphores(object):
- def __init__(self, sem_path):
+ def __init__(self, sem_path):
self.sem_path = sem_path
@contextlib.contextmanager