From 04e0b156400798ab9527385946f632f744ed60d5 Mon Sep 17 00:00:00 2001
From: "Stuart D. Gathman" <stuart@gathman.org>
Date: Tue, 19 Feb 2019 21:48:50 -0500
Subject: [PATCH] Import full path on py3

---
 Milter/utils.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Milter/utils.py b/Milter/utils.py
index 2ed5db8..85fd635 100644
--- a/Milter/utils.py
+++ b/Milter/utils.py
@@ -8,6 +8,7 @@ import socket
 import email.errors
 from email.header import decode_header
 import email.base64mime
+import email.utils
 from fnmatch import fnmatchcase
 from binascii import a2b_base64
 
-- 
GitLab