]> git.decadent.org.uk Git - dak.git/blobdiff - dak/split_done.py
lotsa files
[dak.git] / dak / split_done.py
index 5502dcc52e521db67d077364841bdbce6603f44f..8b5b57fe2ef2db0cf2b1a882ad7aa30615eb3422 100755 (executable)
@@ -1,6 +1,8 @@
 #!/usr/bin/env python
 
+""" Split queue/done into date based subdirectories """
 # Copyright (C) 2004, 2005, 2006  James Troup <james@nocrew.org>
+# Copyright (C) 2008  Joerg Jaspert <joerg@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
@@ -19,7 +21,7 @@
 ################################################################################
 
 import glob, os, stat, time
-import daklib.utils as utils
+from daklib import utils
 
 ################################################################################