]> git.decadent.org.uk Git - dak.git/commitdiff
pre-define globals
authorJames Troup <james@nocrew.org>
Sat, 18 May 2002 23:54:59 +0000 (23:54 +0000)
committerJames Troup <james@nocrew.org>
Sat, 18 May 2002 23:54:59 +0000 (23:54 +0000)
ziyi

diff --git a/ziyi b/ziyi
index bd08efc05e7240e32612fa2008d4c5f1930a9ea9..c48390e4f54d6dae3f8299212a39df2546c0d090 100755 (executable)
--- a/ziyi
+++ b/ziyi
@@ -3,7 +3,7 @@
 # Create all the Release files
 
 # Copyright (C) 2001, 2002  Anthony Towns <ajt@debian.org>
-# $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
 
 ################################################################################