Skip to content

Commit dfaa7c0

Browse files
committed
tests: respondd: update shebang to use the environments python3 version
1 parent b11f18f commit dfaa7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_respondd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python36
1+
#!/usr/bin/env python3
22
import sys
33
from pynet import *
44
import asyncio

0 commit comments

Comments
 (0)