Changed import order
These changes close the lintian warning C0411.
This commit is contained in:
@ -13,7 +13,6 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
import offlineimap.virtual_imaplib2 as imaplib
|
||||
import unittest
|
||||
import logging
|
||||
import os
|
||||
@ -23,6 +22,7 @@ import shutil
|
||||
import subprocess
|
||||
import tempfile
|
||||
import random
|
||||
import offlineimap.virtual_imaplib2 as imaplib
|
||||
|
||||
random.seed()
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
# Copyright 2013 Eygene A. Ryabinkin
|
||||
|
||||
from offlineimap import globals
|
||||
import unittest
|
||||
from offlineimap import globals
|
||||
|
||||
|
||||
class Opt:
|
||||
|
@ -16,11 +16,11 @@
|
||||
import unittest
|
||||
import logging
|
||||
|
||||
from test.OLItest import OLITestLib
|
||||
from offlineimap import imaputil
|
||||
from offlineimap.ui import UI_LIST, setglobalui
|
||||
from offlineimap.CustomConfig import CustomConfigParser
|
||||
|
||||
from test.OLItest import OLITestLib
|
||||
|
||||
# Things need to be setup first, usually setup.py initializes everything.
|
||||
# but if e.g. called from command line, we take care of default values here:
|
||||
|
Reference in New Issue
Block a user