diff options
author | Yves-Gwenael Bourhis <yves-gwenael.bourhis@orange.com> | 2019-07-15 15:49:43 +0200 |
---|---|---|
committer | Yves-Gwenael Bourhis <yves-gwenael.bourhis@orange.com> | 2019-07-17 16:23:33 +0200 |
commit | 66144165ff39b8b7b5257e141c51a081d498963f (patch) | |
tree | e51fafb8288cda3910e182a21af823f647242e32 /.pylintrc | |
parent | 350efbe4f20f9aee13ac52eaaa50c490cd8afa97 (diff) | |
download | horizon-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-- | .pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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= |