beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug with variable panel in project configuration editor
2013-04-05, Laurent Bessard
3d79c31e4697
Fixed bug with variable panel in project configuration editor
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")