beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when transferring program and a output located variable is forced
2013-05-02, Laurent Bessard
5cd1f8df71aa
Fixed bug when transferring program and a output located variable is forced
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")