beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when loading connectors modifier
2013-10-04, Laurent Bessard
2eaa84c37f10
Fixed bug when loading connectors modifier
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")