1 2 3 4 5 6 7 8
def test_import_normally(): from imaplib2 import IMAP4_SSL assert IMAP4_SSL def test_import_hack(): from imaplib2.imaplib2 import IMAP4_SSL assert IMAP4_SSL