Merge branch 'guanghongwei'

This commit is contained in:
ibuler
2015-05-25 10:10:49 +08:00

View File

@@ -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