summaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorYves-Gwenael Bourhis <yves-gwenael.bourhis@orange.com>2019-07-15 15:49:43 +0200
committerYves-Gwenael Bourhis <yves-gwenael.bourhis@orange.com>2019-07-17 16:23:33 +0200
commit66144165ff39b8b7b5257e141c51a081d498963f (patch)
treee51fafb8288cda3910e182a21af823f647242e32 /.pylintrc
parent350efbe4f20f9aee13ac52eaaa50c490cd8afa97 (diff)
downloadhorizon-66144165ff39b8b7b5257e141c51a081d498963f.tar.gz
Use the python real executable
Use the real python executable as shebang Use exec instead of execfile if using python 3 Change-Id: I8acea40851c7e9dc248751be967859b2b9430af7 Closes-Bug: #1836580
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index dfd4716d7..2ac0c2876 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -2,7 +2,7 @@
[MASTER]
# Add <file or directory> to the black list. It should be a base name, not a
# path. You may set this option multiple times.
-ignore=test,tests,tests.py,local_settings.py
+ignore=test,tests,tests.py,local_settings.py,horizon_wsgi.py
[Messages Control]
disable=