summaryrefslogtreecommitdiff
path: root/tests/pkgrecords.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pkgrecords.py')
-rw-r--r--tests/pkgrecords.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pkgrecords.py b/tests/pkgrecords.py
index 43723569..308505f7 100644
--- a/tests/pkgrecords.py
+++ b/tests/pkgrecords.py
@@ -7,6 +7,7 @@
import apt_pkg
import sys
+
def main():
apt_pkg.init()
cache = apt_pkg.GetCache()
@@ -31,6 +32,7 @@ def main():
pass
print "\r%i/%i=%.3f%% " % (i,cache.PackageCount, (float(i)/float(cache.PackageCount)*100)),
+
if __name__ == "__main__":
main()
sys.exit(0)