beremiz
Clone
Summary
Browse
Changes
Graph
Fixed typo in Viewer
2013-06-06, Laurent Bessard
137fd7e7b102
Fixed typo in Viewer
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")