beremiz
Clone
Summary
Browse
Changes
Graph
Removed test that expression is not a keyword in FBDVariableDialog
2013-05-29, Laurent Bessard
be891953958f
Removed test that expression is not a keyword in FBDVariableDialog
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")