summaryrefslogtreecommitdiffstats
path: root/roles/openshift_facts/library/openshift_facts.py
diff options
context:
space:
mode:
authorRodolfo Carvalho <rhcarvalho@gmail.com>2017-05-10 08:29:05 +0200
committerGitHub <noreply@github.com>2017-05-10 08:29:05 +0200
commit402e8caa5bcbc22050bb4a4f189a802262ca725f (patch)
tree3ade21aadd1e32ce4b44a6cd4cb0dc8f6ab06d94 /roles/openshift_facts/library/openshift_facts.py
parent5d408eeca04cb3c60a7e4918218e87fd43e57861 (diff)
parenta0539d0c459b5d5733a64f00d3f1d596ae5e9c1c (diff)
downloadopenshift-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_facts/library/openshift_facts.py')
-rwxr-xr-xroles/openshift_facts/library/openshift_facts.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/openshift_facts/library/openshift_facts.py b/roles/openshift_facts/library/openshift_facts.py
index 5ea902e2b..911d72412 100755
--- a/roles/openshift_facts/library/openshift_facts.py
+++ b/roles/openshift_facts/library/openshift_facts.py
@@ -1,7 +1,6 @@
#!/usr/bin/python
# pylint: disable=too-many-lines
# -*- coding: utf-8 -*-
-# vim: expandtab:tabstop=4:shiftwidth=4
# Reason: Disable pylint too-many-lines because we don't want to split up this file.
# Status: Permanently disabled to keep this module as self-contained as possible.