deprecating properly image_short and image_long

(slight change to wmllint generated code)
This commit is contained in:
Jérémy Rosen 2007-10-05 19:59:11 +00:00
parent 2350f0c83f
commit 801aa3003f

View file

@ -930,8 +930,9 @@ def hack_syntax(filename, lines):
if future:
# Lift obsolete image_short and image_long tags
expanded = """\
[animation]
[attack_anim]
apply_to=attack
start_time=-150
[frame]
duration=300
image=%s
@ -939,7 +940,7 @@ def hack_syntax(filename, lines):
[attack_filter]
range=%s
[/attack_filter]
[/animation]\
[/attack_anim]\
"""
for i in range(len(lines)):
if "no-syntax-rewrite" in lines[i]: