beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug in support for speed up loading graphic viewers
2013-06-14, Laurent Bessard
46425f3248b7
Fixed bug in support for speed up loading graphic viewers
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")