a little modification on test.py
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user