Merge commit 'origin/master'

This commit is contained in:
Li Zhi
2010-08-18 09:40:02 +07:59
4 changed files with 4666 additions and 1 deletions

View File

@@ -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]