X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fnew_security_install.py;h=98951d416c4d8020189e7ca82c3edf8219ff8aaa;hb=4b277e613887f5103cd2ab64262fe29ad1bf7540;hp=856428e013cc5ea0f219f4cc9fcf6dcaa9288782;hpb=560b71ef36c02d0dbbb73666c49e1ce95e11195a;p=dak.git diff --git a/dak/new_security_install.py b/dak/new_security_install.py index 856428e0..98951d41 100755 --- a/dak/new_security_install.py +++ b/dak/new_security_install.py @@ -20,13 +20,13 @@ ################################################################################ +import apt_pkg, os, sys, pwd, time, commands + from daklib import queue from daklib import logging from daklib import utils from daklib import database -import apt_pkg, os, sys, pwd, time, re, commands - -re_taint_free = re.compile(r"^['/;\-\+\.~\s\w]+$"); +from daklib.regexes import re_taint_free Cnf = None Options = None