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

main
Martin Weinelt 2020-04-29 22:02:07 +02:00 committed by Martin Weinelt
parent b11f18f5df
commit dfaa7c0c88
1 changed files with 1 additions and 1 deletions

View File

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