beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug with non-ascii characters in program comments
2013-12-05, Laurent Bessard
cbc0f64a25eb
Fixed bug with non-ascii characters in program comments
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")