Skip to content

Commit

Permalink
tests: respondd: update shebang to use the environments python3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Apr 29, 2020
1 parent b11f18f commit dfaa7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_respondd.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python36
#!/usr/bin/env python3
import sys
from pynet import *
import asyncio
Expand Down

0 comments on commit dfaa7c0

Please sign in to comment.