2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 19:10:10 +00:00

Merge branch 'master' of github.com:jjohnson42/confluent

This commit is contained in:
Jarrod Johnson 2019-01-14 16:02:37 -05:00
commit 6cecf6635c

View File

@ -856,6 +856,10 @@ def check_power_state():
return
if sys.stdout.isatty():
import readline
def main():
global inconsole
try:
@ -873,7 +877,6 @@ def main():
if sys.stdout.isatty():
import readline
readline.parse_and_bind("tab: complete")
readline.parse_and_bind("set bell-style none")