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:
commit
6cecf6635c
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user