/offlineimap/head: changeset 285
Adding missing import os to imapserver.py. Thanks to John Wiegley for catching that. Updated changelog
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
from offlineimap import imaplib, imaputil, threadutil
|
||||
from offlineimap.ui import UIBase
|
||||
from threading import *
|
||||
import thread, hmac
|
||||
import thread, hmac, os
|
||||
|
||||
|
||||
class UsefulIMAPMixIn:
|
||||
|
Reference in New Issue
Block a user