diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-02-08 00:30:42 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-02-08 00:30:42 +0200 |
commit | dc21419ffd767b6c59fbed0d25469101db1c26e8 (patch) | |
tree | 3b28bbc940137fdc96a87f01b7b91c47d5ce11f1 /testxml | |
parent | d36e54b93777e1d07fbea8355f98ca77c7b9829e (diff) | |
download | evol-tools-dc21419ffd767b6c59fbed0d25469101db1c26e8.tar.gz evol-tools-dc21419ffd767b6c59fbed0d25469101db1c26e8.tar.bz2 evol-tools-dc21419ffd767b6c59fbed0d25469101db1c26e8.tar.xz evol-tools-dc21419ffd767b6c59fbed0d25469101db1c26e8.zip |
textxml: Fix default path to clientdata.
Diffstat (limited to 'testxml')
-rwxr-xr-x | testxml/testxml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testxml/testxml.py b/testxml/testxml.py index 6882971..8345444 100755 --- a/testxml/testxml.py +++ b/testxml/testxml.py @@ -22,7 +22,7 @@ filtxmls = re.compile(".+[.]xml", re.IGNORECASE) filtogg = re.compile(".+[.]ogg", re.IGNORECASE) dyesplit1 = re.compile(";") dyesplit2 = re.compile(",") -parentDir = "../../clientdata" +parentDir = "../../privclientdata" iconsDir = "graphics/items/" spritesDir = "graphics/sprites/" particlesDir = "graphics/particles/" |