beremiz
Clone
Summary
Browse
Changes
Graph
Added support for excluding code section headers to be modified in CodeFileEditor
2013-05-09, Laurent Bessard
017cd95bc07e
Added support for excluding code section headers to be modified in CodeFileEditor
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")