diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-05-10 08:29:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-10 08:29:05 +0200 |
commit | 402e8caa5bcbc22050bb4a4f189a802262ca725f (patch) | |
tree | 3ade21aadd1e32ce4b44a6cd4cb0dc8f6ab06d94 /roles/openshift_certificate_expiry | |
parent | 5d408eeca04cb3c60a7e4918218e87fd43e57861 (diff) | |
parent | a0539d0c459b5d5733a64f00d3f1d596ae5e9c1c (diff) | |
download | openshift-402e8caa5bcbc22050bb4a4f189a802262ca725f.tar.gz openshift-402e8caa5bcbc22050bb4a4f189a802262ca725f.tar.bz2 openshift-402e8caa5bcbc22050bb4a4f189a802262ca725f.tar.xz openshift-402e8caa5bcbc22050bb4a4f189a802262ca725f.zip |
Merge pull request #4123 from rhcarvalho/remove-vim-line
Remove vim configuration from Python files
Diffstat (limited to 'roles/openshift_certificate_expiry')
-rw-r--r-- | roles/openshift_certificate_expiry/filter_plugins/oo_cert_expiry.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/openshift_certificate_expiry/filter_plugins/oo_cert_expiry.py b/roles/openshift_certificate_expiry/filter_plugins/oo_cert_expiry.py index 577a14b9a..a2bc9ecdb 100644 --- a/roles/openshift_certificate_expiry/filter_plugins/oo_cert_expiry.py +++ b/roles/openshift_certificate_expiry/filter_plugins/oo_cert_expiry.py @@ -1,6 +1,5 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# vim: expandtab:tabstop=4:shiftwidth=4 """ Custom filters for use in openshift-ansible """ |