Use "from . import" for relative imports
Will fail in python3 otherwise. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
|
||||
"""Folder implementation to support features of the Gmail IMAP server.
|
||||
"""
|
||||
from IMAP import IMAPFolder
|
||||
from .IMAP import IMAPFolder
|
||||
|
||||
class GmailFolder(IMAPFolder):
|
||||
"""Folder implementation to support features of the Gmail IMAP server.
|
||||
|
Reference in New Issue
Block a user