beremiz
Clone
Summary
Browse
Changes
Graph
Fixed non initialized timer causing exception in some rare cases
2014-02-27, Edouard Tisserant
bcd1e909076c
Fixed non initialized timer causing exception in some rare cases
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")