tevent: remove shebang from tevent.py
commit701c6ad53c6dbe08efd515fdacc72a906293453a
authorLukas Slebodnik <lslebodn@redhat.com>
Mon, 5 Dec 2016 13:23:40 +0000 (5 14:23 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 8 Dec 2016 21:12:12 +0000 (8 22:12 +0100)
tree700d5f463bbf897cf8a3773e964213fe412f567c
parentec0297bbd0110f8bfddda2e21d94a882094d1c11
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>
lib/tevent/tevent.py