diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-02-18 21:00:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-02-18 21:00:25 +0300 |
commit | 9953aa59725e2cbc313dcd41302b79c00372df9b (patch) | |
tree | cbf00fc675514ba0dab1f9cb6c1a0190a36ca3c6 | |
parent | b1aac49690443cee052905886c2bf0e33e1fc87a (diff) | |
download | evol-tools-9953aa59725e2cbc313dcd41302b79c00372df9b.tar.gz evol-tools-9953aa59725e2cbc313dcd41302b79c00372df9b.tar.bz2 evol-tools-9953aa59725e2cbc313dcd41302b79c00372df9b.tar.xz evol-tools-9953aa59725e2cbc313dcd41302b79c00372df9b.zip |
testxml: fix default path to client data.
-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 45cde8a..ea9fd0a 100755 --- a/testxml/testxml.py +++ b/testxml/testxml.py @@ -23,7 +23,7 @@ filtxmls = re.compile(".+[.]xml", re.IGNORECASE) filtogg = re.compile(".+[.]ogg", re.IGNORECASE) dyesplit1 = re.compile(";") dyesplit2 = re.compile(",") -parentDir = "../../privclientdata" +parentDir = "../../gittorious/clientdata-beta" iconsDir = "graphics/items/" spritesDir = "graphics/sprites/" particlesDir = "graphics/particles/" |