beremiz
Clone
Summary
Browse
Changes
Graph
Added support for speed up loading graphic viewers
2013-06-06, Laurent Bessard
b6894285d4cc
Added 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")