1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-28 03:56:43 +02:00

Add a missing import to dnspython

This commit is contained in:
kaiyou 2018-04-21 16:37:30 +02:00
parent 091369915b
commit 80893be68b

View File

@ -12,6 +12,7 @@ import os
import glob
import smtplib
import idna
import dns
class IdnaDomain(db.TypeDecorator):