docker-offlineimap/offlineimap/ui
Rodolfo García Peñas (kix) b1a719ad9e ui/UIBase.py changed not var in
This patch changes:

if not var1 in var2

with

if var1 not in var2
2020-08-30 18:07:59 +02:00
..
__init__.py ui init is lintian clean 2020-08-29 09:51:31 +02:00
Curses.py BUG: Do not sort accounts 2020-08-30 17:42:52 +02:00
debuglock.py ui/debuglock.py Removed extra backslashes 2020-08-30 17:47:18 +02:00
Machine.py ui/Machine.py Removed extra parenthesys 2020-08-30 18:00:49 +02:00
Noninteractive.py Reformat offlineimap/ui/noninteractive.py 2020-08-29 19:57:49 +02:00
TTY.py Reformat offlineimap/ui/TTY.py 2020-08-29 19:58:32 +02:00
UIBase.py ui/UIBase.py changed not var in 2020-08-30 18:07:59 +02:00