From 9953aa59725e2cbc313dcd41302b79c00372df9b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 18 Feb 2012 21:00:25 +0300 Subject: testxml: fix default path to client data. --- testxml/testxml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/" -- cgit v1.2.3-70-g09d2