From edfb72b189d3ce3b4c3da35dc2574d0968206b14 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sat, 4 Apr 2009 15:22:12 +0200 Subject: [PATCH] examine_package a little docstring foo and "one import per line" Signed-off-by: Joerg Jaspert --- dak/examine_package.py | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/dak/examine_package.py b/dak/examine_package.py index eb602794..ca177adc 100755 --- a/dak/examine_package.py +++ b/dak/examine_package.py @@ -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 +""" +Script to automate some parts of checking NEW packages + +@contact: Debian FTP Master +@copyright: 2000, 2001, 2002, 2003, 2006 James Troup +@copyright: 2009 Joerg Jaspert +@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 @@ -32,7 +38,12 @@ ################################################################################ -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 -- 2.39.2