Maildir: fix imports of emailutil

Commit 0c17350e4f revisited utime_for_header without taking care of the
imports.

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2015-04-06 23:48:48 +02:00
parent 05d6357adc
commit 71693b7d8c
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import os.path
import re
from sys import exc_info
from offlineimap import threadutil, emailutil
from offlineimap import threadutil
from offlineimap import globals
from offlineimap.ui import getglobalui
from offlineimap.error import OfflineImapError

View File

@ -19,6 +19,7 @@ import socket
import time
import re
import os
import emailutil
from sys import exc_info
from .Base import BaseFolder
from threading import Lock