X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fimport_new_files.py;h=7a29467a18be52a488ee2f2b00f272a83e2c0364;hb=a18e312ddb923f4b6c5134201d72cc626b8e6392;hp=5b132c82d7ee2a09f2283e9da1c5272cd2274467;hpb=54a1e63df2a81a8f5e6f3148d59afcfeaa7b3495;p=dak.git diff --git a/dak/import_new_files.py b/dak/import_new_files.py index 5b132c82..7a29467a 100755 --- a/dak/import_new_files.py +++ b/dak/import_new_files.py @@ -158,7 +158,7 @@ def main(): ('v',"verbose", "%s::%s" % (options_prefix,"Verbose")), ] - args = apt_pkg.ParseCommandLine(cnf.Cnf, arguments,sys.argv) + args = apt_pkg.parse_commandline(cnf.Cnf, arguments,sys.argv) num_threads = 1