X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Flogging.py;h=0cca205e96bf83b6e1cad2c7f785e650c814b848;hb=cd5b29ddfd8de263c085f494b9573d683913f6f3;hp=125aa4af0b33b5c68b2b034c9aecc2be9b26a66a;hpb=81d0c91b0d085b66aa40a9e147698f618b825d62;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 ################################################################################