1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/agendav_ynh.git synced 2024-09-03 20:36:12 +02:00

Delete list_installed_apps.py

This commit is contained in:
Alexis Gavoty 2014-05-29 11:40:19 +02:00
parent 6c0f60225a
commit 64da8eb2ac

View file

@ -1,3 +0,0 @@
import sys, json
apps=json.loads(sys.stdin.readlines()[0])["Apps"]
print("\n".join(i["ID"] for i in apps if i["Installed"]))