From 547c55663e63ffeb5f2a56d2e497eddd5cc2f25e Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Mon, 1 Feb 2010 23:07:31 +0100 Subject: [PATCH] some docstrings Signed-off-by: Joerg Jaspert --- dak/clean_suites.py | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/dak/clean_suites.py b/dak/clean_suites.py index a30d3d8a..c6a0a777 100755 --- a/dak/clean_suites.py +++ b/dak/clean_suites.py @@ -1,7 +1,13 @@ #!/usr/bin/env python -""" Cleans up unassociated binary and source packages """ -# Copyright (C) 2000, 2001, 2002, 2003, 2006 James Troup +""" Cleans up unassociated binary and source packages + +@contact: Debian FTPMaster +@copyright: 2000, 2001, 2002, 2003, 2006 James Troup +@copyright: 2009 Mark Hymers +@copyright: 2010 Joerg Jaspert +@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 @@ -28,7 +34,10 @@ ################################################################################ -import os, stat, sys, time +import os +import stat +import sys +import time import apt_pkg from datetime import datetime, timedelta -- 2.39.5