beremiz
Clone
Summary
Browse
Changes
Graph
Modify search algorithm in LibraryPanel to search match in whole block name, not only at beginning
2013-04-25, Laurent Bessard
ef088254ba4b
Modify search algorithm in LibraryPanel to search match in whole block name, not only at beginning
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")