util/MiniTextControler.py
changeset 1347 533741e5075c
parent 806 abf1afc1f04d
child 1511 91538d0c242c
equal deleted inserted replaced
1346:92efd8fe3120 1347:533741e5075c
    27             text = file.read()
    27             text = file.read()
    28             file.close()
    28             file.close()
    29             return text
    29             return text
    30         return ""
    30         return ""
    31     
    31     
    32     def GetEditedElementInterfaceVars(self, tagname, debug = False):
    32     def GetEditedElementInterfaceVars(self, tagname, tree=False, debug = False):
    33         return []
    33         return []
    34     
    34     
    35     def GetEditedElementType(self, tagname, debug = False):
    35     def GetEditedElementType(self, tagname, debug = False):
    36         return "program"
    36         return "program"
    37     
    37