beremiz
Clone
Summary
Browse
Changes
Graph
Fixed CFileEditor replacing folding panels by variable panel and STC
2013-05-08, Laurent Bessard
c9ace6a881c9
Fixed CFileEditor replacing folding panels by variable panel and STC
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")