X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fnew_security_install.py;h=98951d416c4d8020189e7ca82c3edf8219ff8aaa;hb=2c639c40c65966711c82d46a6f4ee8739e819aad;hp=856428e013cc5ea0f219f4cc9fcf6dcaa9288782;hpb=292015306bdfb622db7c05f549874ce94952b245;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