femulation lol

This commit is contained in:
chrys 2018-03-26 08:16:58 +02:00
parent 1c1818571d
commit 4f8caeb592
2 changed files with 1 additions and 2 deletions

View File

@ -101,7 +101,7 @@ Driver (speech):
https://pypi.python.org/pypi/ptyprocess#downloads https://pypi.python.org/pypi/ptyprocess#downloads
[] Dectalk SpeechDriver (Easy for contribution, device needed - i dont own one) [] Dectalk SpeechDriver (Easy for contribution, device needed - i dont own one)
https://github.com/tvraman/emacspeak/blob/master/servers/obsolete/python/dectalk.py https://github.com/tvraman/emacspeak/blob/master/servers/obsolete/python/dectalk.py
[] MacOS speech Driver
Settings: Settings:
[] write settings (Easy for contribution) [] write settings (Easy for contribution)
[] menue for settings configuration (Easy for contribution) [] menue for settings configuration (Easy for contribution)

View File

@ -41,7 +41,6 @@ class fenrirManager():
parser.add_argument('-d', '--debug', action='store_true', help='Turns on Debugmode') parser.add_argument('-d', '--debug', action='store_true', help='Turns on Debugmode')
parser.add_argument('-p', '--print', action='store_true', help='Print debug messages on screen') parser.add_argument('-p', '--print', action='store_true', help='Print debug messages on screen')
parser.add_argument('-e', '--emulation', action='store_true', help='Use PTY emulation') parser.add_argument('-e', '--emulation', action='store_true', help='Use PTY emulation')
parser.add_argument('-f', '--femulation', metavar='SHELL', default='', help='Use PTY emulation')
try: try:
args = parser.parse_args() args = parser.parse_args()
except Exception as e: except Exception as e: