]> git.decadent.org.uk Git - dak.git/commitdiff
some docstrings
authorJoerg Jaspert <joerg@debian.org>
Mon, 11 Jan 2010 23:11:00 +0000 (00:11 +0100)
committerJoerg Jaspert <joerg@debian.org>
Mon, 11 Jan 2010 23:11:00 +0000 (00:11 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/manage_build_queues.py

index a40a1dbef52e3b57cf774c97ddb2b9da5a117377..e9486adfcdbf87ea3313f95cecb39f096a577067 100755 (executable)
@@ -1,8 +1,12 @@
 #!/usr/bin/env python
 
-"""Manage build queues"""
-# Copyright (C) 2000, 2001, 2002, 2006  James Troup <james@nocrew.org>
-# Copyright (C) 2009  Mark Hymers <mhy@debian.org>
+""" Manage build queues
+
+@contact: Debian FTPMaster <ftpmaster@debian.org>
+@copyright: 2000, 2001, 2002, 2006  James Troup <james@nocrew.org>
+@copyright: 2009  Mark Hymers <mhy@debian.org>
+
+"""
 
 # 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
 
 ################################################################################
 
-import os, os.path, stat, sys
+import os
+import os.path
+import stat
+import sys
 from datetime import datetime
 import apt_pkg