X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=madison;h=a81f5a12d79a711fc457f74487efadfb9f973196;hb=17e9953dd661c4bc6da7c3c7072fb364c2f49bf4;hp=4df2924db881eb95ccbeb2345f8cf85e0be704f5;hpb=a00cfdd65620304a949c37261e27794f1f213904;p=dak.git diff --git a/madison b/madison index 4df2924d..a81f5a12 100755 --- a/madison +++ b/madison @@ -2,7 +2,7 @@ # Display information about package(s) (suite, version, etc.) # Copyright (C) 2000, 2001 James Troup -# $Id: madison,v 1.14 2002-01-19 18:57:06 troup Exp $ +# $Id: madison,v 1.15 2002-02-12 22:14:38 troup Exp $ # 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 @@ -25,8 +25,8 @@ ################################################################################ -import pg, sys, os, string -import utils, db_access +import pg, string, sys; +import utils, db_access; import apt_pkg; ################################################################################