1
0
Fork 0
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:
Alexis Gavoty 2014-05-29 11:50:55 +02:00
parent 775faf4ed4
commit e42aebdffa

View file

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