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