From ccbbc930e289fbda75687d1b0a4303d0aba27620 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Wed, 23 Apr 2014 17:32:41 -0400 Subject: [PATCH] in the mail test script, forgot to remove the dkim import --- tests/mail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mail.py b/tests/mail.py index 1141f5bc..0654367f 100755 --- a/tests/mail.py +++ b/tests/mail.py @@ -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")