From f1da46727831e1d6bfbb611459fa398dcfcd0e91 Mon Sep 17 00:00:00 2001 From: James Troup Date: Sat, 18 May 2002 23:54:59 +0000 Subject: [PATCH] pre-define globals --- ziyi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ################################################################################ -- 2.39.2