]> git.decadent.org.uk Git - dak.git/commitdiff
some docstrings
authorJoerg Jaspert <joerg@debian.org>
Mon, 1 Feb 2010 22:07:31 +0000 (23:07 +0100)
committerJoerg Jaspert <joerg@debian.org>
Mon, 1 Feb 2010 22:07:31 +0000 (23:07 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/clean_suites.py

index a30d3d8a62452a9503ef474bbcd3d6d459a60d42..c6a0a77761a2f429363a176d6f16e69909d777c0 100755 (executable)
@@ -1,7 +1,13 @@
 #!/usr/bin/env python
 
-""" Cleans up unassociated binary and source packages """
-# Copyright (C) 2000, 2001, 2002, 2003, 2006  James Troup <james@nocrew.org>
+""" Cleans up unassociated binary and source packages
+
+@contact: Debian FTPMaster <ftpmaster@debian.org>
+@copyright: 2000, 2001, 2002, 2003, 2006  James Troup <james@nocrew.org>
+@copyright: 2009  Mark Hymers <mhy@debian.org>
+@copyright: 2010  Joerg Jaspert <joerg@debian.org>
+@license: GNU General Public License version 2 or later
+"""
 
 # 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, stat, sys, time
+import os
+import stat
+import sys
+import time
 import apt_pkg
 from datetime import datetime, timedelta