beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug in New variable name generated in CodeFileEditor Variable Panel
2013-05-16, Laurent Bessard
5bdd82497925
Fixed bug in New variable name generated in CodeFileEditor Variable Panel
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")