in the mail test script, forgot to remove the dkim import

This commit is contained in:
Joshua Tauberer 2014-04-23 17:32:41 -04:00
parent 6e4670bbd0
commit ccbbc930e2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3
# Tests sending and receiving mail by sending a test message to yourself.
import sys, imaplib, smtplib, uuid, time, dkim
import sys, imaplib, smtplib, uuid, time
if len(sys.argv) < 3:
print("Usage: tests/mail.py hostname emailaddress password")