tests: update location of MIMEText import (#36515)

This commit is contained in:
Frédéric Péters 2019-11-12 08:54:33 +01:00
parent 87253343d4
commit c586e8262d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
import datetime
from email.MIMEText import MIMEText
from email.mime.text import MIMEText
import json
import logging
import os