mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-31 21:17:23 +02:00
fix shebang lines in the tests to take advantage of any activated python environment
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
import smtplib, sys
|
||||
|
||||
if len(sys.argv) < 3:
|
||||
|
||||
Reference in New Issue
Block a user