mirror of
https://github.com/YunoHost-Apps/phpmyadmin_ynh.git
synced 2024-09-03 19:56:46 +02:00
Delete user_list.py
This commit is contained in:
parent
775faf4ed4
commit
e42aebdffa
1 changed files with 0 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
|||
import sys, json
|
||||
userlist=json.loads(sys.stdin.readlines()[0])["users"]
|
||||
print "{0}".format("\n".join(i["username"] for i in userlist))
|
Loading…
Reference in a new issue