X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fstats.py;h=105bf6c9f64aec6347a728f8acb5bf8c9ecf49b0;hb=cdba2646d1dea91d419e75128070d9526cd73b04;hp=e1786c4a91c5005e501d7d2d6a05ce4d8d609fbe;hpb=7f20bb168b919452f8ee0c865ab91f0084a9f46a;p=dak.git diff --git a/dak/stats.py b/dak/stats.py index e1786c4a..105bf6c9 100755 --- a/dak/stats.py +++ b/dak/stats.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Various statistical pr0nography fun and games +""" Various statistical pr0nography fun and games """ # Copyright (C) 2000, 2001, 2002, 2003, 2006 James Troup # This program is free software; you can redistribute it and/or modify @@ -32,7 +32,7 @@ import pg, sys import apt_pkg -import daklib.utils as utils +from daklib import utils ################################################################################