From 837bb6fe2c8ac6664b0cb209c0592bf22e454ea0 Mon Sep 17 00:00:00 2001 From: lizhi-rocky Date: Thu, 5 Aug 2010 09:15:20 +0800 Subject: [PATCH] a little modification on test.py --- python/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/test.py b/python/test.py index 5e2c6f5..a5a22da 100644 --- a/python/test.py +++ b/python/test.py @@ -26,7 +26,7 @@ for opt, arg in opts: ri_tk.language = arg.lower() if len(args) == 0: - itf_xml = "../xml/interface_t.xml" + itf_xml = "../xml/interface.xml" ins_xml = "../xml/install.xml" elif len(args) == 1: itf_xml = args[0]