X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fclean_suites.py;h=5523d63353bfa34f1eddb44174f6e74b8aed18de;hb=cd5b29ddfd8de263c085f494b9573d683913f6f3;hp=f459cdda154eb7565b237ed6eee405a6bf8668b7;hpb=3a48d9bed2ff0984eee329153f4e158919a597ec;p=dak.git diff --git a/dak/clean_suites.py b/dak/clean_suites.py index f459cdda..5523d633 100755 --- a/dak/clean_suites.py +++ b/dak/clean_suites.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Cleans up unassociated binary and source packages +""" Cleans up unassociated binary and source packages """ # Copyright (C) 2000, 2001, 2002, 2003, 2006 James Troup # This program is free software; you can redistribute it and/or modify @@ -30,7 +30,7 @@ import os, pg, stat, sys, time import apt_pkg -import daklib.utils as utils +from daklib import utils ################################################################################