Remove useless shebang

The module is not executable. This will remove a warning from rpmlint at
RPM build time.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2018-02-20 10:03:41 +01:00
parent 303fb29a6c
commit e557dfd61a
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
# A copy of some necessary parts from yum.rpmUtils.arch, with slightly changes:
# 1. _ppc64_native_is_best changed to True
# 2. code style fixes for flake8 reported errors