Merge pull request #718 from dm0-/python3

Silence a Python 3 script warning
This commit is contained in:
David Michael 2017-07-26 13:13:52 -07:00 committed by GitHub
commit 1ff1a8cf7e

View File

@ -80,7 +80,7 @@ IGNORE_MISSING = {
USR_LINKS = ("/bin/", "/sbin/", "/lib/", "/lib32/", "/lib64/") USR_LINKS = ("/bin/", "/sbin/", "/lib/", "/lib32/", "/lib64/")
IGNORE_SHEBANG = ( IGNORE_SHEBANG = (
b"*/python2.7/cgi.py", b"*/python[0-9].[0-9]/cgi.py",
b"*/usr/lib64/modules/*/source/scripts/*", b"*/usr/lib64/modules/*/source/scripts/*",
b"*/usr/share/nova-agent/*/etc/gentoo/nova-agent", b"*/usr/share/nova-agent/*/etc/gentoo/nova-agent",
b"*/tmp/*", b"*/tmp/*",