Changed import order

These changes close the lintian warning C0411.
This commit is contained in:
Rodolfo García Peñas (kix)
2020-08-29 21:10:16 +02:00
parent b94983ee8a
commit 7d62441dc2
11 changed files with 13 additions and 14 deletions

View File

@ -17,8 +17,8 @@
import os
import re
from sys import exc_info
import six
from configparser import SafeConfigParser, Error
import six
from offlineimap.localeval import LocalEval