From f6f1c678af40f7d6fcce232df335eefdc39581f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 3 Apr 2017 09:44:24 +0200 Subject: [PATCH] add missing json import --- mail2redmine.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mail2redmine.py b/mail2redmine.py index 0374116..11d9155 100644 --- a/mail2redmine.py +++ b/mail2redmine.py @@ -1,5 +1,6 @@ # -*- encoding: utf-8 -*- +import json import os import sys import email