beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug ProjectTree items label can't be edited
2013-05-17, Laurent Bessard
a2f9b44c17c9
Fixed bug ProjectTree items label can't be edited
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")