docker-offlineimap/offlineimap/ui
Sebastian Spaeth 0b5b38d298 Define version constants etc in __init__.py
Move central constant definitions into __init__.py.  This does away
with version.py which contained nothing else and __init__.py is where
things like __VERSION__ are usually defined.

This commit also changes code to use offlineimap.__version__ rather
than offlineimap.version.__version__ as was before. Cleaned up some
duplicate or unneeded imports while touching those, formatting import
statements per PEP8 (one import per row).

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2010-12-22 19:45:01 +01:00
..
__init__.py Update changelog 2007-07-11 02:50:30 +01:00
Blinkenlights.py Patch for signal handling to start a sync by Jim Pryor 2008-12-01 16:13:16 -06:00
Curses.py Define version constants etc in __init__.py 2010-12-22 19:45:01 +01:00
debuglock.py Update FSF address 2006-08-12 05:15:55 +01:00
detector.py Machine now runs 2007-07-05 14:21:33 +01:00
Machine.py Fix Machine ui to not error out on ui.warn() 2010-12-09 19:52:48 +01:00
Noninteractive.py Patch for signal handling to start a sync by Jim Pryor 2008-12-01 16:13:16 -06:00
TTY.py Improve TTY ui to not always prepend 'sync account foo' 2010-12-09 19:52:48 +01:00
UIBase.py Define version constants etc in __init__.py 2010-12-22 19:45:01 +01:00