summaryrefslogtreecommitdiff
path: root/testxml/testxml.py
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-02-18 21:00:25 +0300
committerAndrei Karas <akaras@inbox.ru>2012-02-18 21:00:25 +0300
commit9953aa59725e2cbc313dcd41302b79c00372df9b (patch)
treecbf00fc675514ba0dab1f9cb6c1a0190a36ca3c6 /testxml/testxml.py
parentb1aac49690443cee052905886c2bf0e33e1fc87a (diff)
downloadtools-9953aa59725e2cbc313dcd41302b79c00372df9b.tar.gz
tools-9953aa59725e2cbc313dcd41302b79c00372df9b.tar.bz2
tools-9953aa59725e2cbc313dcd41302b79c00372df9b.tar.xz
tools-9953aa59725e2cbc313dcd41302b79c00372df9b.zip
testxml: fix default path to client data.
Diffstat (limited to 'testxml/testxml.py')
-rwxr-xr-xtestxml/testxml.py2
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/"