threadutil imports not used
These imports are not used.
This commit is contained in:
parent
aebd530aaf
commit
a655fa4fc2
@ -15,10 +15,9 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
from threading import Lock, Thread, BoundedSemaphore, currentThread
|
from threading import Lock, Thread, BoundedSemaphore
|
||||||
from queue import Queue, Empty
|
from queue import Queue, Empty
|
||||||
import traceback
|
import traceback
|
||||||
import os.path
|
|
||||||
from offlineimap.ui import getglobalui
|
from offlineimap.ui import getglobalui
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user