Remove an unneeded import.
This commit is contained in:
parent
25cce4b6bc
commit
d045931496
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
# Note: You can shut wmmlint up about custom terrains by havung a comment
|
||||
# on the same line that includes the string "wmllint: ignore".
|
||||
|
||||
import sys, os, re, getopt, curses.ascii, string, copy
|
||||
import sys, os, re, getopt, string, copy
|
||||
from wesnoth.wmltools import *
|
||||
|
||||
filemoves = {
|
||||
|
|
Loading…
Add table
Reference in a new issue