1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-15 17:37:22 +01:00

fixing subprocess import

This commit is contained in:
Chad Furman
2024-05-04 14:27:11 -04:00
parent 6f3bf9151b
commit 1cbf06c42a

View File

@@ -10,6 +10,8 @@
# address entered by the user.
import os, sqlite3, re
import subprocess
import utils
from email_validator import validate_email as validate_email_, EmailNotValidError
import idna