]> git.decadent.org.uk Git - dak.git/blobdiff - daklib/logging.py
various
[dak.git] / daklib / logging.py
index 125aa4af0b33b5c68b2b034c9aecc2be9b26a66a..0cca205e96bf83b6e1cad2c7f785e650c814b848 100755 (executable)
@@ -1,7 +1,12 @@
 #!/usr/bin/env python
 
-""" Logging functions """
-# Copyright (C) 2001, 2002, 2006  James Troup <james@nocrew.org>
+"""
+Logging functions
+
+@contact: Debian FTP Master <ftpmaster@debian.org>
+@copyright: 2001, 2002, 2006  James Troup <james@nocrew.org>
+@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
 
 ################################################################################
 
-import os, pwd, time, sys
+import os
+import pwd
+import time
+import sys
 import utils
 
 ################################################################################