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 /cloud-init-cfg.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 'cloud-init-cfg.py')
-rwxr-xr-x | cloud-init-cfg.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cloud-init-cfg.py b/cloud-init-cfg.py index 8c332abb..8684c532 100755 --- a/cloud-init-cfg.py +++ b/cloud-init-cfg.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# vi: ts=4 expandtab # # Copyright (C) 2009-2010 Canonical Ltd. # |