reference wesnoth package also in CS script
This commit is contained in:
parent
f0d285d625
commit
cc2127ef40
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
#!/usr/bin/env python
|
||||
# encoding: utf8
|
||||
|
||||
import socket, struct, sys, wmldata, glob, os.path, shutil, threading, re
|
||||
import socket, struct, sys, glob, os.path, shutil, threading, re
|
||||
# in case the wesnoth python package has not been installed
|
||||
sys.path.append("data/tools")
|
||||
import wesnoth.wmldata
|
||||
|
||||
# First port listed will bw used as default.
|
||||
portmap = (("15003", "1.3.x"), ("15004", "1.2.x"))
|
||||
|
|
Loading…
Add table
Reference in a new issue