]> git.decadent.org.uk Git - dak.git/commitdiff
epydoc header
authorJoerg Jaspert <joerg@debian.org>
Fri, 30 Oct 2009 13:10:10 +0000 (14:10 +0100)
committerJoerg Jaspert <joerg@debian.org>
Fri, 30 Oct 2009 13:10:10 +0000 (14:10 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/generate_releases.py

index 9de4614da4d97530678125ae0580a16c86529572..b0954fe03346460704f7580baa13555cfd1c8309 100755 (executable)
@@ -1,9 +1,12 @@
 #!/usr/bin/env python
 
-""" Create all the Release files """
-
-# Copyright (C) 2001, 2002, 2006  Anthony Towns <ajt@debian.org>
+""" Create all the Release files
 
+@contact: Debian FTPMaster <ftpmaster@debian.org>
+@Copyright: 2001, 2002, 2006  Anthony Towns <ajt@debian.org>
+@copyright: 2009  Joerg Jaspert <joerg@debian.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
 # the Free Software Foundation; either version 2 of the License, or
 
 ################################################################################
 
-import sys, os, stat, time
-import gzip, bz2
+import sys
+import os
+import stat
+import time
+import gzip
+import bz2
 import apt_pkg
 
 from daklib import utils