From 888c2f04c082f739bf3f448a78169f2b8fcea759 Mon Sep 17 00:00:00 2001
From: Chris Lamb <lamby@debian.org>
Date: Fri, 30 Oct 2009 11:54:33 +0000
Subject: [PATCH] Add missing Config initialiser.

Signed-off-by: Chris Lamb <lamby@debian.org>
---
 dak/make_suite_file_list.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dak/make_suite_file_list.py b/dak/make_suite_file_list.py
index 3c690a51..d3b679ed 100755
--- a/dak/make_suite_file_list.py
+++ b/dak/make_suite_file_list.py
@@ -309,6 +309,8 @@ def write_filelists(packages, dislocated_files, session):
 ################################################################################
 
 def do_da_do_da():
+    cnf = Config()
+
     # If we're only doing a subset of suites, ensure we do enough to
     # be able to do arch: all mapping.
     if Options["Suite"]:
-- 
2.39.5