beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when selecting item in ProjectTree on Linux
2013-05-10, Laurent Bessard
ff3fcad17b47
Fixed bug when selecting item in ProjectTree on Linux
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")