MantisMail : fix mimetypes import
Benjamin Renard

Benjamin Renard commited on 2012-04-20 14:35:52
Showing 1 changed files, with 1 additions and 0 deletions.

... ...
@@ -8,6 +8,7 @@ import logging
8 8
 from email.MIMEText import MIMEText
9 9
 import email
10 10
 import email.header
11
+import mimetypes
11 12
 
12 13
 class MantisMail(object):
13 14
 
14 15