[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] add Config() import



Signed-off-by: Mike O'Connor <stew@vireo.org>
---
 dak/dakdb/update28.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dak/dakdb/update28.py b/dak/dakdb/update28.py
index 19c354a..a828cf5 100755
--- a/dak/dakdb/update28.py
+++ b/dak/dakdb/update28.py
@@ -31,6 +31,7 @@ keep contents of binary packages in tables so we can generate contents.gz files
 import psycopg2
 import time
 from daklib.dak_exceptions import DBUpdateError
+from daklib.config import Config
 
 ################################################################################
 
-- 
1.6.5


Reply to: