summaryrefslogtreecommitdiff
path: root/tests/old/pkgsrcrecords.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/old/pkgsrcrecords.py')
-rw-r--r--tests/old/pkgsrcrecords.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/old/pkgsrcrecords.py b/tests/old/pkgsrcrecords.py
index 36790eff..42b545ed 100644
--- a/tests/old/pkgsrcrecords.py
+++ b/tests/old/pkgsrcrecords.py
@@ -11,7 +11,7 @@ import sys
def main():
apt_pkg.init()
cache = apt_pkg.Cache()
- i=0
+ i = 0
print "Running PkgSrcRecords test on all packages:"
for x in cache.packages:
i += 1