From: James Troup Date: Sat, 18 May 2002 23:54:59 +0000 (+0000) Subject: pre-define globals X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=f1da46727831e1d6bfbb611459fa398dcfcd0e91;p=dak.git pre-define globals --- 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 ################################################################################