1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-11-23 02:27:05 +00: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