]> git.decadent.org.uk Git - dak.git/commitdiff
AptCnf is global
authorJames Troup <james@nocrew.org>
Fri, 22 Nov 2002 04:07:10 +0000 (04:07 +0000)
committerJames Troup <james@nocrew.org>
Fri, 22 Nov 2002 04:07:10 +0000 (04:07 +0000)
rose

diff --git a/rose b/rose
index f127a781370a763e65d24e3b11ec2967d459ec46..7e68b7686e33a331dd900a822fe56215e5860ae4 100755 (executable)
--- a/rose
+++ b/rose
@@ -2,7 +2,7 @@
 
 # Initial setup of an archive
 # Copyright (C) 2002  James Troup <james@nocrew.org>
-# $Id: rose,v 1.1 2002-10-16 02:45:12 troup Exp $
+# $Id: rose,v 1.2 2002-11-22 04:07:10 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
@@ -27,6 +27,7 @@ import apt_pkg;
 ################################################################################
 
 Cnf = None;
+AptCnf = None;
 
 ################################################################################
 
@@ -90,7 +91,7 @@ def create_directories():
 ################################################################################
 
 def main ():
-    global Cnf, projectB;
+    global AptCnf, Cnf, projectB;
 
     Cnf = utils.get_conf()
     apt_pkg.ParseCommandLine(Cnf,[],sys.argv);