]> git.decadent.org.uk Git - dak.git/blobdiff - dak/rm.py
import the debianbts modul, so we actually have the soap modules available
[dak.git] / 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
 
 ################################################################################