wmllint-1.4: use Python 3 range()
That's the function known in Python 2 as xrange().
This commit is contained in:
parent
1d2944569c
commit
91f5bf16c2
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@
|
|||
|
||||
from __future__ import print_function, unicode_literals
|
||||
from future_builtins import filter, map, zip
|
||||
range = xrange
|
||||
|
||||
import sys, os, re, getopt, string, copy, difflib, time, codecs
|
||||
from wesnoth.wmltools import *
|
||||
|
|
Loading…
Add table
Reference in a new issue