fc30f999ee
(Portage version: 2.2.0_alpha123/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
5 lines
115 B
Python
5 lines
115 B
Python
#!/usr/bin/python
|
|
|
|
from entropy.client.interfaces import Client
|
|
cl = Client()
|
|
print(len(cl.calculate_updates()[0])) |