beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bugs in SFC when loading transition condition and referenced transition or action body
2013-12-05, Laurent Bessard
675a6229fc60
Fixed bugs in SFC when loading transition condition and referenced transition or action body
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")