Merge branch 'guanghongwei'

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

View File

@ -376,6 +376,8 @@ if __name__ == '__main__':
except EOFError:
print
continue
except KeyboardInterrupt:
sys.exit(0)
if option in ['P', 'p']:
print_user_host(LOGIN_NAME)
continue