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

[dak/master] Don't need a database connection for this



Signed-off-by: Mark Hymers <mhy@debian.org>
---
 dak/admin.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dak/admin.py b/dak/admin.py
index 2be3470..2bb1f18 100755
--- a/dak/admin.py
+++ b/dak/admin.py
@@ -330,7 +330,6 @@ dispatch['s-a'] = suite_architecture
 def show_config(command):
     args = [str(x) for x in command]
     cnf = utils.get_conf()
-    d = DBConn()
 
     die_arglen(args, 2, "E: config needs at least a command")
 
-- 
1.5.6.5



Reply to: