X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Ffind_null_maintainers.py;h=c943335ab18f6b2a70024da3ca76e621893f14d5;hb=b612f3da207fa0d75a5d3b204ac8f02bb244231a;hp=727ed314281b2dcbe731372ffa79ae7bab26b4ba;hpb=06b17e68fd4a76e7a12f741f26654e55bff05c79;p=dak.git diff --git a/dak/find_null_maintainers.py b/dak/find_null_maintainers.py old mode 100644 new mode 100755 index 727ed314..c943335a --- a/dak/find_null_maintainers.py +++ b/dak/find_null_maintainers.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Check for users with no packages in the archive +""" Check for users with no packages in the archive """ # Copyright (C) 2003, 2006 James Troup # This program is free software; you can redistribute it and/or modify @@ -21,7 +21,7 @@ import ldap, pg, sys, time import apt_pkg -import daklib.utils +from daklib import utils ################################################################################ @@ -50,7 +50,7 @@ def get_ldap_value(entry, value): def main(): global Cnf, projectB - Cnf = daklib.utils.get_conf() + Cnf = utils.get_conf() Arguments = [('h',"help","Find-Null-Maintainers::Options::Help")] for i in [ "help" ]: if not Cnf.has_key("Find-Null-Maintainers::Options::%s" % (i)):