From: Joerg Jaspert Date: Mon, 11 Jan 2010 23:11:00 +0000 (+0100) Subject: some docstrings X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=7fd531de84548d45c8bdbc304dc4d023dce6c525;p=dak.git some docstrings Signed-off-by: Joerg Jaspert --- 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