X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fmanage_build_queues.py;h=e9486adfcdbf87ea3313f95cecb39f096a577067;hb=7fd531de84548d45c8bdbc304dc4d023dce6c525;hp=a40a1dbef52e3b57cf774c97ddb2b9da5a117377;hpb=ef8c8cf8d26f92045018eb4cf2e6045f0b6d8d07;p=dak.git diff --git a/dak/manage_build_queues.py b/dak/manage_build_queues.py index a40a1dbe..e9486adf 100755 --- a/dak/manage_build_queues.py +++ b/dak/manage_build_queues.py @@ -1,8 +1,12 @@ #!/usr/bin/env python -"""Manage build queues""" -# Copyright (C) 2000, 2001, 2002, 2006 James Troup -# Copyright (C) 2009 Mark Hymers +""" Manage build queues + +@contact: Debian FTPMaster +@copyright: 2000, 2001, 2002, 2006 James Troup +@copyright: 2009 Mark Hymers + +""" # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -20,7 +24,10 @@ ################################################################################ -import os, os.path, stat, sys +import os +import os.path +import stat +import sys from datetime import datetime import apt_pkg