ui init is lintian clean

This patch only adds an space between the hash and the first character.

Backported from:
a88a9cf28e

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Rodolfo García Peñas (kix) 2020-08-29 09:51:31 +02:00 committed by Nicolas Sebrecht
parent 2722234d16
commit 595b814074
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ UI_LIST = {'ttyui': TTY.TTYUI,
'syslog': Noninteractive.Syslog,
'machineui': Machine.MachineUI}
#add Blinkenlights UI if it imports correctly (curses installed)
# add Blinkenlights UI if it imports correctly (curses installed)
try:
from offlineimap.ui import Curses
UI_LIST['blinkenlights'] = Curses.Blinkenlights