overlay/app-misc/sablink-core/files/check.py
Mario Fetka fc30f999ee Rename to more general name
(Portage version: 2.2.0_alpha123/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
2012-11-04 21:28:16 +01:00

5 lines
115 B
Python

#!/usr/bin/python
from entropy.client.interfaces import Client
cl = Client()
print(len(cl.calculate_updates()[0]))