imaplibutil.py: remove unneeded includes

Signed-off-by: Sebastian Spaeth <Sebastian @SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Sebastian 2010-12-16 12:43:48 +00:00 committed by Nicolas Sebrecht
parent 1bfa125f49
commit 800138d8a4

View File

@ -16,7 +16,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import re, string, types, binascii, socket, time, random, subprocess, sys, os
import re, socket, time, subprocess
from offlineimap.ui import UIBase
from imaplib import *