]> git.decadent.org.uk Git - dak.git/blobdiff - dak/clean_suites.py
Merge branch 'psycopg2' into content_generation
[dak.git] / dak / clean_suites.py
index f459cdda154eb7565b237ed6eee405a6bf8668b7..5523d63353bfa34f1eddb44174f6e74b8aed18de 100755 (executable)
@@ -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 <james@nocrew.org>
 
 # 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
 
 ################################################################################