cleanup: remove uneeded imports

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht
2011-05-09 22:42:15 +02:00
parent c70a621709
commit b25a72f8c8
4 changed files with 2 additions and 7 deletions

View File

@ -16,7 +16,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
from offlineimap import imaplib2 as imaplib
from offlineimap import imaplibutil, imaputil, threadutil, OfflineImapError
from offlineimap.ui import getglobalui
from threading import *
@ -26,8 +25,6 @@ import hmac
import socket
import base64
from StringIO import StringIO
from platform import system
from socket import gaierror
try: