]> git.decadent.org.uk Git - dak.git/commitdiff
import the debianbts modul, so we actually have the soap modules available
authorAlexander Reichle-Schmehl <alexander@schmehl.info>
Sat, 18 Sep 2010 17:01:45 +0000 (19:01 +0200)
committerAlexander Reichle-Schmehl <alexander@schmehl.info>
Sat, 18 Sep 2010 17:01:45 +0000 (19:01 +0200)
dak/rm.py

index ada3c02b284cbaad789924d90e38efbb2063e753..6f843cf38da9f2d9d3c8bb9926715b7e0be0a2dc 100755 (executable)
--- 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
 
 ################################################################################