Commit 5b72e541 authored by Joshua Tauberer's avatar Joshua Tauberer

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

parent ad520b45
#!/usr/bin/python3
#!/usr/bin/env python3
#
# Tests the DNS configuration of a Mail-in-a-Box.
#
......
#!/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
......
#!/usr/bin/python3
#!/usr/bin/env python3
import smtplib, sys
if len(sys.argv) < 3:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment