beremiz
Clone
Summary
Browse
Changes
Graph
Fixed leftover typo
2015-03-14, Edouard Tisserant
5c87045af670
Fixed leftover typo
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")