Remove unused dependency.

This commit is contained in:
Eric S. Raymond 2009-05-17 04:08:11 +00:00
parent 32a1c4207f
commit b4457fb15e

View file

@ -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__":