beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug no contextual menu displayed in left panel tree when creating new project
2013-08-29, Laurent Bessard
2ad168756c5e
Fixed bug no contextual menu displayed in left panel tree when creating new project
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")