beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when right click on ProjectTree project item
2013-04-18, Laurent Bessard
7bd88ac7b871
Fixed bug when right click on ProjectTree project item
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")