]> git.decadent.org.uk Git - dak.git/commitdiff
examine_package
authorJoerg Jaspert <joerg@debian.org>
Sat, 4 Apr 2009 13:22:12 +0000 (15:22 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sat, 4 Apr 2009 13:22:12 +0000 (15:22 +0200)
a little docstring foo and "one import per line"

Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/examine_package.py

index eb602794304cf5e562f3d168386d4373e1d5a18d..ca177adcb84acdadef7fd352cba96527447d14fa 100755 (executable)
@@ -1,7 +1,13 @@
 #!/usr/bin/env python
 
-""" Script to automate some parts of checking NEW packages """
-# Copyright (C) 2000, 2001, 2002, 2003, 2006  James Troup <james@nocrew.org>
+"""
+Script to automate some parts of checking NEW packages
+
+@contact: Debian FTP Master <ftpmaster@debian.org>
+@copyright: 2000, 2001, 2002, 2003, 2006  James Troup <james@nocrew.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
 
 ################################################################################
 
-import errno, os, pg, re, sys, md5
+import errno
+import os
+import pg
+import re
+import sys
+import md5
 import apt_pkg, apt_inst
 from daklib import database
 from daklib import utils