minor update

This commit is contained in:
Miroslav Stampar
2011-10-09 21:21:41 +00:00
parent a31a0aa8d4
commit 323aa7bf2f
3 changed files with 11 additions and 0 deletions

View File

@@ -397,3 +397,6 @@ MAX_TIME_REVALIDATION_STEPS = 5
# Characters that can be used to split parameter values in provided command line (e.g. in --tamper)
PARAMETER_SPLITTING_REGEX = r'[,|;]'
# Regular expression describing possible union char value (e.g. used in --union-char)
UNION_CHAR_REGEX = r'\A\w+\Z'