X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Flogging.py;h=0cca205e96bf83b6e1cad2c7f785e650c814b848;hb=1483a68353fe374254379f4560cc245fbf2523d4;hp=125aa4af0b33b5c68b2b034c9aecc2be9b26a66a;hpb=0d80b258098ff470433efa4d9c1f81b404883195;p=dak.git diff --git a/daklib/logging.py b/daklib/logging.py index 125aa4af..0cca205e 100755 --- a/daklib/logging.py +++ b/daklib/logging.py @@ -1,7 +1,12 @@ #!/usr/bin/env python -""" Logging functions """ -# Copyright (C) 2001, 2002, 2006 James Troup +""" +Logging functions + +@contact: Debian FTP Master +@copyright: 2001, 2002, 2006 James Troup +@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 @@ -19,7 +24,10 @@ ################################################################################ -import os, pwd, time, sys +import os +import pwd +import time +import sys import utils ################################################################################