]> git.decadent.org.uk Git - dak.git/blobdiff - dak/examine_package.py
merge with master
[dak.git] / dak / examine_package.py
index 8d97fba00dba0ccf04b3f1161ba97d5bf909f45f..9448724e164f22ad4c31a4e40819a2919b76ea90 100755 (executable)
@@ -359,7 +359,7 @@ def output_package_relations ():
         for relation in package_relations[package]:
             to_print += "%-15s: (%s) %s\n" % (package, relation, package_relations[package][relation])
 
-    package_relations={}
+    package_relations.clear()
     foldable_output("Package relations", "relations", to_print)
 
 def output_deb_info(suite, filename, packagename):