From a3775bb96242c59531b84dc7c7a002c8c884c4f4 Mon Sep 17 00:00:00 2001 From: Alexander Reichle-Schmehl Date: Sat, 18 Sep 2010 19:01:45 +0200 Subject: [PATCH] import the debianbts modul, so we actually have the soap modules available --- dak/rm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dak/rm.py b/dak/rm.py index ada3c02b..6f843cf3 100755 --- a/dak/rm.py +++ b/dak/rm.py @@ -51,6 +51,7 @@ from daklib.dbconn import * from daklib import utils from daklib.dak_exceptions import * from daklib.regexes import re_strip_source_version, re_build_dep_arch +import debianbts as bts ################################################################################ -- 2.39.2