fix shebang lines in the tests to take advantage of any activated python environment

This commit is contained in:
Joshua Tauberer 2014-06-08 17:22:52 -04:00
parent ad520b45ff
commit 5b72e5419d
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
#
# Tests the DNS configuration of a Mail-in-a-Box.
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# Tests sending and receiving mail by sending a test message to yourself.
import sys, imaplib, smtplib, uuid, time

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import smtplib, sys
if len(sys.argv) < 3: