X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fnew_security_install.py;h=026dcced053bff432a4038ece86c0ed13ee6101a;hb=5d16015f2a1da44febb00b3d8cc17f51160186c5;hp=fb2d5ccff58e40b90486301e29868722569011a0;hpb=ebec9bc1c451491b8558e6012680e7d37c0bc595;p=dak.git diff --git a/dak/new_security_install.py b/dak/new_security_install.py index fb2d5ccf..026dcced 100755 --- a/dak/new_security_install.py +++ b/dak/new_security_install.py @@ -142,9 +142,9 @@ def main(): if not cnf.has_key("Security::Options::%s" % (i)): cnf["Security::Options::%s" % (i)] = "" - changes_files = apt_pkg.ParseCommandLine(cnf.Cnf, Arguments, sys.argv) + changes_files = apt_pkg.parse_commandline(cnf.Cnf, Arguments, sys.argv) - Options = cnf.SubTree("Security::Options") + Options = cnf.subtree("Security::Options") if Options['Help']: usage()