summaryrefslogtreecommitdiffstats
path: root/cnucnu
diff options
context:
space:
mode:
authorTill Maas <opensource@till.name>2013-07-19 23:44:56 +0200
committerTill Maas <opensource@till.name>2013-10-03 17:49:57 +0200
commit0ed43e64b9af7c92ca00a283265944349aeeba3e (patch)
tree4d87bb177c5b7aa6d9f27c45e5478efcf21fe6dc /cnucnu
parent3af50951fb957de0371f6231a308457df7507f2c (diff)
downloadcnucnu-0ed43e64b9af7c92ca00a283265944349aeeba3e.tar.gz
cnucnu-0ed43e64b9af7c92ca00a283265944349aeeba3e.tar.xz
cnucnu-0ed43e64b9af7c92ca00a283265944349aeeba3e.zip
add progress stats
Diffstat (limited to 'cnucnu')
-rwxr-xr-xcnucnu/package_list.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cnucnu/package_list.py b/cnucnu/package_list.py
index a530474..e0dc56b 100755
--- a/cnucnu/package_list.py
+++ b/cnucnu/package_list.py
@@ -420,6 +420,7 @@ class PackageList:
self.packages = packages
self.append = self.packages.append
+ self.__len__ = self.packages.__len__
def __getitem__(self, key):
if isinstance(key, int):