beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug on biggest Viewer zoom factor preventing them to be used on Windows
2013-05-12, Laurent Bessard
55ed55ef7aea
Fixed bug on biggest Viewer zoom factor preventing them to be used on Windows
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")