Commit 67b2467b authored by ibuler's avatar ibuler

Merge branch 'guanghongwei'

parents 345be469 4a9e0024
...@@ -376,6 +376,8 @@ if __name__ == '__main__': ...@@ -376,6 +376,8 @@ if __name__ == '__main__':
except EOFError: except EOFError:
print print
continue continue
except KeyboardInterrupt:
sys.exit(0)
if option in ['P', 'p']: if option in ['P', 'p']:
print_user_host(LOGIN_NAME) print_user_host(LOGIN_NAME)
continue continue
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment