mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
missing import
This commit is contained in:
parent
234e4c9f69
commit
39c84ffabe
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ import smtplib
|
|||
import subprocess
|
||||
import sys
|
||||
import time
|
||||
import traceback
|
||||
|
||||
from email.mime.multipart import MIMEMultipart
|
||||
from email.mime.text import MIMEText
|
||||
|
|
|
|||
Loading…
Reference in a new issue