From: Alexander Reichle-Schmehl Date: Sat, 18 Sep 2010 17:01:45 +0000 (+0200) Subject: import the debianbts modul, so we actually have the soap modules available X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=a3775bb96242c59531b84dc7c7a002c8c884c4f4 import the debianbts modul, so we actually have the soap modules available --- 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 ################################################################################