X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Flogging.py;h=0cca205e96bf83b6e1cad2c7f785e650c814b848;hb=b612f3da207fa0d75a5d3b204ac8f02bb244231a;hp=f0dcd9c94201435288f3bd37e9e8896b4edc8631;hpb=16f731a893f0ba036a995c25b8b5f3490394070e;p=dak.git diff --git a/daklib/logging.py b/daklib/logging.py old mode 100644 new mode 100755 index f0dcd9c9..0cca205e --- 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 ################################################################################