beremiz
Clone
Summary
Browse
Changes
Graph
Fixed CodeFileEditor allowing to have no line of code between two section headers
2013-05-10, Laurent Bessard
1aef6a7db08d
Fixed CodeFileEditor allowing to have no line of code between two section headers
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")