Removed not used imports

This patch removes the import lines not used
This commit is contained in:
Rodolfo García Peñas (kix)
2020-08-29 21:20:31 +02:00
parent 7d62441dc2
commit bf08bb314d
7 changed files with 0 additions and 15 deletions

View File

@ -16,7 +16,6 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import re
import string
import binascii
import codecs
from offlineimap.ui import getglobalui

View File

@ -18,11 +18,6 @@
import imp
try:
import errno
except:
pass
class LocalEval(object):
"""Here is a powerfull but very dangerous option, of course."""

View File

@ -16,7 +16,6 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import os
from stat import *
from offlineimap import folder
from offlineimap.ui import getglobalui
from offlineimap.error import OfflineImapError