X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dak%2Fnew_security_install.py;h=026dcced053bff432a4038ece86c0ed13ee6101a;hb=9a4fb568340b14698947bfa59b309ae0c67c693a;hp=fb2d5ccff58e40b90486301e29868722569011a0;hpb=57506ea6e65079371445778f63ed15812c3fe874;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()