ui init is lintian clean
This patch only adds an space between the hash and the first character.
This commit is contained in:
parent
7ba9ca1cca
commit
a88a9cf28e
@ -24,7 +24,7 @@ UI_LIST = {'ttyui': TTY.TTYUI,
|
|||||||
'syslog': Noninteractive.Syslog,
|
'syslog': Noninteractive.Syslog,
|
||||||
'machineui': Machine.MachineUI}
|
'machineui': Machine.MachineUI}
|
||||||
|
|
||||||
#add Blinkenlights UI if it imports correctly (curses installed)
|
# add Blinkenlights UI if it imports correctly (curses installed)
|
||||||
try:
|
try:
|
||||||
from offlineimap.ui import Curses
|
from offlineimap.ui import Curses
|
||||||
UI_LIST['blinkenlights'] = Curses.Blinkenlights
|
UI_LIST['blinkenlights'] = Curses.Blinkenlights
|
||||||
|
Loading…
Reference in New Issue
Block a user