Clean up imaplib imports

This commit is contained in:
John Goerzen
2007-07-04 18:53:48 +01:00
parent 1b9fa9ff9a
commit abf9648fd8
4 changed files with 9 additions and 6 deletions

View File

@ -17,7 +17,8 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
from Base import BaseFolder
from offlineimap import imaputil, imaplib, imaplibutil
import imaplib
from offlineimap import imaputil, imaplibutil
from offlineimap.ui import UIBase
from offlineimap.version import versionstr
import rfc822, time, string, random, binascii, re