X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ziyi;h=c48390e4f54d6dae3f8299212a39df2546c0d090;hb=f1da46727831e1d6bfbb611459fa398dcfcd0e91;hp=bd08efc05e7240e32612fa2008d4c5f1930a9ea9;hpb=7371b188b9305b10f5eaa48e5529b2b7f74ba9d7;p=dak.git diff --git a/ziyi b/ziyi index bd08efc0..c48390e4 100755 --- a/ziyi +++ b/ziyi @@ -3,7 +3,7 @@ # Create all the Release files # Copyright (C) 2001, 2002 Anthony Towns -# $Id: ziyi,v 1.20 2002-05-15 05:43:34 ajt Exp $ +# $Id: ziyi,v 1.21 2002-05-18 23:54:59 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 @@ -31,6 +31,8 @@ import apt_pkg Cnf = None projectB = None +out = None +AptCnf = None ################################################################################