forgot the import statement and add 1.3.7 to versions
This commit is contained in:
parent
39d5ef3be9
commit
4be7e81635
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
|
||||
import sys, os, re, getopt, string, copy, difflib, time
|
||||
from wesnoth.wmltools import *
|
||||
from wesnoth.wmliterator import *
|
||||
|
||||
filemoves = {
|
||||
# Older includes all previous to 1.3.1.
|
||||
|
@ -253,6 +254,7 @@ filemoves = {
|
|||
"1.3.6" : (
|
||||
("Soul Shooter", "Banebow"),
|
||||
),
|
||||
"1.3.7" : (),
|
||||
# An empty sentinel value at end is required.
|
||||
"trunk" : (),
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue