X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Futils.py;h=4531b273927f9d70c41a45d09c5302a9ab8118b5;hb=ba77095c326cc03fc5ab18423b874ff06e6fcdba;hp=78ee197fe0e24cccc798dbdba59a04c9cca965e9;hpb=10b789b8c924503c7d43c72a3f343ff12a63d148;p=dak.git diff --git a/daklib/utils.py b/daklib/utils.py index 78ee197f..4531b273 100755 --- a/daklib/utils.py +++ b/daklib/utils.py @@ -28,7 +28,9 @@ import apt_pkg import database import time from dak_exceptions import * -from regexes import * +from regexes import re_html_escaping, html_escaping, re_single_line_field, \ + re_multi_line_field, re_srchasver, re_verwithext, \ + re_parse_maintainer, re_taint_free, re_gpg_uid ################################################################################