fix message
This commit is contained in:
parent
4064177269
commit
0cae0de22e
@ -51,7 +51,7 @@ else:
|
|||||||
if available:
|
if available:
|
||||||
currentInstallation.append('vcsaDriver')
|
currentInstallation.append('vcsaDriver')
|
||||||
# pty emulation (screen driver)
|
# pty emulation (screen driver)
|
||||||
print('ptyDriver (screen)')
|
print('ptyDriver')
|
||||||
available = True
|
available = True
|
||||||
try:
|
try:
|
||||||
import pyte
|
import pyte
|
||||||
@ -60,7 +60,7 @@ except:
|
|||||||
print('pyte: FAIL')
|
print('pyte: FAIL')
|
||||||
available = available and False
|
available = available and False
|
||||||
if available:
|
if available:
|
||||||
currentInstallation.append('ptyDriver')
|
currentInstallation.append('ptyDriver (screen)')
|
||||||
|
|
||||||
# BRAILLE
|
# BRAILLE
|
||||||
print('')
|
print('')
|
||||||
@ -99,7 +99,7 @@ except:
|
|||||||
if available:
|
if available:
|
||||||
currentInstallation.append('evdevDriver')
|
currentInstallation.append('evdevDriver')
|
||||||
# pty emulation (input driver)
|
# pty emulation (input driver)
|
||||||
print('ptyDriver (Input)')
|
print('ptyDriver')
|
||||||
available = True
|
available = True
|
||||||
try:
|
try:
|
||||||
import pyte
|
import pyte
|
||||||
@ -108,7 +108,7 @@ except:
|
|||||||
print('pyte: FAIL')
|
print('pyte: FAIL')
|
||||||
available = available and False
|
available = available and False
|
||||||
if available:
|
if available:
|
||||||
currentInstallation.append('ptyDriver')
|
currentInstallation.append('ptyDriver (Input)')
|
||||||
# SOUND
|
# SOUND
|
||||||
print('')
|
print('')
|
||||||
print('sound driver')
|
print('sound driver')
|
||||||
|
Loading…
Reference in New Issue
Block a user