Merge "hacking: remove unused variable author_tag_re"

This commit is contained in:
Jenkins 2015-05-11 06:08:36 +00:00 committed by Gerrit Code Review
commit 621c09595d
1 changed files with 0 additions and 2 deletions

View File

@ -42,8 +42,6 @@ virt_import_re = re.compile(
r"^\s*(?:import|from) nova\.(?:tests\.)?virt\.(\w+)")
virt_config_re = re.compile(
r"CONF\.import_opt\('.*?', 'nova\.virt\.(\w+)('|.)")
author_tag_re = (re.compile("^\s*#\s*@?(a|A)uthor:"),
re.compile("^\.\.\s+moduleauthor::"))
asse_trueinst_re = re.compile(
r"(.)*assertTrue\(isinstance\((\w|\.|\'|\"|\[|\])+, "
"(\w|\.|\'|\"|\[|\])+\)\)")