Remove unused dependency.
This commit is contained in:
parent
32a1c4207f
commit
b4457fb15e
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ Here is an example:
|
|||
|
||||
'''
|
||||
|
||||
import sys, os, time, re, getopt, sre_constants, md5
|
||||
import sys, os, time, re, getopt, sre_constants
|
||||
from wesnoth.wmltools import *
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Reference in a new issue