Merge branch 'ns/init-remove-uneeded-import' into next
Conflicts: Changelog.draft.rst
This commit is contained in:
commit
5660bacc5b
@ -17,12 +17,12 @@ Changes
|
|||||||
-------
|
-------
|
||||||
|
|
||||||
* have --version ONLY print the version number
|
* have --version ONLY print the version number
|
||||||
|
* Code cleanups.
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
---------
|
---------
|
||||||
|
|
||||||
* Makefile: docutils: work whether python extension is stripped or not
|
* Makefile: docutils: work whether python extension is stripped or not
|
||||||
* accord __version__ with import
|
|
||||||
|
|
||||||
|
|
||||||
Pending for the next major release
|
Pending for the next major release
|
||||||
|
@ -27,7 +27,6 @@ from optparse import OptionParser
|
|||||||
import offlineimap
|
import offlineimap
|
||||||
from offlineimap import accounts, threadutil, syncmaster
|
from offlineimap import accounts, threadutil, syncmaster
|
||||||
from offlineimap.ui import UI_LIST, setglobalui, getglobalui
|
from offlineimap.ui import UI_LIST, setglobalui, getglobalui
|
||||||
from offlineimap.localeval import LocalEval
|
|
||||||
from offlineimap.CustomConfig import CustomConfigParser
|
from offlineimap.CustomConfig import CustomConfigParser
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user