Remove unneeded imports of UIBase

Code was broken, as these backends import UIBase (which had been moved).
However, they don't use it, so we can just delete the import.
Sorry, I failed to find those earlier somehow.

Signed-off-by: Sebastian <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Sebastian 2011-02-08 22:42:46 +01:00 committed by Nicolas Sebrecht
parent cad6b69db7
commit 2fd57b4f2b
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@
from IMAP import IMAPFolder
import imaplib
from offlineimap import imaputil, imaplibutil
from offlineimap.ui import UIBase
from copy import copy

View File

@ -19,7 +19,6 @@
from threading import *
from offlineimap import threadutil
from offlineimap.threadutil import InstanceLimitedThread
from offlineimap.ui import UIBase
from IMAP import IMAPFolder
import os.path, re