diff options
author | Scott Moser <smoser@ubuntu.com> | 2010-06-15 13:34:56 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2010-06-15 13:34:56 -0400 |
commit | a9f600c4fb7426661c478f043791795ddbabb69a (patch) | |
tree | c18bd8c4f900c9f2d6d47b5e886dfac4df205212 /cloudinit/execute.py | |
parent | 1be9cf367d765a3c87995a5f4084c2bf3dff6f78 (diff) | |
download | vyos-cloud-init-a9f600c4fb7426661c478f043791795ddbabb69a.tar.gz vyos-cloud-init-a9f600c4fb7426661c478f043791795ddbabb69a.zip |
add vi modelines to python files
Diffstat (limited to 'cloudinit/execute.py')
-rw-r--r-- | cloudinit/execute.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cloudinit/execute.py b/cloudinit/execute.py index b250e354..eb7b568c 100644 --- a/cloudinit/execute.py +++ b/cloudinit/execute.py @@ -1,3 +1,5 @@ +# vi: ts=4 expandtab +# # Copyright (C) 2009-2010 Canonical Ltd. # # Author: Scott Moser <scott.moser@canonical.com> |