beremiz
Clone
Summary
Browse
Changes
Graph
Fixed refresh speed so that interface is not blocked when debugging
2013-10-14, Laurent Bessard
3756ae754713
Fixed refresh speed so that interface is not blocked when debugging
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")