Removed not used imports
This patch removes the import lines not used
This commit is contained in:
parent
7d62441dc2
commit
bf08bb314d
@ -16,7 +16,6 @@
|
|||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import string
|
|
||||||
import binascii
|
import binascii
|
||||||
import codecs
|
import codecs
|
||||||
from offlineimap.ui import getglobalui
|
from offlineimap.ui import getglobalui
|
||||||
|
@ -18,11 +18,6 @@
|
|||||||
|
|
||||||
import imp
|
import imp
|
||||||
|
|
||||||
try:
|
|
||||||
import errno
|
|
||||||
except:
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class LocalEval(object):
|
class LocalEval(object):
|
||||||
"""Here is a powerfull but very dangerous option, of course."""
|
"""Here is a powerfull but very dangerous option, of course."""
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
import os
|
import os
|
||||||
from stat import *
|
|
||||||
from offlineimap import folder
|
from offlineimap import folder
|
||||||
from offlineimap.ui import getglobalui
|
from offlineimap.ui import getglobalui
|
||||||
from offlineimap.error import OfflineImapError
|
from offlineimap.error import OfflineImapError
|
||||||
|
@ -13,11 +13,8 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# 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
|
||||||
import unittest
|
|
||||||
import logging
|
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
import sys
|
|
||||||
import shutil
|
import shutil
|
||||||
import subprocess
|
import subprocess
|
||||||
import tempfile
|
import tempfile
|
||||||
|
@ -19,7 +19,6 @@ import logging
|
|||||||
from test.OLItest import OLITestLib
|
from test.OLItest import OLITestLib
|
||||||
from offlineimap import imaputil
|
from offlineimap import imaputil
|
||||||
from offlineimap.ui import UI_LIST, setglobalui
|
from offlineimap.ui import UI_LIST, setglobalui
|
||||||
from offlineimap.CustomConfig import CustomConfigParser
|
|
||||||
|
|
||||||
|
|
||||||
# Things need to be setup first, usually setup.py initializes everything.
|
# Things need to be setup first, usually setup.py initializes everything.
|
||||||
|
@ -13,10 +13,8 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# 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
|
||||||
import random
|
|
||||||
import unittest
|
import unittest
|
||||||
import logging
|
import logging
|
||||||
import os, sys
|
|
||||||
from test.OLItest import OLITestLib
|
from test.OLItest import OLITestLib
|
||||||
|
|
||||||
# Things need to be setup first, usually setup.py initializes everything.
|
# Things need to be setup first, usually setup.py initializes everything.
|
||||||
|
@ -13,10 +13,8 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# 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
|
||||||
import random
|
|
||||||
import unittest
|
import unittest
|
||||||
import logging
|
import logging
|
||||||
import os, sys
|
|
||||||
from test.OLItest import OLITestLib
|
from test.OLItest import OLITestLib
|
||||||
|
|
||||||
# Things need to be setup first, usually setup.py initializes everything.
|
# Things need to be setup first, usually setup.py initializes everything.
|
||||||
|
Loading…
Reference in New Issue
Block a user