beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug with decimal value string formatting
2013-11-13, Laurent Bessard
dc94c71a2f25
Fixed bug with decimal value string formatting
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")