SMTPd bugfix

- missing import prevented the SMTP server from working
This commit is contained in:
Peter Šurda 2016-07-22 08:10:56 +02:00
parent 36a04fd7d9
commit 233a30f114
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import asyncore
import base64
import email
from email.parser import Parser