tests: respondd: update shebang to use the environments python3 version

This commit is contained in:
Martin Weinelt 2020-04-29 22:02:07 +02:00
parent 710f215373
commit 764ca49cc7
No known key found for this signature in database
GPG Key ID: BD4AA0528F63F17E

View File

@ -1,4 +1,4 @@
#!/usr/bin/python36
#!/usr/bin/env python3
import sys
from pynet import *
import asyncio