]> git.donarmstrong.com Git - dak.git/blobdiff - dak/dakdb/update28.py
stop using deprecated python-apt functions
[dak.git] / dak / dakdb / update28.py
index 1455ee3110284d3cdd4d48effd237f1d0a1fc2d0..f0c62e0e8176ba26c027943f6adde5b36bcf9739 100755 (executable)
@@ -40,7 +40,7 @@ def _suites():
     """
     return a list of suites to operate on
     """
-    suites = Config().SubTree("Suite").List()
+    suites = Config().subtree("Suite").list()
     return suites
 
 def arches(cursor, suite):