mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
tevent: remove shebang from tevent.py
The tevent.py is not a executable python script. And rpmlint consider it as an error if module file contians shebang python2-tevent.x86_64: E: non-executable-script /usr/lib64/python2.7/site-packages/tevent.py 644 /usr/bin/python python3-tevent.x86_64: E: non-executable-script /usr/lib64/python3.5/site-packages/tevent.py 644 /usr/bin/python Signed-off-by: Lukas Slebodnik <lslebodn@redhat.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
ec0297bbd0
commit
701c6ad53c
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/python
|
||||
#
|
||||
# Python integration for tevent
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user